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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-05Add check (error message + assert) that pose is valid in armature evaluation.Bastien Montagne
2017-02-06Use hash instead of linear lookup in armature deformSergey Sharybin
2017-01-21Fix T49527: Blender stalls when changing armature ghosting range with stepsiz...Joshua Leung
2016-11-15Revert "Proxy: Construct pchan hash when syncing armature proxy"Sergey Sharybin
2016-11-11Fix crash happening in some cases with MakeLocal operator.Bastien Montagne
2016-11-07Proxy: Construct pchan hash when syncing armature proxySergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Fix (unreported) crash in some case when remapping armature data.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-10Refactor/enhance BKE_material_make_local() and BKE_image_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-27Bendy Bones Instability Fix - Second AttemptJoshua Leung
2016-06-27Bendy Bones: Temporary workaround for instability caused by D2001 when using ...Joshua Leung
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
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