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-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and ↵Campbell Barton
else if's
2012-03-02style cleanupCampbell Barton
- spelling - turns out we had tessellation spelt wrong all over. - use \directive for doxy (not @directive) - remove BLI_sparsemap.h - was from bmesh merge IIRC but entire file commented and not used.
2012-02-27style cleanup (mostly whitespace)Campbell 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-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
inconsistent with similar functions & math notation: mul_m4_m4m4(R, B, A) => mult_m4_m4m4(R, A, B) mul_m3_m3m4(R, B, A) => mult_m3_m3m4(R, A, B) For branch maintainers, it should be relatively simple to fix things manually, it's also possible run this script after merging to do automatic replacement: http://www.pasteall.org/27459/python
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-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-04Some whitespace changesNathan Letwory
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-28armature object animation bug fix.Sukhitha Prabhath Jayathilake
2011-08-26code review fixesSukhitha Prabhath Jayathilake
2011-08-21Armature object animations export.Sukhitha Prabhath Jayathilake
2011-08-21export animations if a bone is in a deform group. ( on hold )Sukhitha Prabhath Jayathilake
2011-08-19Animation exporter matrix source param fix.Sukhitha Prabhath Jayathilake
2011-08-18Animation export id bone animation + armature importer cleanup.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-09sid addressing fixSukhitha Prabhath Jayathilake
2011-08-09temporary fix for quat rotationsSukhitha Prabhath Jayathilake
2011-08-08export bone transform matrix with sid.Sukhitha Prabhath Jayathilake
2011-08-07COLLADA Armature bake animation export fixed( needs more testing )Sukhitha Prabhath Jayathilake
2011-08-07Armature bake animation export ( not as pose matrices. Still needs fixing ) Sukhitha Prabhath Jayathilake
2011-08-06Material ray trace transparency animation COLLADA export.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-31Camera Clipping animation COLLADA support fix.Sukhitha Prabhath Jayathilake
2011-07-28Material transparency animation COLLADA export.Sukhitha Prabhath Jayathilake
2011-07-27Material Diffuse Color animation COLLADA import.Sukhitha Prabhath Jayathilake
2011-07-27Material diffuse color animation COLLADA export.Sukhitha Prabhath Jayathilake
2011-07-27Material Effect Specular color animation Export.Sukhitha Prabhath Jayathilake
2011-07-25Blender profile for leaf_bone tip. (untested).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-09Improvements to import system. Ability to include more parameters.Sukhitha Prabhath Jayathilake
2011-07-07Camera clipend animation exportSukhitha Prabhath Jayathilake
2011-07-06camera ortho_scale (COLLADA xmag ) animation export Sukhitha Prabhath Jayathilake
2011-07-06Camera lens animation import.Sukhitha Prabhath Jayathilake
2011-07-06camera lens (COLLADA xfov ) animation export Sukhitha Prabhath Jayathilake
2011-07-05Spot Light spot_blend animation im/export.Sukhitha Prabhath Jayathilake
2011-07-04light SpotLight blend and size parameters animation export. on going. Sukhitha Prabhath Jayathilake
2011-07-02Light Sid addressing edited.Sukhitha Prabhath Jayathilake