Skip to content
Snippets Groups Projects
Commit ea424564 authored by lijenstina's avatar lijenstina
Browse files

Fix T53579: Move the settings into a Tools Panel, use wm property group

Bump version to 1.1.4
Remove some dead code
Use register class instead of register_module

Adress the F6 redo menu Blender crash issue by:
1) Moving the properties from the operator to a property group
of window manager type (bpy.types.WindowManager.ivy_gen_props)
2) Only the update is exposed in the operator undo (a boolprop)
3) Settings moved into the CURVE_PT_IvyGenPanel located under the
Tools Region > Create > Ivy Generator

Functionality should be the same as before:

Since the window manager props are not jumping back on operator redo
the operator just pulls them in execute which allows change in the Panel
while operator is still active

The default values are assigned by setting the operator defaultIvy to True
parent 81d846ba
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment