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
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-08-13Light blender profile param sid addressingSukhitha Prabhath Jayathilake
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-04light SpotLight blend and size parameters animation export. on going. Sukhitha Prabhath Jayathilake
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-07-02Light Sid addressing edited.Sukhitha Prabhath Jayathilake
2011-06-28Set Edit bone roll on Armature Import.Sukhitha Prabhath Jayathilake
+ Light->Color Sid for testing.
2011-06-20Remove redundant e usage. Energy is already multiplied into exported light. ↵Nathan Letwory
Fixes potential bug (e used uninitialised, reported by Campbell Barton on IRC).
2011-06-13Fix [#27463] COLLADA light quadratic attenuation exported wrong?Nathan Letwory
Reported by Pelle Johnsen Fix falloff import. Point light and Spot light always were set to inverse quad, instead of choosing the proper one based on imported values. The
2011-03-30COLLADA lights:Nathan Letwory
* simplify export and import, now that we have blender profiles for lights. The vanilla import is now more in line with the specs. If a blender profile is found, skip normal import, use the profile data instead. * multiply energy into color rgb export (common profile). * recalc distance taking metrics in account
2011-03-27COLLADA lamp blender profile: add the remainder of the lamp variables to export.Nathan Letwory
2011-03-27Add blender light profile.Nathan Letwory
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-14Fix [#24201] COLLADA Exporter: Light source energy incorrectNathan Letwory
lamp->energy and lamp->distance are now taken in account by calculating the constant, linear and quadratic attenuations based on this. The import tries to do the reverse. Note: this will work only properly for lamps that have att1 and att2 set to 1.0 or 0.0, other lamptypes won't import correctly again.
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-06COLLADA exporter: split camera and light export into own files.Nathan Letwory