Blender Git Loki
Git Commits -> Revision bdbdd3d
Revision bdbdd3d by Gaia Clary April 17, 2018, 15:45 (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: bdbdd3d32007ee2ccaf26b2a0d6305e089a75758
Parent Commit: d4f4c2e
Lines Changed: +13, -13