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-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
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-14GP: Fix armature deformation weight problemAntonioya
2018-08-30GP: New Armature modifier and tools to handle weightsAntonioya
2018-08-29Cleanup: add file doxy commentsCampbell Barton
2018-08-13Fix dependency graph for constraints depending on B-Bone shape.Alexander Gavrilov
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