c4d.modules.hair.HairObject
¶
The hair object.
c4d.modules.hair.
HairObject
¶
c4d.BaseObject
HairObject.
GetGuides
(
)
¶
Gets the guides of this hair object.
Return type: | c4d.modules.hair.HairGuides |
---|---|
Returns: | The guides. |
HairObject.
GetDynamicGuides
(
)
¶
Gets the dynamic guides of this hair object.
Return type: | c4d.modules.hair.HairGuides |
---|---|
Returns: | The dynamic guides. |
HairObject.
RemoveGuides
(
)
¶
Removes the guides of this hair object.
HairObject.
GetRootObject
(
)
¶
Gets the root object and tag:
root = ho.GetRootObject() if not root: return print root["pObject"], root["pTag"]
Return type: | dict{“pObject”: c4d.BaseObject, “pTag”: c4d.BaseTag} |
---|---|
Returns: | The root object and tag or None . |
HairObject.
Update
(
)
¶
Updates this hair object.
Return type: | bool |
---|---|
Returns: | True if successful, otherwise False . |
HairObject.
SetGuides
(
guides
,
clone
)
¶
Sets guides for this hair object.
Parameters: |
|
---|