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>2010-02-02 03:02:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-02 03:02:55 +0300
commitecaa50ed7be04fe9ffde0ef3982c318be1f8b728 (patch)
tree1d02f4a0d77cd299c3a0a903b276c90af2089d16 /source/blender/makesrna/RNA_types.h
parent53d425ef968b0cbe5155f182febdf8f1cf948534 (diff)
PROP_ANIMATEABLE -> PROP_ANIMATABLE (more common spelling)
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index d6bab44dc8d..f91084b52e8 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -141,7 +141,7 @@ typedef enum PropertyFlag {
* other input, be it animation curves, expressions, ..
* properties are animateable by default except for pointers
* and collections */
- PROP_ANIMATEABLE = 1<<1,
+ PROP_ANIMATABLE = 1<<1,
/* icon */
PROP_ICONS_CONSECUTIVE = 1<<12,