Blender Git Commit Log

Git Commits -> Revision 0c8b077

Revision 0c8b077 by Gaia Clary (master)
November 24, 2018, 13:30 (GMT)
refactor: Collada reorganize class constructors

- Class constructors without body (only attribute initialisations)
can safely be kept in the class header files

- Constructor variables should be initialized in the order of their
definition in the header files

This change is also aimed to remove a couple of
build warnings from the linux builds.

Commit Details:

Full Hash: 0c8b0771f26120d557c80df1a30905c8228fd702
Parent Commit: 31e3b77
Lines Changed: +58, -63

15 Modified Paths:

/source/blender/collada/AnimationClipExporter.h (+4, -4) (Diff)
/source/blender/collada/AnimationExporter.h (+4, -5) (Diff)
/source/blender/collada/AnimationImporter.cpp (+0, -5) (Diff)
/source/blender/collada/AnimationImporter.h (+5, -1) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+0, -9) (Diff)
/source/blender/collada/ArmatureExporter.h (+10, -3) (Diff)
/source/blender/collada/collada_internal.h (+3, -5) (Diff)
/source/blender/collada/ControllerExporter.cpp (+2, -10) (Diff)
/source/blender/collada/ControllerExporter.h (+8, -2) (Diff)
/source/blender/collada/GeometryExporter.cpp (+0, -6) (Diff)
/source/blender/collada/GeometryExporter.h (+7, -1) (Diff)
/source/blender/collada/Materials.cpp (+2, -2) (Diff)
/source/blender/collada/Materials.h (+1, -0) (Diff)
/source/blender/collada/SceneExporter.cpp (+0, -6) (Diff)
/source/blender/collada/SceneExporter.h (+12, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021