mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix 'creator_attributes' key
This commit is contained in:
parent
2894cef94c
commit
f26b44a2aa
1 changed files with 2 additions and 2 deletions
|
|
@ -513,9 +513,9 @@ class CreateRenderPass(TVPaintCreator):
|
|||
instance_data["group"] = f"{self.get_group_label()} ({render_layer})"
|
||||
instance_data["layer_names"] = list(marked_layer_names)
|
||||
if "creator_attributes" not in instance_data:
|
||||
instance_data["creator_attribtues"] = {}
|
||||
instance_data["creator_attributes"] = {}
|
||||
|
||||
creator_attributes = instance_data["creator_attribtues"]
|
||||
creator_attributes = instance_data["creator_attributes"]
|
||||
mark_for_review = pre_create_data.get("mark_for_review")
|
||||
if mark_for_review is None:
|
||||
mark_for_review = self.mark_for_review
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue