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-09-29Fix T94441: fix crash parenting object to a boneAndrew Oates
2022-08-29I18n: disambiguate and make a few more strings translatableDamien Picard
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-04-20LibOverride: Make 'custom bone shape' and 'bbone custom handle' non-overridable.Bastien Montagne
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
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-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-18Armature: add automatic B-Bone Scale toggles.Alexander Gavrilov
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-05-21Cleanup: quiet -Warray-parameter warnings from GCC11Campbell Barton
2021-03-30Armature: Add Display Axis OffsetScott Wilson
2021-03-03Cleanup: make formatJacques Lucke
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-11-04UI: Replace uses of "loc/rot" with full wordsNathan Craddock
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-09-14Fix T80643: Library Override: Can't change Armature Layer enabled-ness.Bastien Montagne
2020-08-17Fix T79594: Define rounding for armature edit propsRichard Antalik
2020-05-29Docs: replace warnings with note for complexity informationCampbell Barton
2020-05-23Fix T76578: Show bone visibility driver in outlinerNathan Craddock
2020-05-19Fix T76689: Armature layers not indicating the existence of bonesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-10Fix T71609: Resizing bone length to 0 gets it stuck to that sizeSybren A. Stüvel
2019-11-21Bones: implement a new Aligned Inherit Scale mode.Alexander Gavrilov
2019-09-11Armature: convert the length Python property of bones to a RNA property.Alexander Gavrilov
2019-09-04Armature: add Inherit Scale options to remove shear or average the scale.Alexander Gavrilov
2019-08-27Fix T69165: wrong update function on Bone b-bone properties crashes.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-23Armature: use BKE_armature_transform when applying transformationCampbell Barton
2019-08-21Fix T65671: Armature X-Mirror inconsistenciesDemeter Dzadik
2019-08-13Fix T65670: bone envelope head radius missing from transform panelCampbell Barton
2019-07-17Fix T59713: Armature layer dots not updated on changesmano-wii
2019-06-30Fix T66264: UI: Repeated word typoAaron Carlisle
2019-06-11Cleanup: remove unused var.Bastien Montagne
2019-06-11Fix T65671: Armature X-Mirror inconsistenciesmano-wii
2019-06-07Remove Deform Delay armature optionSergey Sharybin
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-14Depsgraph: dependency on B-Bone start handle end roll when inheriting it.Alexander Gavrilov
2019-05-14Armature: implement universal hash table lookup of Bone objects by name.Alexander Gavrilov