Skip to content

fixes for blender 2.93#3

Open
natejenkins wants to merge 3 commits intomtyka:masterfrom
natejenkins:master
Open

fixes for blender 2.93#3
natejenkins wants to merge 3 commits intomtyka:masterfrom
natejenkins:master

Conversation

@natejenkins
Copy link

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 natejenkins mentioned this pull request Nov 2, 2021
add instructions for blender 2.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments