Blender Git Commit Log
Git Commits -> Revision eed4ff2
Revision eed4ff2 by Gaia Clary March 11, 2018, 20:07 (GMT) |
Feature Collada: Added new Enum and Mappings * BC_animation_transform_type Enum that Contains all animation types which can be exported * BC_ANIMATION_NAME_FROM_TYPE Map from transform_type to the name that is used in the exported data * BC_ANIMATION_TYPE_FROM_NAME Maps to get the animation transformtype from RNA Pathes and from collada names (also needed for the Importer later) These maps and Enums will later replace hard coded integer numbers which are currently used all over the place and make it really hard to understand what exactly is going on. |
Commit Details:
Full Hash: eed4ff2dfeda77bf2e3f5123ec37b1f952f15ce9
Parent Commit: d853186
Lines Changed: +91, -1