mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
process data contain right family
This commit is contained in:
parent
ef756634be
commit
fd350b2c84
2 changed files with 2 additions and 7 deletions
|
|
@ -84,9 +84,7 @@ class CreateRenderlayer(plugin.Creator):
|
|||
"group": group_name
|
||||
}
|
||||
|
||||
# Set family back to "renderLayer"
|
||||
family = self.family
|
||||
self.data["family"] = family
|
||||
family = self.family = self.data["family"]
|
||||
|
||||
# Fill dynamic key 'group'
|
||||
subset_name = self.data["subset"].format(
|
||||
|
|
|
|||
|
|
@ -99,10 +99,7 @@ class CreateRenderPass(plugin.Creator):
|
|||
self.data["subset"] = new_subset_name
|
||||
self.log.info(f"New subset name is \"{new_subset_name}\".")
|
||||
|
||||
# Set family back to "renderPass"
|
||||
family = self.family
|
||||
self.data["family"] = family
|
||||
|
||||
family = self.data["family"]
|
||||
variant = self.data["variant"]
|
||||
|
||||
self.data["group_id"] = group_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue