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
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-05Cleanup: rename event to event_typeCampbell Barton
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-03-02Cleanup: spelling, minor correctionsCampbell Barton
2021-02-26Cleanup: move comment into function doc-stringCampbell Barton
2021-02-25Fix T85975: Edit-mode undo/redo removes overlaysCampbell Barton
2021-02-25Fix T85974: Edit-mode undo/redo causes assertionCampbell Barton
2021-02-17Cleanup: spellingCampbell Barton
2021-02-16Cleanup: spellingCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2021-01-25Merge branch 'blender-v2.92-release'Bastien Montagne
2021-01-25Fix UI messages.Bastien Montagne
2021-01-24Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-24Fix T84988: Armature symmetries crashes with action constraintCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-18Fix T84600: prevent bone groups operators on proxies and libraryPhilipp Oeser
2021-01-18Fix T83657: Pose Mode: Clearing transform doesn't respect Mirror XKarthik Rangasai Sivaraman
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-11UI: Use 'and' Instead of '&' in DescriptionsYevgeny Makarov
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton
2020-12-03Add Custom Object Space to ConstraintsHenrik Dick
2020-11-19Cleanup: Grammar: "Allow to" vs gerund missed in last commitHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-27Merge branch 'blender-v2.91-release'Sebastian Parborg
2020-10-27Fix T81844: Change Bone Layers fails in Pose ModeSebastian Parborg
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-13Cleanup: use BKE_fcurve_ prefix for keyframing bezier functionsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
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-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-10-02Fix T81200: Crash on certain armature select operators when OpenGL DepthPhilipp Oeser
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser