Static Public Member Functions | |
deleteManipulator () | |
drawPlaneHandles () | |
globalSize () | |
handleSize () | |
lineSize () | |
setDrawPlaneHandles () | |
setGlobalSize () | |
setHandleSize () | |
setLineSize () | |
![]() | |
allocateFlag () | |
classification () | |
deallocateAllFlags () | |
deallocateFlag () | |
Properties | |
isOptimizePlaybackOn | |
isVisible | |
manipScale | |
![]() | |
boundingBox | |
inModel | |
inUnderWorld | |
isInstanceable | |
isIntermediateObject | |
objectColor | |
objectColorRGB | |
objectColorType | |
useObjectColor | |
![]() | |
isDefaultNode | |
isFromReferencedFile | |
isLocked | |
isShared | |
namespace | |
pluginName | |
typeId | |
typeName | |
MFnManip3D allows the creation and manipulation of 3D manipulators. Method resolution order: - MFnManip3D - OpenMaya.MFnTransform - OpenMaya.MFnDagNode - OpenMaya.MFnDependencyNode - OpenMaya.MFnBase - __builtin__.object
OpenMayaUI.MFnManip3D.__init__ | ( | ) |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
static |
deleteManipulator(manip) -> None Delete a manipulator. This method should be used to delete manipulators that have been created using base manipulator create() methods. * manip (MObject) - the manipulator to be deleted
|
static |
drawPlaneHandles() -> bool This method returns the global option that says if the planar manipulator handles should be drawn or not.Setting this will affect the drawing of all manipulators that support the planar handles.
|
static |
globalSize() -> float Returns the global manipulator size.
|
static |
handleSize() -> float Returns the manipulator handle size.
|
static |
lineSize() -> float Returns the manipulator line size.
OpenMayaUI.MFnManip3D.rotateXYZValue | ( | ) |
rotateXYZValue(valIndex) -> MEulerRotation Gets the rotation for the active manipulator. * valIndex (int) - rotation index of the manipulator
|
static |
setDrawPlaneHandles(bool) -> None Sets the global option to display planar handles or not on supported manipulators.
|
static |
setGlobalSize(float) -> None Sets the global manipulator size.
|
static |
setHandleSize(float) -> None Sets the manipulator handle size.
|
static |
setLineSize(float) -> None Sets the manipulator line size.
|
static |
Whether or not optimize playback is on.
|
static |
Whether or not the manipulator is visible.
|
static |
The manipulator scale.