Replies: 2 comments 1 reply
-
Hey Jason, sorry for the delay, my MacOS machine is off getting a new logic board 😩 Can you try running this bit of Python in Blender's interactive interpreter and see if any errors print out? import os
os.environ['NXT_VERBOSE'] = '2'
os.environ['NXT_DCC'] = 'blender'
import nxt_editor
nxt_editor._new_qapp()
nxt_editor.show_new_editor() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the report @shhlife , I just reproduced it on my own MacOS machine. I opened an issue for this here: #156 and used your screenshot 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heya,
I'm trying to use nxt with Blender 2.91.2 on OS X. I'm able to install it just fine, and if I run nxt from the terminal it comes up - but Blender hangs when trying to run nxt after using the addon.
I've let it sit for over a half hour and it doesn't appear to be doing anything. No error messages in the shell I launched Blender from, either.
Any tips?
thanks!
-Jason
Beta Was this translation helpful? Give feedback.
All reactions