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
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-09-13Merge branch 'master' into blender2.8Campbell Barton
2017-09-12T50354: Action length calculation added unnecessary padding if some F-CurvesJoshua Leung
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-05-03Move pose-bone colors into draw_dataCampbell Barton
2017-05-03Rename bPoseChannel's temp/cache pointer for DrawManager to draw_data.Bastien Montagne
2017-05-03Add BBone and Wire Armature draw types to DrawManager.Bastien Montagne
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-11-16Fix T50023: Inverse Kinematics angle limits defaulting to 10313.2403124°Joshua Leung
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...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_action_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-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-05-20Fix T48470: Bendy Bones: Custom Handle References not being cleared when bone...Joshua Leung
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-05-10Optimize action constraint by avoid memory allocationSergey Sharybin
2016-04-26Fix missing pose bone hash table in stub poses of action constraints.Lukas Tönne
2016-03-09Add missing custom-scale when copying bonesCampbell Barton
2015-09-21Armature drawing: custom shape scale optionsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-12Armature: add armature dissolveCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2015-03-06Fix access freed memory when doing constraints ID counter on main freeSergey Sharybin
2015-01-23Keep proper bone active group after removing first oneSergey Sharybin
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-09Add bone_groups.new() and bone_groups.remove() methods to RNA.Bastien Montagne
2014-05-01Fix T39969: Make single user object looses custom-tx-boneCampbell Barton
2014-04-30Warning cleanup: signed/unsigned compareCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton