Scripting, node, and command changes
Scripting changes
- The
-showTicks
option on thedopeSheetEditor
command has been disabled. Using this option will have no effect. - The
-minimumSize
option has been added to thelattice
command. This option can only be used with theobjectCentered
option, and can be used to avoid creating a lattice with a side of length 0.0. - The
-orderedComponentSelection
option has been added to thels
command. This option changes the order of a selection to ordered by shape from ordered by selection order. - The
-resizable
option has been added to thelayoutDialog
command. This option sets whether or not the dialogue is resizable. - The
-uniqueTagName
option has been added to thecomponentTag
command. When used with the-create
and-newTagName
options, it generates a unique tag name based on the tag name provided if the provided tag name already exists. - The
-enforcingUniqueName
option has been added to both theaddAttr
and theaddExtension
commands. - The
-emptyLabel
option has been added to thetreeView
command. - The
-limitToSelectedCurves
option has been added to theanimCurveEditor
command. - The
-cacheStartFrame
option has been added to thegpuCache
command. - The
-autoExpandAllAnimatedShapes
option has been added to theoutlinerEditor
command. - The
-staticNumberOfControls
and-addEntry
options have been added to thegradientControlNoAttr
command.
New nodes
The following new nodes have been added to Maya:
crossProduct |
dotProduct |
vectorMatrix |
pointMatrix |
axisFromMatrix |
translationFromMatrix |
rotationFromMatrix |
scaleFromMatrix |
columnFromMatrix |
rowFromMatrix |
subtract |
divide |
Note:
The axisXFromMatrix
, axisYFromMatrix
, and axisZFromMatrix
nodes introduced in a previous PR have been replaced with the axisFromMatrix
node.
Changes to existing nodes
The trailPathMode
attribute has been added to the motionTrailShape
node. This attribute controls which part of the motion trail to show when rendering.