vilemduha / blendercam

Automatically exported from code.google.com/p/blendercam
GNU General Public License v3.0
483 stars 118 forks source link

Crash using Blender 3.5.1 #237

Closed tirithen closed 1 year ago

tirithen commented 1 year ago

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?

Skärmbild från 2023-05-23 06-49-22

pppalain commented 1 year ago

you need to activate the plugin curve extra it is included in blender but not activated

tirithen commented 1 year ago

Thanks a bunch! I'll try that out next time I use the plugin!