Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-28Fix #33168: collada export added incorrect -material postfix to material names.Brecht Van Lommel
In the bug report it was also mentioned that special characters should be preserved for names, however the collada 1.4 specification does not allow this. Version 1.5 does, but we are still writing 1.4 files and files with such special characters will then fail to open in some applications.
2012-06-20style cleanupCampbell Barton
2012-06-17style cleanup:Campbell Barton
also fix for building ghost test and fix double free in one of the tests
2012-06-13Collada: fixed a few loops to only loop over the list of exported objects, ↵Gaia Clary
instead of the current scene.
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Collada: make exporter more robust, now uses ↵Gaia Clary
BKE_object_relational_superset()
2012-05-10Apply [#30199] Fix COLLADA export of material namesNathan Letwory
Submitted by Daniel Balster
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-09-07Introduce struct for export settings in COLLADA export code. This will make ↵Nathan Letwory
it easier to add new options without having to change function signatures all over the place.
2011-07-28Don't write library_materials tag when there are no materials.Nathan Letwory
2011-07-04Apply patch 4636051. COLLADA: Export selection.Nathan Letwory
Original patch by Jan Diederich, adapted by Pelle Johnsen. Review assistance by Daniel Tavares. This patch adds an option to export only the selection.
2011-02-28Fix [#26213] Collada exporter id's not uniqueNathan Letwory
Reported by Kevin Yoon <material> could get same id as <node>, prevent that by suffixing -material.
2011-02-27doxygen: blender/collada tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-10-24Collada : header files order dependency was making osx compile failDamien Plisson
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-06GCC fixes for r32346Nathan Letwory
2010-10-06COLLADA: Split MaterialsExporter into separate files.Nathan Letwory