
Scripting, node, and command changes
Scripting changes
- The
-showTicksoption on thedopeSheetEditorcommand has been disabled. Using this option will have no effect. - The
-minimumSizeoption has been added to thelatticecommand. This option can only be used with theobjectCenteredoption, and can be used to avoid creating a lattice with a side of length 0.0. - The
-orderedComponentSelectionoption has been added to thelscommand. This option changes the order of a selection to ordered by shape from ordered by selection order. - The
-resizableoption has been added to thelayoutDialogcommand. This option sets whether or not the dialogue is resizable. - The
-uniqueTagNameoption has been added to thecomponentTagcommand. When used with the-createand-newTagNameoptions, it generates a unique tag name based on the tag name provided if the provided tag name already exists. - The
-enforcingUniqueNameoption has been added to both theaddAttrand theaddExtensioncommands. - The
-emptyLabeloption has been added to thetreeViewcommand. - The
-limitToSelectedCurvesoption has been added to theanimCurveEditorcommand. - The
-cacheStartFrameoption has been added to thegpuCachecommand. - The
-autoExpandAllAnimatedShapesoption has been added to theoutlinerEditorcommand. - The
-staticNumberOfControlsand-addEntryoptions have been added to thegradientControlNoAttrcommand.
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.
