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
2019-04-18Armature: remove remains of the object-level deformation data cache.Alexander Gavrilov
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-04-14Fix T63599: fix the zero ease hack for the B-Bone end matrix.Alexander Gavrilov
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-04-04Cleanup: remove B-Bone shape pointers from bPoseChanDeform.Alexander Gavrilov
2019-03-12Make B-Bone deformation code more robust with bad cached segment data.Alexander Gavrilov
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-11Cleanup: use "_Runtime" suffix for DNACampbell Barton
2019-02-06Cleanup: Remove deprecated ghosting codeJacques Lucke
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-23GP: Remove unneeded armature codeAntonioya
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-20Cleanup: namingCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-11RNA: provide access to bone parent transform math from Python.Alexander Gavrilov
2018-12-07Cleanup: styleCampbell Barton
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE b-bone API namingCampbell Barton
2018-11-27RNA: expose access to B-Bone shape data from Python.Alexander Gavrilov
2018-11-23Depsgraph: add a new operation node for computing B-Bone segments.Alexander Gavrilov
2018-11-22Cleanup: newlines in error printsCampbell Barton
2018-11-22Cleanup: Use proper module prefix in function namesSergey Sharybin
2018-11-22Fix missing newline in error printSergey Sharybin
2018-11-20Speedup rigs with multiple objects deformed by bbonesSergey Sharybin
2018-11-20Cleanup: Use more const qualifiersSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-05Cleanup: use boolCampbell Barton
2018-10-31Allow changing B-Bone custom handle references from Pose Mode.Alexander Gavrilov
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-05Add and use a utility for computing B-Bone roll from custom handles.Alexander Gavrilov
2018-10-05Add a new B-Bone Custom Handle type that uses the handle bone direction.Alexander Gavrilov
2018-10-05Redefine the Relative custom B-Bone handle type to be more reasonable.Alexander Gavrilov
2018-10-04Fix T56268: display the correct rest shape for B-Bones in Edit Mode.Alexander Gavrilov
2018-10-04Move B-Bone custom handle settings to Edit mode.Alexander Gavrilov
2018-09-27GP: Enable force fill recalc by defaultAntonioya
2018-09-27GP: Avoid duplicated weight deformation for strokesAntonioya
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel