Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-07-05 07:32:53 +0300
committerCampbell Barton <campbell@blender.org>2022-07-05 07:34:09 +0300
commit8c33a53b172898d205aadf91f28df42e675cb95b (patch)
tree9c93a3ec9df8e94f50cb4d4849daebf032813576 /source/blender/editors/object/object_vgroup.c
parent9145a4d08ff76052831971f576407871d6c6aca1 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/editors/object/object_vgroup.c')
-rw-r--r--source/blender/editors/object/object_vgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_vgroup.c b/source/blender/editors/object/object_vgroup.c
index 88b27bd4cea..158bc28662a 100644
--- a/source/blender/editors/object/object_vgroup.c
+++ b/source/blender/editors/object/object_vgroup.c
@@ -733,7 +733,7 @@ const EnumPropertyItem *ED_object_vgroup_selection_itemf_helper(const bContext *
/* Set `Deform Bone` as default selection if armature is present. */
RNA_def_property_enum_default(
- prop, BKE_modifiers_is_deformed_by_armature(ob) ? WT_VGROUP_BONE_DEFORM : WT_VGROUP_ALL);
+ prop, BKE_modifiers_is_deformed_by_armature(ob) ? WT_VGROUP_BONE_DEFORM : WT_VGROUP_ALL);
RNA_enum_item_end(&item, &totitem);
*r_free = true;