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:
authorNathan Craddock <nzcraddock@gmail.com>2021-01-05 23:55:32 +0300
committerNathan Craddock <nzcraddock@gmail.com>2021-02-16 04:25:06 +0300
commit23de16414ad6eeebab7d8840a6626c1fd7a6e08d (patch)
treeb8beb247bab2542c6cbb8c4025ff460497d7ba89 /source/blender/makesdna/DNA_space_types.h
parentc53022768b13831c38d2b687f99b7f9cbb919892 (diff)
UI: Clarify descriptions in properties popover
Updates the descriptions and labels for outliner sync in the properties editor popover to be more clear. Differential Revision: https://developer.blender.org/D10010
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 4d705f3aa34..dc1775b09c6 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -241,8 +241,8 @@ typedef enum eSpaceButtons_Flag {
/* SpaceProperties.outliner_sync */
typedef enum eSpaceButtons_OutlinerSync {
PROPERTIES_SYNC_AUTO = 0,
- PROPERTIES_SYNC_OFF = 1,
- PROPERTIES_SYNC_ON = 2,
+ PROPERTIES_SYNC_NEVER = 1,
+ PROPERTIES_SYNC_ALWAYS = 2,
} eSpaceButtons_OutlinerSync;
/** \} */