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:
authorMartin Poirier <theeth@yahoo.com>2009-10-13 20:08:02 +0400
committerMartin Poirier <theeth@yahoo.com>2009-10-13 20:08:02 +0400
commitdb763fc4459c327d84849cd34bde4a82d74a7123 (patch)
tree59846a50fe58805e3851278cabdae41e942d5f22 /source/blender/makesrna/RNA_enum_types.h
parent46364383948e8e550238c93d3fc7629c5e66ad9b (diff)
- Identify and use retopo icon from icons image.
- Reuse proportional edit enums between rna scene and transform operator
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 4db76c7f312..f102143f0ed 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -31,7 +31,8 @@
extern EnumPropertyItem object_mode_items[];
-extern EnumPropertyItem prop_mode_items[];
+extern EnumPropertyItem proportional_falloff_items[];
+extern EnumPropertyItem proportional_editing_items[];
extern EnumPropertyItem snap_mode_items[];
extern EnumPropertyItem space_type_items[];
extern EnumPropertyItem region_type_items[];