blender_pyside2_example icon indicating copy to clipboard operation
blender_pyside2_example copied to clipboard

Blender crashes

Open mifth opened this issue 4 years ago • 4 comments

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.

mifth avatar Oct 07 '21 09:10 mifth

blender crashes for me too on 3.0 when clicking create camera

hanWolf3D avatar May 19 '22 14:05 hanWolf3D

same...

MatinFalahmanesh avatar Jun 20 '22 09:06 MatinFalahmanesh

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

hanWolf3D avatar Jun 20 '22 09:06 hanWolf3D

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.

mifth avatar Jun 20 '22 09:06 mifth