mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
chucksize in create_render
This commit is contained in:
parent
af8278f67c
commit
61024a476a
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ class CreateRender(plugin.MaxCreator):
|
|||
pre_create_data) # type: CreatedInstance
|
||||
container_name = instance.data.get("instance_node")
|
||||
container = rt.getNodeByName(container_name)
|
||||
# chuckSize for submitting render
|
||||
instance_data["chunkSize"] = 10
|
||||
# TODO: Disable "Add to Containers?" Panel
|
||||
# parent the selected cameras into the container
|
||||
for obj in sel_obj:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue