shteeve3d/blender-wiggle-2

bl_options = {'REGISTER', 'UNDO'} is missing in operator

Opened this issue · 1 comments

bl_options = {'REGISTER', 'UNDO'} is missing in operators (default is {'REGISTER'}). As a result, Undo is not supported.

https://docs.blender.org/api/current/bpy.types.Operator.html#bpy.types.Operator.bl_options

I have added this now to couple, but also added it to the missing operators in my PR #82