Shriinivas / blenderbezierutils

Blender Add-on with Bezier Utility Ops
GNU General Public License v3.0
532 stars 64 forks source link

Blender 2.92a segmentation fault when the bezierutils addon is enabled #39

Closed meikasahara closed 3 years ago

meikasahara commented 3 years ago

In the latest Blender 2.92 Alpha build, with the latest (0.99.5) bezierutils addon enabled, when marking any object other than a collection as an asset using the new asset manager, blender crashes with a segmentation fault:

`Info: Data-block 'Cube' is now an asset

Program received signal SIGSEGV, Segmentation fault.

0 /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f1250a3f210]

1 /lib/x86_64-linux-gnu/libGLdispatch.so.0(+0x4c049) [0x7f1250933049]

` This behavior occurs only when the bezierutils addon is enabled, whereas when it is disabled, the asset operation proceeds normally without crashes.

Shriinivas commented 3 years ago

Please check with the latest version (0.9.96). Let me know if you still face issues.

meikasahara commented 3 years ago

The problem has been fixed and now it works as expected, thank you!