new addon simple_deform_helper #104464

Open
EMM wants to merge 29 commits from Guai_Wo_Ge_EMM/blender-addons:simple_deform_helper into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 79308887c9 - Show all commits

View File

@ -25,6 +25,7 @@ class SimpleDeformHelperToolPanel(Panel, GizmoUtils):
@staticmethod
def draw_property(layout, context):
if GizmoUtils.poll_simple_deform_public(context):
cls = SimpleDeformHelperToolPanel
pref = cls.pref_()