Blender Git Loki
Git Commits -> Revision 9afc694
Revision 9afc694 by Gaia Clary (collada) April 10, 2019, 20:27 (GMT) |
refactor: Collada: Reorganize=ing Classes and add new utility functions - Added new utility methods to collada_utils - Made BCMatrix class more powerfull for future usage - Moved Blender related data structures and definitions to BlenderContext.h - Adjusted according to changes above |
Commit Details:
Full Hash: 9afc694c13389550cd51e5e01bc6b3589c211df2
Parent Commit: 19829b3
Lines Changed: +143, -29
6 Modified Paths:
/source/blender/collada/BCSampleData.cpp (+41, -2) (Diff)
/source/blender/collada/BCSampleData.h (+6, -3) (Diff)
/source/blender/collada/BlenderContext.h (+31, -0) (Diff)
/source/blender/collada/collada_utils.cpp (+26, -0) (Diff)
/source/blender/collada/collada_utils.h (+36, -1) (Diff)
/source/blender/collada/ExportSettings.h (+3, -23) (Diff)
/source/blender/collada/BCSampleData.h (+6, -3) (Diff)
/source/blender/collada/BlenderContext.h (+31, -0) (Diff)
/source/blender/collada/collada_utils.cpp (+26, -0) (Diff)
/source/blender/collada/collada_utils.h (+36, -1) (Diff)
/source/blender/collada/ExportSettings.h (+3, -23) (Diff)