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:
authorHans Goudey <h.goudey@me.com>2020-12-21 03:42:35 +0300
committerHans Goudey <h.goudey@me.com>2020-12-21 03:42:35 +0300
commitc229d9876b78460179adaea9b8ea1b71a5ad19b1 (patch)
tree70bef7d3fdd223a1b7caa082563fcd5e12f8f8eb
parentd283a093d6643fc63264d95bed46af0646788277 (diff)
Cleanup: Correct comment
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 1bd013c7d54..d9ee9a27294 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -375,7 +375,7 @@ typedef struct ThemeSpace {
/** Two uses, for uvs with modifier applied on mesh and uvs during painting. */
unsigned char uv_shadow[4];
- /** Outliner - filter match. */
+ /** Search filter match, used for property search and in the outliner. */
unsigned char match[4];
/** Outliner - selected item. */
unsigned char selected_highlight[4];