Error addon

Hello guys
This addon gave an error, can someone help me, I don’t understand anything about python

The issue is already described at the bottom half of the raised error.

bpy.context.Scene.shapemodified=False

Should be:

bpy.context.scene.shapemodified=False
1 Like

You need to open your operators.py file (follow the path in the error), and change line 108 to use bpy.context.scene instead as noted. You can do this with any text editor such as Notepad :slight_smile:

1 Like

Thanks for atention

I made the change in the “S”, but the drawing function in version 3.2.2 is not working, in version 3.1.0 it works

Thanks for atention

The draw option is not working

You should contact the add-on creator for assistance, you can find a link to message them on the add-on page:

1 Like

Yes I’ll do it

Thanks!

1 Like