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
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-03Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15Animation: new pose library based on Asset BrowserSybren A. Stüvel
2021-04-08Add ability to get a selection list of bonesSebastian Parborg
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-10-02Fix T81345: part four, fix handling of IDProperties in edit armature undo.Bastien Montagne
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-06-10Cleanup: asan warning with bit-shifting flagCampbell Barton
2020-06-06Fix typo in recent bone selection refactorCampbell Barton
2020-06-05Armature: increase maximum delectable bones from 4096 to 8192Campbell Barton
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-04-03Cleanup: bone cursor picking APICampbell Barton
2020-02-03Cleanup: Rearrange ED_armature.hmano-wii
2019-09-25Motion paths: Refactor, make update range more explicitSergey Sharybin
2019-09-04Armature: add Inherit Scale options to remove shear or average the scale.Alexander Gavrilov
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-23Armature: use BKE_armature_transform when applying transformationCampbell Barton
2019-08-21Fix T65671: Armature X-Mirror inconsistenciesDemeter Dzadik
2019-07-18Fix T66949: Can't select bones from multiple objects in wpaint modeCampbell Barton
2019-07-17Fix T59713: Armature layer dots not updated on changesmano-wii
2019-06-11Fix T65671: Armature X-Mirror inconsistenciesmano-wii
2019-04-23Cleanup: rename the curveInX etc bbone DNA fields to curve_in_x etc.Alexander Gavrilov
2019-04-23B-Bones: split the Scale In/Out properties into X and Y values.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-263D View: move deselect all logic into an optionCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-16Fix uninitialized cursor w/ setting object originCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-13Armature Edit Mode: improve box/lasso selectCampbell Barton
2018-12-07Cleanup/refactor binding code for MeshDeform modifier.Bastien Montagne
2018-11-25Local ViewDalai Felinto
2018-11-14Merge branch 'master' into blender2.8Campbell Barton