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>2020-03-22 04:09:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-22 04:17:25 +0300
commitad7bb8e42c385f6777e14649bd238de2348ad31b (patch)
tree503a787291a8dc7b7072d6fd0b03fcdd45ea0af1 /source/blender/makesrna/RNA_types.h
parent1e4f6b231ce54e894b308c00e56525c085db8781 (diff)
Cleanup: spelling, correct Mesh.mface docs
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index abbe284e97a..2a5d3890150 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -182,8 +182,8 @@ typedef enum PropertyFlag {
*/
PROP_ANIMATABLE = (1 << 1),
/**
- * This flag means when the property's widget is in 'textedit' mode, it will be updated
- * after every typed char, instead of waiting final validation. Used e.g. for text searchbox.
+ * This flag means when the property's widget is in 'text-edit' mode, it will be updated
+ * after every typed char, instead of waiting final validation. Used e.g. for text search-box.
* It will also cause UI_BUT_VALUE_CLEAR to be set for text buttons. We could add an own flag
* for search/filter properties, but this works just fine for now.
*/