UV Projection¶
About¶
Header File: c4d_objects/description/tooluvprojection.h
Description Category: Tools.
- Included Description:
Parameters¶
Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().
Parameter: Create New Tag
Parameter ID: c4d.TOOL_UVPROJECTION_CREATENEWTAG
Parameter Type: cinema::bool
Parameter: Name
Parameter ID: c4d.TOOL_UVPROJECTION_TAGNAME
Parameter Type: cinema::str
Parameter: Projection Type
Parameter ID: c4d.TOOL_UVPROJECTION_TYPE
Parameter Type: cinema::int
- Cycle Values:
Cubic (c4d.TOOL_UVPROJECTION_TYPE_CUBIC)
Box (c4d.TOOL_UVPROJECTION_TYPE_BOX)
Shrink (c4d.TOOL_UVPROJECTION_TYPE_SHRINK)
Sphere (c4d.TOOL_UVPROJECTION_TYPE_SPHERE)
Cylinder (c4d.TOOL_UVPROJECTION_TYPE_CYLINDER)
View (c4d.TOOL_UVPROJECTION_TYPE_VIEW)
Axis (c4d.TOOL_UVPROJECTION_TYPE_AXIS)
Parameter: Projection Axis
Parameter ID: c4d.TOOL_UVPROJECTION_AXIS
Parameter Type: cinema::int
- Cycle Values:
+X (c4d.TOOL_UVPROJECTION_AXIS_XPOS)
+Y (c4d.TOOL_UVPROJECTION_AXIS_YPOS)
+Z (c4d.TOOL_UVPROJECTION_AXIS_ZPOS)
-X (c4d.TOOL_UVPROJECTION_AXIS_XNEG)
-Y (c4d.TOOL_UVPROJECTION_AXIS_YNEG)
-Z (c4d.TOOL_UVPROJECTION_AXIS_ZNEG)
Parameter: Volume Type
Parameter ID: c4d.TOOL_UVPROJECTION_VOLUMETYPE
Parameter Type: cinema::int
- Cycle Values:
Per Object (c4d.TOOL_UVPROJECTION_VOLUMETYPE_PEROBJECT)
Per Hierarchy (c4d.TOOL_UVPROJECTION_VOLUMETYPE_PERHIERARCHY)
Use All Objects (c4d.TOOL_UVPROJECTION_VOLUMETYPE_USEALLOBJECTS)
Parameter: Include Children in Volume
Parameter ID: c4d.TOOL_UVPROJECTION_INCLUDECHILDRENINVOLUME
Parameter Type: cinema::bool
Parameter: Fit Volume to Selection
Parameter ID: c4d.TOOL_UVPROJECTION_FITVOLUMETOSELECTION
Parameter Type: cinema::bool
Parameter: Volume Orientation
Parameter ID: c4d.TOOL_UVPROJECTION_VOLUMEORIENTATION
Parameter Type: cinema::int
- Cycle Values:
World (c4d.TOOL_UVPROJECTION_VOLUMEORIENTATION_WORLD)
Object (c4d.TOOL_UVPROJECTION_VOLUMEORIENTATION_OBJECT)
Average Normal (c4d.TOOL_UVPROJECTION_VOLUMEORIENTATION_AVERAGENORMAL)
Weighted Normal (c4d.TOOL_UVPROJECTION_VOLUMEORIENTATION_WEIGHTEDNORMAL)