Search found 1 match

by lynnehoo
Tue Oct 22, 2024 10:29 am
Forum: Maxon Cinema 4D
Topic: How to set OOC parameters in octane Setting using python
Replies: 1
Views: 810

How to set OOC parameters in octane Setting using python


import c4d

doc: c4d.documents.BaseDocument # The currently active document.
op: c4d.BaseObject | None # The primary selected object in `doc`. Can be `None`.

def main() -> None:
"""Called by Cinema 4D when the script is being executed.
"""
oc_bc = doc.GetDataInstance().GetContainer(1029499 ...

Go to advanced search