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
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
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-05Fix for invalid custom data checks in armature and lattice functions.Lukas Tönne
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-01Math lib: simplify size_to_mat4 and use in b_bone_spline_setupCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-10replace IS_EQ -> IS_EQF for use with floats.Campbell Barton