tornavis/source/blender/collada
Nathan Letwory 4071b2a8cd Apply [#30199] Fix COLLADA export of material names
Submitted by Daniel Balster
2012-05-09 22:54:18 +00:00
..
AnimationExporter.cpp style cleanup: whitespace/operators 2012-05-09 09:24:15 +00:00
AnimationExporter.h style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
AnimationImporter.cpp code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
AnimationImporter.h Fix #31089: collada file crashing on importing file with unknown/unsupported animation data. 2012-05-02 18:11:09 +00:00
ArmatureExporter.cpp code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
ArmatureExporter.h Fix rest of #27022, collada export: add bone parenting of objects 2012-02-18 16:55:41 +00:00
ArmatureImporter.cpp code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
ArmatureImporter.h style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
CameraExporter.cpp Fisheye Camera for Cycles 2012-05-04 16:20:51 +00:00
CameraExporter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
DocumentExporter.cpp style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
DocumentExporter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
DocumentImporter.cpp code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
DocumentImporter.h Apply patch [#31179] COLLADA IMPORT instanced geometry improvement 2012-04-30 23:51:09 +00:00
EffectExporter.cpp style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
EffectExporter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
ErrorHandler.cpp style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +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 Collada: patch #31331: Implementation of 'Apply Modifiers' 2012-05-07 18:09:59 +00:00
ExtraHandler.cpp style cleanup: follow style guide for/with/if spacing 2012-03-24 07:52:14 +00:00
ExtraHandler.h style cleanup: function calls & whitespace. 2012-04-29 17:11:40 +00:00
ExtraTags.cpp style cleanup: follow style guide for/with/if spacing 2012-03-24 07:52:14 +00:00
ExtraTags.h style cleanup: function calls & whitespace. 2012-04-29 17:11:40 +00:00
GeometryExporter.cpp Apply [#31335] COLLADA: fix for odd names for materials in exported dae files 2012-05-09 08:14:49 +00:00
GeometryExporter.h Collada: patch #31331: Implementation of 'Apply Modifiers' 2012-05-07 18:09:59 +00:00
ImageExporter.cpp style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
ImageExporter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
InstanceWriter.cpp Apply [#31335] COLLADA: fix for odd names for materials in exported dae files 2012-05-09 08:14:49 +00:00
InstanceWriter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
LightExporter.cpp style cleanup: whitespace / commas 2012-04-29 15:47:02 +00: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 Apply [#30199] Fix COLLADA export of material names 2012-05-09 22:54:18 +00:00
MaterialExporter.h style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
MeshImporter.cpp Style cleanup: displist module 2012-05-07 06:58:03 +00:00
MeshImporter.h Fix #31258: collada now selects newly added objects after import. 2012-05-03 21:32:49 +00:00
SConscript Remove some more $Id$ that still were left after r41227 and r41228. 2011-10-23 19:01:59 +00:00
SceneExporter.cpp style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
SceneExporter.h Fix rest of #27022, collada export: add bone parenting of objects 2012-02-18 16:55:41 +00:00
SkinInfo.cpp Removing the old armature 'deform' settings (use vertex groups/envelopes/quats). 2012-05-06 04:50:04 +00:00
SkinInfo.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
TransformReader.cpp style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
TransformReader.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
TransformWriter.cpp code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
TransformWriter.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
collada.cpp Collada: patch #31331: Implementation of 'Apply Modifiers' 2012-05-07 18:09:59 +00:00
collada.h Collada: patch #31331: Implementation of 'Apply Modifiers' 2012-05-07 18:09:59 +00:00
collada_internal.cpp style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
collada_internal.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
collada_utils.cpp code cleanup: BKE_scene api naming. 2012-05-05 14:33:36 +00:00
collada_utils.h Fix #31258: collada now selects newly added objects after import. 2012-05-03 21:32:49 +00:00