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
This class contains a container with all raytracer options.
BaseList2D
| Return type: | RenderData |
|---|---|
| Returns: | The new render data. |
Returns the first video post of this render setting.
| Return type: | BaseList2D |
|---|---|
| Returns: | The first videopost. |
Returns the first multipass object of this render setting.
| Return type: | BaseList2D |
|---|---|
| Returns: | The first multipass. |
Inserts pvp as the last video post in this render setting.
| Parameter: | pvp (BaseList2D) – The video post to insert. |
|---|
Inserts pvp as the last video post in this render setting.
| Parameters: |
|
|---|
Inserts the multipass channel into the render setting. Optionally you can specify the insertion position with the pred parameter, giving the multipass channel before (right above) the wanted position. Otherwise the multipass channel is inserted at the first position in the list. Multipass channel to insert.
| Parameters: |
|
|---|