Your Ad Here

Go to: Synopsis. Return value. Python examples.

Synopsis

loadPrefObjects()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

loadPrefObjects is undoable, queryable, and editable.

This command loads preference dependency nodes from "userPrefObjects.ma", if it exists, from the user preference directory.

Return value


True if successful.

Python examples

import maya.cmds as cmds

cmds.loadPrefObjects()

  

Return to Autodesk Index


Your Ad Here