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 (Expand)Author
2016-05-23B-Bones improve handle calculationCampbell Barton
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-05-13Armature meshdeform evaluation: parallelize computation of bbones deform matr...Bastien Montagne
2016-04-25Cleanup: use boolCampbell Barton
2016-04-25Fix T48263: Armature modifier crash w/ non-armature objectsCampbell Barton
2016-03-04Fix uninitialized memory use lattice-boundboxCampbell Barton
2016-01-09Readfile: use hash lookup for bonesCampbell Barton
2016-01-07Fix error in recent commitCampbell Barton
2016-01-07Fix access possibly uninitialized armature's bounding box flagSergey Sharybin
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-09-21Armature drawing: custom shape scale optionsCampbell Barton
2015-09-21Fix view-selected w/ custom bone shapesCampbell Barton
2015-09-04Cleanup: Better to assert over bad condition (which shall never happen anyway...Bastien Montagne
2015-09-04Armature: Cheap edit-to-object mode speedup.Bastien Montagne
2015-09-03View-Selected: use custom bones boundboxCampbell Barton
2015-09-01Assert vec_roll_to_mat3_normalized's gets a normalized vectorCampbell Barton
2015-08-13Add real boundbox support to lattice, and update armature one.Philipp Oeser
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-12Depsgraph: Move update-related functions into own filesSergey Sharybin
2015-04-04Cleanup: use float math funcsCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-04Fix for snap to cursor /w parents (object/pose)Campbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-15Bugfix: Wrong flags used in Spline IK eval for bounds limitsJoshua Leung
2015-01-13Fixes for SplineIK:Joshua Leung
2015-01-13Bugfix: The "bulge_min" setting for the Stretch To constraint prevented bones...Joshua Leung
2015-01-13Pataz-Gooseberry Request: Limits on Volume Preservation for Spline IKJoshua Leung
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-08Fix T42824: Proxy bone custom-shape lost on undoCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-04Fix-for-fix ik-spline clamp existing files tooCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-23Fix T42367: Spline-ik offset evaluating curveCampbell Barton
2014-10-23Spline IK: use malloc, arrays are filled instantlyCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-21Fix T40271: recalculation of the bone roll does not work correctly.Bastien Montagne
2014-05-03Fix T40001: Opening a 2.66 blend file in 2.7, a bone appear "rolled but not r...Bastien Montagne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-17Fix T39766: bone calculation from edit mode goes wrongBastien Montagne
2014-04-16Fix T39750: Bones disappearing with strange transforms.Bastien Montagne
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-06Better code for (bone axis + roll) to matBastien Montagne