From f2c6c6c161658cf279e2c84df72c04353d8241dd Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Thu, 4 Jul 2019 09:56:35 +0100 Subject: [PATCH] Add reminder about opening nuke scripts for getting .nk sources. --- pype/plugins/nukestudio/publish/collect_clips.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pype/plugins/nukestudio/publish/collect_clips.py b/pype/plugins/nukestudio/publish/collect_clips.py index 8025bbcd02..468d990853 100644 --- a/pype/plugins/nukestudio/publish/collect_clips.py +++ b/pype/plugins/nukestudio/publish/collect_clips.py @@ -31,7 +31,8 @@ class CollectClips(api.ContextPlugin): source_path = source.firstpath() # If source is *.nk its a comp effect and we need to fetch the - # write node output. + # write node output. This should be improved by parsing the script + # rather than opening it. if source_path.endswith(".nk"): nuke.scriptOpen(source_path) # There should noly be one.