Go to: Synopsis. Flags. Return value. Keywords. Python examples.

Synopsis

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.

Flags

findBboxOnly
Long name (short name) [argument types] Properties
findBboxOnly(fbb) boolean createqueryedit
When used, only the bounding box scale for the displaced object is found.

In query mode, this flag needs a value.


Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can have multiple arguments, passed either as a tuple or a list.

Return value


boolean Success or Failure.

Keywords

displacement, to, polygon

Python examples

import maya.cmds as cmds

# To bake the rendered geometry and create a new meshShape, for the
# selected geometry shape use:
cmds.displacementToPoly()