Blender Git Loki
Git Commits -> Revision 1e8dca8
Revision 1e8dca8 by Gaia Clary (collada2.8) August 2, 2018, 16:35 (GMT) |
Refactor Collada: Renamed Enumerations to avoid confusion The Curve animation type enumeration looked almost identical to the enumeration that describes if the exporter shall export sample frames or keyframes. Details old names: BC_ANIMATION_TYPE_SAMPLE, BC_ANIMATION_TYPE_KEYS replaced by the more descriptive names: BC_ANIMATION_EXPORT_SAMPLES, BC_ANIMATION_EXPORT_KEYS |
Commit Details:
Full Hash: 1e8dca814bcb3457128a7ed787cec6aa428309d2
Parent Commit: 281df83
Lines Changed: +13, -13