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>2018-07-11 14:02:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-11 14:02:22 +0300
commit1d83fe82bc265391635b8bc642cad5e4fc8d0004 (patch)
tree0c75be5d6bcd7880634e9685175bb494e585502e /source/blender/makesdna/DNA_view3d_types.h
parentef30fa3739a5d23a8c9acfbfc12f0f612e59dc89 (diff)
Cleanup: simplify RNA names
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index b02661754bd..365fe125e83 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -175,7 +175,7 @@ typedef struct View3DOverlay {
/* Armature edit/pose mode settings */
int arm_flag;
- float bone_selection_alpha;
+ float bone_select_alpha;
/* Other settings */
float wireframe_threshold;
@@ -380,7 +380,7 @@ enum {
enum {
V3D_OVERLAY_FACE_ORIENTATION = (1 << 0),
V3D_OVERLAY_HIDE_CURSOR = (1 << 1),
- V3D_OVERLAY_BONE_SELECTION = (1 << 2),
+ V3D_OVERLAY_BONE_SELECT = (1 << 2),
V3D_OVERLAY_LOOK_DEV = (1 << 3),
V3D_OVERLAY_WIREFRAMES = (1 << 4),
V3D_OVERLAY_HIDE_TEXT = (1 << 5),