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-07-31Respect ID user count when creating pose on object copySergey Sharybin
2018-07-20Fix T55973: [2.8] Crash when 'apply pose as rest pose' when bone scale is 0,0,0.Bastien Montagne
2018-06-22Cleanup: misc DrivedMesh stuff.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-25Fix T55165: Driving camera lens with property behaves unexpectedlyDalai Felinto
2018-05-16Fix again bloody locked proxy bones...Bastien Montagne
2018-05-16Fix T55076: Hack around to break correct behavior of 2.8 and get back broken-...Bastien Montagne
2018-05-03Depsgraph: Make sure evaluated pose channels are pointing to evaluated bonesSergey Sharybin
2018-05-01Modifiers: Armature DerivedMesh → MeshSybren A. Stüvel
2018-04-20Remove Armature Sketching & RetargetCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2017-11-21Depsgraph: Remove workarounds used for cyclic dependenciesSergey Sharybin
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
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-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-05Merge branch 'master' into blender2.8Julian Eisel
2017-05-05Add check (error message + assert) that pose is valid in armature evaluation.Bastien Montagne
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-06Use hash instead of linear lookup in armature deformSergey Sharybin
2017-01-24Depsgraph: Remove special version of pose builderSergey 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