bakePartialHistory is undoable, queryable, and editable.
This command is used to bake sections of the construction history of a shape node
when possible. A typical usage would be on a shape that has both modelling operations
and deformers in its history. Using this command with the -prePostDeformers flag will
bake the modeling portions of the graph, so that only the deformers remain.
| Long name (short name) |
[argument types] |
Properties |
-prePostDeformers(-ppt)
|
|

|
|
Specifies baking of all modeling operations in the history whether they are before or after the deformers in the history. If neither the -prePostDeformers nor the -preDeformers flag is specified, prePostDeformers will be used as the default. In query mode, returns a list of the nodes that will be baked.
In query mode, this flag needs a value.
|
|
-preDeformers(-pre)
|
|

|
|
Specifies baking of any modeling operations in the history that occur before the deformers. In query mode, returns a list of the nodes that will be baked.
In query mode, this flag needs a value.
|
|
-preCache(-pc)
|
|

|
|
Specifies baking of any history operations that occur before the caching operation, including deformers. In query mode, returns a list of the nodes that will be baked.
In query mode, this flag needs a value.
|
|
-allShapes(-all)
|
|

|
|
Specifies that the bake operation should be performed on all shapes in the entire scene. By default, only selected objects are baked.
In query mode, this flag needs a value.
|
|
-postSmooth(-nps)
|
boolean
|

|
|
Specifies whether or not a smoothing operation should be done on skin vertices. This
smoothing is only done on vertices that are found to deviate largely from other
vertex values. The default is true.
In query mode, this flag needs a value.
|
|