mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix double spaces
This commit is contained in:
parent
38ff3adc4e
commit
0182f73e32
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class CreateRenderlayer(TVPaintCreator):
|
|||
render_layer_instances = {}
|
||||
render_pass_instances = collections.defaultdict(list)
|
||||
|
||||
for instance in self.create_context.instances:
|
||||
for instance in self.create_context.instances:
|
||||
if instance.creator_identifier == CreateRenderPass.identifier:
|
||||
render_layer_id = (
|
||||
instance["creator_attributes"]["render_layer_instance_id"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue