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
2015-04-15Cleanup: warnings, wsCampbell Barton
2015-03-03Cleanup: collada had own defined Global (why?)Campbell Barton
Wasn't needed and made linking fail here
2014-01-31Fix for T32843gaiaclary
Exported angles for spot size animation is in radians , however Collada expects it to be in degrees. This patch is for fixing import and export, and also renaming a variable Reviewers: gaiaclary Reviewed By: gaiaclary Differential Revision: https://developer.blender.org/D273
2014-01-29renamed unclear API parametergaiaclary
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
- Use commit number since last annotated tag as a revision number replacement. It'll eb followed by 'M' symbol if there're local modification in the source tree. - Commit short SHA1 is included. Helps getting information about commit used to build blender with much faster. - If build is not done from master branch, this also will be noticed in the splash screen. This commit also replaces revision stored in the files with git-specific fields (change and hash). This is kind of breaks compatibility, meaning files which were saved before this change wouldn't display any information about which revision they were saved with. When we'll finally switch to git, we'll see proper hash and change number since previous release in the files, for until then svn version will be used as a change number and hash will be empty. Not a huge deal, since this field was only used by developers to help torubleshooting things and isn't needed for blender itself. Some additional tweaks are probably needed :)
2013-06-24Added missing include to collada sourcesGaia Clary
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
also correct odd indentation.
2013-03-07Collada fixed Collada ID name for exported animation curvesGaia Clary
2013-03-07Collada: Added option for how rot,loc,trans data is exported (improves ↵Gaia Clary
flexibility for support of other 3D tools)
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-11-01remove BLI_utildefines from BKE_DerivedMesh.h headerCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-06COLLADA: report #32237 fixed Camera exporter and Importer to use correct ↵Gaia Clary
camera animation data
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.