[Bf-blender-cvs] [276e36a59f] blender2.8: Remove unused definition. This enum must be synchronized with the registration ANIM_init_channel_typeinfo_data function in anim_channels_define.c

Antonio Vazquez noreply at git.blender.org
Tue Jan 17 13:34:13 CET 2017


Commit: 276e36a59fc36c6f2a32a60242acb408c34b387a
Author: Antonio Vazquez
Date:   Tue Jan 17 13:32:32 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB276e36a59fc36c6f2a32a60242acb408c34b387a

Remove unused definition. This enum must be synchronized with the registration ANIM_init_channel_typeinfo_data function in anim_channels_define.c

If the list is not equal, weird things start to happend in animation editors.

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

M	source/blender/editors/include/ED_anim_api.h

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

diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 4a4ab832b2..c96502f3c0 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -161,7 +161,6 @@ typedef enum eAnim_ChannelType {
 	ANIMTYPE_DSSKEY,
 	ANIMTYPE_DSWOR,
 	ANIMTYPE_DSNTREE,
-	ANIMTYPE_DSPART,
 	ANIMTYPE_DSMBALL,
 	ANIMTYPE_DSARM,
 	ANIMTYPE_DSMESH,




More information about the Bf-blender-cvs mailing list