Cleanup: remove redundant assignment

This commit is contained in:
Campbell Barton 2018-09-08 07:29:15 +10:00
parent 0ffca8b7b3
commit b8ac2379eb
Notes: blender-bot 2023-02-14 07:45:38 +01:00
Referenced by issue #56722, Crash - Entering mesh Edit Mode
Referenced by issue #56719, Crashing while adding objects + "Incorrect" scaling
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ class MyCustomShapeWidgetGroup(GizmoGroup):
ob = context.object
mpr = self.gizmos.new(MyCustomShapeWidget.bl_idname)
mpr.target_set_prop("offset", ob.data, "energy")
mpr.matrix_basis = ob.matrix_world.normalized()
mpr.color = 1.0, 0.5, 1.0
mpr.alpha = 0.5