Cleanup: replace face-map reference in gizmo example

Copy-paste error.
This commit is contained in:
Campbell Barton 2021-11-05 15:52:17 +11:00
parent 445361c2ac
commit 9b1882f986
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ custom_shape_verts = (
class MyCustomShapeWidget(Gizmo):
bl_idname = "VIEW3D_GT_auto_facemap"
bl_idname = "VIEW3D_GT_custom_shape_widget"
bl_target_properties = (
{"id": "offset", "type": 'FLOAT', "array_length": 1},
)