This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com
The hair object.
BaseList2D
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. |
Gets the root object and tag:
root = ho.GetRootObject()
if not root: return
print root["pObject"], root["pTag"] #BaseObject, BaseTag
| Return type: | dict |
|---|---|
| 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: |
|
|---|