Go to: Synopsis. Return value. Keywords. Flags. Python examples.
displacementToPoly([findBboxOnly=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
displacementToPoly is undoable, queryable, and editable.
Command bakes geometry with displacement mapping into a polygonal object.boolean | Success or Failure. |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
findBboxOnly(fbb)
|
boolean
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds # To bake the rendered geometry and create a new meshShape, for the # selected geometry shape use: cmds.displacementToPoly()