The hair object.
Gets the guides of this hair object.
Return type: | HairGuides |
---|---|
Returns: | The guides. |
Gets the dynamic guides of this hair object.
Return type: | HairGuides |
---|---|
Returns: | The dynamic guides. |
Removes the guides of this hair object.
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. |
Updates this hair object.
Return type: | bool |
---|---|
Returns: | True if successful, otherwise False. |
Sets guides for this hair object.
Parameters: |
|
---|