Hi! While trying out this interesting tool I have a crash when clicking the "Drawer" button:
AttributeError: Calling operator "bpy.ops.curve.simple" error, could not be found
It seems like the .simple API has been removed? I found this Q/A https://blender.stackexchange.com/a/276486 and there they switched to bpy.ops.curve.primitive_bezier_curve_add, not being so familiar with the Blender API, is that a viable alternative for newer Blender versions?
Hi! While trying out this interesting tool I have a crash when clicking the "Drawer" button:
It seems like the .simple API has been removed? I found this Q/A https://blender.stackexchange.com/a/276486 and there they switched to
bpy.ops.curve.primitive_bezier_curve_add
, not being so familiar with the Blender API, is that a viable alternative for newer Blender versions?