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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-17 16:54:56 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-17 16:54:56 +0300
commit932131be53cfe8c5068d9cc7b938544df63de0c3 (patch)
treeb26e846f5b1c8402537a6ef2195ecb8d02e67937 /source/blender/makesrna/RNA_types.h
parent023765eb48f277168ea4e937f153b3333361d534 (diff)
RNA: made naming of animateable flags for properties more clear.
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 51f177b74cf..95e5e4112ed 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -72,18 +72,15 @@ typedef enum PropertySubType {
typedef enum PropertyFlag {
/* editable means the property is editable in the user
- * interface, evaluated means that the property is set
- * as part of an evaluation. these can change at runtime
- * the property flag contains the default. editable is
- * enabled by default except for collections. */
+ * interface, properties are editable by default except
+ * for pointers and collections. */
PROP_NOT_EDITABLE = 1,
- PROP_EVALUATED = 2,
- /* driveable means the property can be driven by some
+ /* animateable means the property can be driven by some
* other input, be it animation curves, expressions, ..
- * in other words making the property evaluated.
- * enable by default except for pointers and collections. */
- PROP_NOT_DRIVEABLE = 4,
+ * properties are animateable by default except for pointers
+ * and collections */
+ PROP_NOT_ANIMATEABLE = 2,
#if 0
/* for pointers and collections, means that the struct