Blender crashes
Hi, Blender crashes when I press the pyside button. I tested blender 2.93 and 3.0. I assume this is because of the copied context.
blender crashes for me too on 3.0 when clicking create camera
same...
got it to work by changing the camera code the UI works, but blender has updated so the camera select code causes a crash
if you only care about the pyside sample, you can comment out the camera code and replace it with a
print('hello world') and it'll work
I assume there will be no sense in the plugin if you comment the camera code. That should be a bridge between pyside and blender.
Btw, I have a different approach to this I did it in my own Rune addon. I'll post my example on BlenderStackOverflow and let you know here.