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-04-29style cleanup: whitespace / commasCampbell Barton
2012-02-05Patch #30050 by Juha Mäki-Kanto (kanttori)Domino Marama
Fixes for Collada exporter. Adds Second Life compatibility for armatures Adds objects parentinverse to exported transform if it's non-identity Fix mismatch between add_inv_bind_mats and add_joints_source accessor counts Fix bone exports in world space should be local space
2011-11-06Second attempt at getting rid of bsystem_time()Joshua Leung
Hopefully this fixes Collada. Can't really compile that to check here...
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-08-30SVN maintenance.Guillermo S. Romero
2011-08-30Merging pepper to trunk at revision 39791.Joerg Mueller
Important note: I used rsync to do the local merge, as "svn merge --reintegrate ^/branches/soc-2011-pepper" doesn't work with our svn server right now!
2011-08-21export animations if a bone is in a deform group. ( on hold )Sukhitha Prabhath Jayathilake
2011-08-17armature animation export fix.Sukhitha Prabhath Jayathilake
2011-08-16Animation Exporter clean up.Sukhitha Prabhath Jayathilake
2011-08-16Finalizing.Sukhitha Prabhath Jayathilake
2011-08-14CleanupSukhitha Prabhath Jayathilake
2011-08-13light parameter export expansion.Sukhitha Prabhath Jayathilake
2011-08-07Armature bake animation export ( not as pose matrices. Still needs fixing ) Sukhitha Prabhath Jayathilake
2011-08-05create_4x4_source functionSukhitha Prabhath Jayathilake
2011-08-05(no commit message)Sukhitha Prabhath Jayathilake
2011-08-03Find all key frames for baked animation export.Sukhitha Prabhath Jayathilake
2011-07-18Material Specular Hardness Animation export.Sukhitha Prabhath Jayathilake
2011-07-17Material Animation export. (on going)Sukhitha Prabhath Jayathilake
2011-07-17Identify material Animations to export.Sukhitha Prabhath Jayathilake
2011-07-06camera lens (COLLADA xfov ) animation export Sukhitha Prabhath Jayathilake
2011-06-30Light color parameter animation export support.Sukhitha Prabhath Jayathilake
2011-06-16AnimationExporter - Quaternion to euler conversion ( in progress )Sukhitha Prabhath Jayathilake
AnimationImporter - Action group assignment to bones - Revert to conversion of angles from deg to rad.
2011-06-15New Animation Import system. Only Mesh object animation import support ↵Sukhitha Prabhath Jayathilake
implemented for now.
2011-06-05Add new animation export features.Sukhitha Prabhath Jayathilake
- Bone animations are also exported as f-curve animations now. As a result euler rotaions of bones are also exported. All animations with BEZIER, LINEAR or STEP ipo are exported. - Quaternion rotations export. - Object parented with armatures, animations to Armature Objects as a whole are also exported.
2011-05-29Add support for exporting F-Curves with BEZIER and STEP INTERPOLATION types.Sukhitha Prabhath Jayathilake
2011-05-26AnimationExporter class refactoring.Sukhitha Prabhath Jayathilake
Exported AnimationExporter class to a separate set of files.