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-06-14Make whole ID copying code use const source pointer.Bastien Montagne
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
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-25Fix T37709: Memory corruption when freeing custom bone shape objectsSergey Sharybin
2013-11-18Fix T37289: ID User decrement error for Shapes on Bones when playing in BGESergey Sharybin
2013-11-16code cleanup: armature functionsCampbell Barton
2013-10-26code cleanup: merge doxygen comments into C source.Campbell Barton
2013-10-01add assert for bone renaming, to check if the chanhash is still valid.Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-08-12Followup for r58992, fixing user decrement errorSergey Sharybin
2013-08-07Fix #36391: removing an armature with a custom bone shape object would notBrecht Van Lommel