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
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Pose channel: Add session UUIDSergey Sharybin
2020-07-21Fix T78994: Clear selected pose doesn't work without animationHans Goudey
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-06Cleanup: Action: Move to IDTypeInfo, and remove unused BKE API.Dalai Felinto
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2019-12-17Fix T68665: FCurve group disappear on Curve/Surface object dataSybren A. Stüvel
2019-11-29Refactor: Add C++ guard code to headersSergey Sharybin
2019-10-14Cleanup: Fix naming of a functionSergey Sharybin
2019-09-13Cleanup: clang-formatCampbell Barton
2019-07-18Fix T58447: Unselected bone used for constraint targetCampbell Barton
2019-04-18Fix T63332: backup and restore bPoseChannel_Runtime data during COW.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-11-23Depsgraph: add a new operation node for computing B-Bone segments.Alexander Gavrilov
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-31Fix T56170: Fake dependency cycle in new depsgraph + interleaved armature upd...Sergey Sharybin
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-04Cleanup: Remove G.main from framechange_poses_clear_unkeyed()Sergey Sharybin
2018-04-30Cleanup: Move FOREACH_PCHAN_*_IN_OBJECT_*() macros to BKE_armature.hJoshua Leung
2018-04-18Use macros for looping over pose bonesCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.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-10Refactor/enhance BKE_action_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-05-10Optimize action constraint by avoid memory allocationSergey Sharybin
2015-06-12Armature: add armature dissolveCampbell Barton
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2014-07-09Add bone_groups.new() and bone_groups.remove() methods to RNA.Bastien Montagne
2014-02-03Code cleanup: use bools where possibleCampbell Barton