mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Add reminder about opening nuke scripts for getting .nk sources.
This commit is contained in:
parent
62afca64a3
commit
f2c6c6c161
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue