mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix repair
This commit is contained in:
parent
dd54866fe0
commit
025c114de8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class ValidateDeadlinePublish(pyblish.api.InstancePlugin,
|
|||
|
||||
@classmethod
|
||||
def repair(cls, instance):
|
||||
container = bpy.data.collections[str(instance)]
|
||||
container = instance.data["transientData"]["instance_node"]
|
||||
prepare_rendering(container)
|
||||
bpy.ops.wm.save_as_mainfile(filepath=bpy.data.filepath)
|
||||
cls.log.debug("Reset the render output folder...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue