move debug msg of scene path into colelct current file

This commit is contained in:
Kayla Man 2024-02-14 19:47:05 +08:00
parent ecd69f0a51
commit 4be12c71ef
2 changed files with 1 additions and 2 deletions

View file

@ -20,3 +20,4 @@ class CollectCurrentFile(pyblish.api.ContextPlugin):
current_file = os.path.join(folder, file)
context.data["currentFile"] = current_file
self.log.debug("Scene path: {}".format(current_file))

View file

@ -43,6 +43,4 @@ class CollectWorkfile(pyblish.api.InstancePlugin):
instance.data.update(data)
self.log.debug("Collected data: {}".format(data))
self.log.debug("Collected instance: {}".format(file))
self.log.debug("Scene path: {}".format(
context.data["currentFile"]))
self.log.debug("staging Dir: {}".format(folder))