tornavis/source/blender/collada
Campbell Barton 617557b08e Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
..
AnimationExporter.cpp Fix for T32843 2014-01-31 09:35:00 +01:00
AnimationExporter.h Fix for T32843 2014-01-31 09:35:00 +01:00
AnimationImporter.cpp Add compatibility for older Collada files 2014-02-03 13:04:51 +01:00
AnimationImporter.h Add compatibility for older Collada files 2014-02-03 13:04:51 +01:00
ArmatureExporter.cpp ListBase API: add utility api funcs for clearing and checking empty 2014-02-08 06:24:05 +11:00
ArmatureExporter.h Dependency Graph: some refactoring which should have no user visible impact 2013-02-21 19:33:04 +00:00
ArmatureImporter.cpp Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
ArmatureImporter.h fix: #36060 Collada Import: animated armature+mesh problem 2013-07-14 17:21:12 +00:00
CMakeLists.txt move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
CameraExporter.cpp Apply patch [#36601]. 2013-09-05 06:58:27 +00:00
CameraExporter.h Apply patch [#36601]. 2013-09-05 06:58:27 +00:00
ControllerExporter.cpp T38763 Fix: avoid NPE When no custom properties are defined 2014-02-23 15:33:10 +01:00
ControllerExporter.h Fix building for new collada... 2013-01-21 14:00:01 +00:00
DocumentExporter.cpp OpenCollada: Fix error in printf-format (too much arguments). 2014-01-09 20:35:20 +01:00
DocumentExporter.h style cleanup 2012-10-20 18:46:57 +00:00
DocumentImporter.cpp Add compatibility for older Collada files 2014-02-03 13:04:51 +01:00
DocumentImporter.h Add compatibility for older Collada files 2014-02-03 13:04:51 +01:00
EffectExporter.cpp Collada: Added ngon support to Vertex Color exporter 2013-03-04 13:12:56 +00:00
EffectExporter.h Added option for exporting material based textures. Cleaned up header files due to a bug in osx 2012-06-23 22:03:31 +00:00
ErrorHandler.cpp style cleanup 2012-06-12 22:05:33 +00:00
ErrorHandler.h style cleanup: function calls & whitespace. 2012-04-29 17:11:40 +00:00
ExportSettings.cpp remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
ExportSettings.h Changed some labels from Second Life to OpenSim 2013-10-03 14:24:54 +00:00
ExtraHandler.cpp Fix #35255: build for older OpenCollada versions failed, but don't see a good 2013-05-08 10:07:58 +00:00
ExtraHandler.h Fix #35255: build for older OpenCollada versions failed, but don't see a good 2013-05-08 10:07:58 +00:00
ExtraTags.cpp style cleanup 2012-06-12 22:05:33 +00:00
ExtraTags.h style cleanup: function calls & whitespace. 2012-04-29 17:11:40 +00:00
GeometryExporter.cpp Fix collada and freestyle module compile errors after recent commit, forgot to 2014-01-15 19:15:51 +01:00
GeometryExporter.h Fix T37753: encapsulated the creation of the source ID into one function to ensure the id is always created correctly 2013-12-09 23:18:01 +01:00
ImageExporter.cpp Compilation fix for collada 2012-12-23 14:34:10 +00:00
ImageExporter.h Added option for exporting material based textures. Cleaned up header files due to a bug in osx 2012-06-23 22:03:31 +00:00
ImportSettings.cpp [#33437](partial fix) Collada: importing a scene changes units. Added an option to disable unit settings during import. 2013-02-09 16:19:30 +00:00
ImportSettings.h [#33437](partial fix) Collada: importing a scene changes units. Added an option to disable unit settings during import. 2013-02-09 16:19:30 +00:00
InstanceWriter.cpp Collada: fixed export when 'active UV Layer only' was selected 2012-08-15 22:08:22 +00:00
InstanceWriter.h Collada: (Export) Added export of surface textures, and control over exported uv layers 2012-06-22 16:16:58 +00:00
LightExporter.cpp Cleanup: Internal degrees removal. 2013-12-03 20:35:45 +01:00
LightExporter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
MaterialExporter.cpp Fix #33168: collada export added incorrect -material postfix to material names. 2012-11-27 21:26:06 +00:00
MaterialExporter.h style cleanup 2013-03-08 04:00:06 +00:00
MeshImporter.cpp T38482: Fixed the Crashing. If the same UV Layer is referenced multiple times, then the last imported data set for this UV Layer wins. 2014-02-08 13:14:58 +01:00
MeshImporter.h code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist, 2013-03-15 10:48:48 +00:00
SConscript move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
SceneExporter.cpp Fix collada compile ( kudos ti ideasman ) 2014-02-08 00:24:49 +01:00
SceneExporter.h Collada: Added option for how rot,loc,trans data is exported (improves flexibility for support of other 3D tools) 2013-03-06 23:21:52 +00:00
SkinInfo.cpp apply world matrix only to armature, Bones and children get it implicit via parenting 2013-07-30 11:10:04 +00:00
SkinInfo.h define the size of matrix args for both rows/cols. 2012-12-11 14:29:01 +00:00
TransformReader.cpp Added/changed comment for clarification 2013-07-29 17:27:27 +00:00
TransformReader.h define the size of matrix args for both rows/cols. 2012-12-11 14:29:01 +00:00
TransformWriter.cpp code cleanup: case & brace placement 2013-07-19 10:40:43 +00:00
TransformWriter.h Collada: Added option for how rot,loc,trans data is exported (improves flexibility for support of other 3D tools) 2013-03-06 23:21:52 +00:00
collada.cpp Changed some labels from Second Life to OpenSim 2013-10-03 14:24:54 +00:00
collada.h Use includes for blenderplayer stubs 2014-01-28 01:55:10 +11:00
collada_internal.cpp Collada: renamed size_mat to scale_mat for clarity. removed obsolete variable definition 2013-07-30 07:32:37 +00:00
collada_internal.h Collada: renamed size_mat to scale_mat for clarity. removed obsolete variable definition 2013-07-30 07:32:37 +00:00
collada_utils.cpp Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
collada_utils.h Collada: Import now always rotates input to match blender's Z_UP axis 2013-07-29 21:51:53 +00:00
version.conf Added new file that contains the sha1 hash key of the currently to be used OpenCollada libraries 2013-09-30 21:11:20 +00:00