[Bf-blender-cvs] [c229d9876b7] master: Cleanup: Correct comment

Hans Goudey noreply at git.blender.org
Mon Dec 21 01:42:47 CET 2020


Commit: c229d9876b78460179adaea9b8ea1b71a5ad19b1
Author: Hans Goudey
Date:   Sun Dec 20 18:42:35 2020 -0600
Branches: master
https://developer.blender.org/rBc229d9876b78460179adaea9b8ea1b71a5ad19b1

Cleanup: Correct comment

===================================================================

M	source/blender/makesdna/DNA_userdef_types.h

===================================================================

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];



More information about the Bf-blender-cvs mailing list