How to run the exported node graph in the script editor with code without opening nxt-editor in Maya? #139
-
As the title describes, I checked the related help documents (I don’t know if the document I checked is correct) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
While its not strictly wrong to copy out the source and run it, it isn't the expected way to use the NXT package. import nxt
nxt.execute_graph('graph/path.nxt') |
Beta Was this translation helpful? Give feedback.
While its not strictly wrong to copy out the source and run it, it isn't the expected way to use the NXT package.
Can you confirm this issues exists when using the following 2 lines of code in the script editor: