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 <ideasman42@gmail.com>2013-04-09 05:36:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-09 05:36:44 +0400
commit9e5a670b1d2285826bf33a177b32eb5862c771db (patch)
tree2a463556e2f8823e7e3561c36064df5c2600c84f /source/blender/makesrna/RNA_enum_types.h
parent9eca407a18d8c0109d67fa4feed837dfe97d2de1 (diff)
code cleanup: abbreviations ob, con - aren't normally used in global identifiers.
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index e6ee1b7c382..513e249a64a 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -106,9 +106,9 @@ extern EnumPropertyItem object_type_items[];
extern EnumPropertyItem object_type_curve_items[];
-extern EnumPropertyItem rigidbody_ob_type_items[];
-extern EnumPropertyItem rigidbody_ob_shape_items[];
-extern EnumPropertyItem rigidbody_con_type_items[];
+extern EnumPropertyItem rigidbody_object_type_items[];
+extern EnumPropertyItem rigidbody_object_shape_items[];
+extern EnumPropertyItem rigidbody_constraint_type_items[];
extern EnumPropertyItem object_axis_items[];