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:
authorAntonio Vazquez <blendergit@gmail.com>2017-01-17 17:53:31 +0300
committerAntonio Vazquez <blendergit@gmail.com>2017-01-17 17:53:31 +0300
commit61b52f6d900d123835dc8577374a1ddbd4f9277e (patch)
tree39138da1afa2678353648e69a0b9a637009ea902 /source/blender/editors/include/ED_anim_api.h
parent276e36a59fc36c6f2a32a60242acb408c34b387a (diff)
Fix previous commit because there are some code using this define, but really it is not used in editors. This is a temporary fix to broken editors, but this entry must be removed or moved to the right place when particles are in place again.
Diffstat (limited to 'source/blender/editors/include/ED_anim_api.h')
-rw-r--r--source/blender/editors/include/ED_anim_api.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index c96502f3c03..67eb9e252c3 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -183,7 +183,13 @@ typedef enum eAnim_ChannelType {
ANIMTYPE_NLAACTION,
/* always as last item, the total number of channel types... */
- ANIMTYPE_NUM_TYPES
+ ANIMTYPE_NUM_TYPES,
+
+ /* TODO: WARNING remove this entry or move to the right place when particle system is enabled again.
+ This definition was set here only to compile, but it is not used and cannot be in the middle of the list
+ or break the editors */
+ ANIMTYPE_DSPART
+
} eAnim_ChannelType;
/* types of keyframe data in bAnimListElem */