mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Hound
This commit is contained in:
parent
0df104be54
commit
4a672c5c12
2 changed files with 1 additions and 4 deletions
|
|
@ -23,8 +23,7 @@ from openpype.pipeline.publish import (
|
|||
OpenPypePyblishPluginMixin
|
||||
)
|
||||
from openpype.pipeline.publish.lib import (
|
||||
replace_published_scene,
|
||||
get_published_workfile_instance
|
||||
replace_published_scene
|
||||
)
|
||||
|
||||
JSONDecodeError = getattr(json.decoder, "JSONDecodeError", ValueError)
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ class CreateNukeRoyalRenderJob(lib.BaseCreateRoyalRenderJob):
|
|||
"""Nuke creates multiple RR jobs - for baking etc."""
|
||||
# get output path
|
||||
render_path = instance.data['path']
|
||||
self.log.info("render::{}".format(render_path))
|
||||
self.log.info("expected::{}".format(instance.data.get("expectedFiles")))
|
||||
script_path = self.scene_path
|
||||
node = self._instance.data["transientData"]["node"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue