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-06-24Added option for exporting material based textures. Cleaned up header files ↵Gaia Clary
due to a bug in osx
2012-06-22Collada: (Export) Added export of surface textures, and control over ↵Gaia Clary
exported uv layers
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-09-12Fix [#28614] Collada Exporter does not export Ambient termNathan Letwory
reported by Steiner Bernhard ma->ambX is calculated only on a render, so instead of relying on those values compute them manually.
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-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-03-22[#26476] <specular> and <shininess> missing from ColadaNathan Letwory
reported by Juan Linietsky Export <specular> for <phong> and <blinn> shaders, <shininess> was already being written for these. <lambert> shader doesn't have <shininess>. Right now we write <phong> when blender spec is phong, <blinn> when blender spec is blinn. When spec is any other shader, and diffuse shader set to lambert, we export as <lambert>. Any other combination defaults right now to <phong>. This will change when Blender specific profiles have been created for the shader combinations in Blender.
2011-03-18COLLADA conformance: don't write empty libraries for effect, image and animationNathan Letwory
2011-02-21doxygen: COLLADA entryNathan Letwory
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-07COLLADA: Split EffectsExporter into separate files.Nathan Letwory