static MString | mayaVersion ()
|
enum | MMayaState
| kInteractive
running with a UI
| | kBatch
running without a UI
| | kLibraryApp
A standalone (MLibrary) application is running
| | kBaseUIMode
Running in baseUI mode
|
|
static MMayaState | mayaState ( MStatus * ReturnStatus = NULL )
|
static MStatus | getFunctionSetList ( MObject forObject, MStringArray & array )
|
static MStatus | getAssociatedSets ( MSelectionList & list, MObjectArray & setArray )
|
static MStatus | getSelectionListByName ( const MString & name, MSelectionList &list )
|
enum | ListAdjustment
| kReplaceList
| | kXORWithList
| | kAddToList
| | kRemoveFromList
|
|
static MStatus | getActiveSelectionList ( MSelectionList & dest )
|
static MStatus | getLiveList ( MSelectionList & dest )
|
static MStatus | getHiliteList ( MSelectionList & dest )
|
static MStatus | setHiliteList ( MSelectionList & src )
|
static MStatus | setActiveSelectionList ( MSelectionList & src, ListAdjustment = kReplaceList )
|
static MStatus | setDisplayCVs ( MSelectionList &, bool )
|
static MStatus | selectCommand ( MSelectionList & src, ListAdjustment = kReplaceList )
|
static MStatus | selectByName ( const MString & name, ListAdjustment = kAddToList )
|
static MStatus | unselectByName ( const MString & name )
|
static MStatus | select ( MObject & object, ListAdjustment = kAddToList )
|
static MStatus | select ( MDagPath & object, MObject & component, ListAdjustment = kAddToList )
|
static MStatus | unselect ( MObject & object )
|
static MStatus | unselect ( MDagPath & object, MObject & component )
|
static MStatus | selectFromScreen ( short& x_pos, short& y_pos, ListAdjustment = kAddToList )
|
static MStatus | selectFromScreen ( short& start_x, short& start_y, short& end_x, short& end_y, ListAdjustment = kAddToList )
|
enum | MSelectionMode
| kSelectObjectMode
| | kSelectComponentMode
| | kSelectRootMode
| | kSelectLeafMode
| | kSelectTemplateMode
|
|
static MSelectionMode | selectionMode ( MStatus * ReturnStatus = NULL )
|
static MStatus | setSelectionMode ( MSelectionMode mode )
|
static MSelectionMask | objectSelectionMask ( MStatus * ReturnStatus = NULL )
|
static MStatus | setObjectSelectionMask ( MSelectionMask & mask )
|
static MSelectionMask | componentSelectionMask ( MStatus * ReturnStatus = NULL )
|
static MStatus | setComponentSelectionMask ( MSelectionMask & mask )
|
static MSelectionMask | animSelectionMask ( MStatus * ReturnStatus = NULL )
|
static MStatus | setAnimSelectionMask ( MSelectionMask & mask )
|
static MSelectionMask | miscSelectionMask ( MStatus * ReturnStatus = NULL )
|
static MStatus | setMiscSelectionMask ( MSelectionMask & mask )
|
static MStatus | clearSelectionList ()
|
static bool | isSelected ( MObject & object, MStatus * ReturnStatus = NULL )
|
static MStatus | viewFrame ( const MTime & time )
|
static MStatus | viewFrame ( double time)
|
static MStatus | sourceFile ( const MString & fileName )
|
static MStatus | executeCommandOnIdle ( const MString & command, bool displayEnabled = false)
|
static MStatus | executeCommand ( const MString & command, bool displayEnabled = false, bool undoEnabled = false)
|
static MStatus | executeCommand ( const MString & command, MCommandResult & result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | executeCommand ( const MString & command, int& result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | executeCommand ( const MString & command, MIntArray & result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | executeCommand ( const MString & command, double& result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | executeCommand ( const MString & command, MDoubleArray & result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | executeCommand ( const MString & command, MString & result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | executeCommand ( const MString & command, MStringArray & result, bool displayEnabled = false, bool undoEnabled = false )
|
static MStatus | addToModel ( MObject & object, MObject & parent = MObject::kNullObj )
|
static MStatus | addToModelAt ( MObject &, const MVector & point, const double scale[3] = NULL, const double rotation[3] = NULL, MTransformationMatrix::RotationOrder order = MTransformationMatrix::kXYZ )
|
static MStatus | removeFromModel ( MObject & )
|
static MStatus | deleteNode ( MObject & )
|
static MStatus | setYAxisUp ( bool rotateView = false )
|
static MStatus | setZAxisUp ( bool rotateView = false )
|
static bool | isYAxisUp ( MStatus * = NULL )
|
static bool | isZAxisUp ( MStatus * = NULL )
|
static MVector | upAxis ( MStatus * = NULL )
|
static void | displayInfo ( const MString & theMessage )
|
static void | displayWarning ( const MString & theWarning )
|
static void | displayError ( const MString & theError )
|
static void | setDisableStow ( bool state )
|
static bool | disableStow ( )
|
static bool | getOptionVarValue (const MString & name, int& value)
setting & getting option variable values
|
static bool | getOptionVarValue (const MString & name, double& value)
|
static bool | getOptionVarValue (const MString & name, MString & value)
|
static bool | setOptionVarValue (const MString & name, int value)
|
static bool | setOptionVarValue (const MString & name, double value)
|
static bool | setOptionVarValue (const MString & name, MString value)
|
static MString | defaultErrorLogPathName ( MStatus * ReturnStatus = NULL )
|
static MStatus | resetToDefaultErrorLogPathName ()
|
static MStatus | setErrorLogPathName ( const MString & logPathName )
|
static MString | errorLogPathName ( MStatus * ReturnStatus = NULL )
|
static MStatus | startErrorLogging ()
|
static MStatus | startErrorLogging ( const MString & logPathName )
|
static bool | errorLoggingIsOn ( MStatus * ReturnStatus = NULL )
|
static MStatus | stopErrorLogging ()
|
static MStatus | closeErrorLog ()
|
static MStatus | doErrorLogEntry ( const MString & errorLogEntry )
|
static bool | isUndoing ()
|
static bool | isRedoing ()
|