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-11-01Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-02Fix T81345: part four, fix handling of IDProperties in edit armature undo.Bastien Montagne
2020-10-02Fix T81345, part two: crash in depsgraph when freeing COW armature.Bastien Montagne
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-03Cleanup: Editors/Armature, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-31Cleanup: use '_recursive' suffix instead of '_rec'Campbell Barton
2020-03-29Cleanup: spelling, commentsCampbell Barton
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: spellingCampbell Barton
2019-12-27Transform: Use parent bone orientation if the bone has not sizemano-wii
2019-09-04Armature: add Inherit Scale options to remove shear or average the scale.Alexander Gavrilov
2019-08-21Cleanup: clang-formatCampbell Barton
2019-08-21Fix T65671: Armature X-Mirror inconsistenciesDemeter Dzadik
2019-07-17Fix T59713: Armature layer dots not updated on changesmano-wii
2019-06-12Cleanup: unused varsCampbell Barton
2019-06-11Fix T65671: Armature X-Mirror inconsistenciesmano-wii
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-14Armature: implement universal hash table lookup of Bone objects by name.Alexander Gavrilov
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
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-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell 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-15Cleanup: comment line length (editors)Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-19Fix handling of B-Bone custom handle references in Edit mode undo.Alexander Gavrilov
2018-10-04Move B-Bone custom handle settings to Edit mode.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
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne