Merge branch 'blender-v3.0-release'

This commit is contained in:
Campbell Barton 2021-11-05 16:04:57 +11:00
commit 3a4dade2f8
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},
)