vilemduha / blendercam

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

bpy.ops.curve.simple not found #257

Closed ReeceRobinson closed 7 months ago

ReeceRobinson commented 9 months ago

I have been trying to get all the generative features working for this add-on (version 0.9.10) but I keep getting the python exception that bpy.ops.curve.simple is not found. I am using Blender 3.5.1 on an Intel Mac. I can't seem to find any reference to this method searching google. What am I missing?

pppalain commented 7 months ago

oh, you have to tick the curve extra plugin in blender. sorry for the delay, we are more responsive on the chat.

pppalain commented 7 months ago

image

ReeceRobinson commented 7 months ago

Thanks for responding. That worked.