attractor icon indicating copy to clipboard operation
attractor copied to clipboard

fixes for blender 2.93

Open natejenkins opened this issue 3 years ago • 0 comments

Hey thanks for the plugin! Some very minor syntactical changes were needed for blender 2.93, but these occur in many places in the code. They are all of the form:

a = get_prop("coullet", "a",  0.80)

and they all need to be changed to:

a: get_prop("coullet", "a",  0.80)

natejenkins avatar Nov 02 '21 11:11 natejenkins