File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
client/ayon_cinema4d/plugins/publish Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ class CollectCinema4DRender(
4040 Each active render instance represents a `Take` inside Cinema4D. For this
4141 take we will get its render settings and will compute the applicable
4242 frame range and expected output files as well.
43+
44+ Each take in Cinema4D can have its own "Render Settings" overrides.
45+ As such each take may have its own "Render Data" and "Video Post"
46+ as a result it can have different frame ranges, renderer, etc.
47+ and also different output filepath settings.
48+ See: https://developers.maxon.net/docs/Cinema4DCPPSDK/page_overview_takesystem.html # noqa
4349 """
4450 order = pyblish .api .CollectorOrder + 0.1
4551 label = "Collect Render"
You can’t perform that action at this time.
0 commit comments