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-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-07Sequencer: 2D cursor for the preview & transformCampbell Barton
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-01-04Cleanup: redundant struct declarationsCampbell Barton
2020-12-23Cleanup: Move functions to new ED (editor) operators file & general cleanupJulian Eisel
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-16Assets: Add operator & button to regenerate the automatic previewJulian Eisel
2020-12-14UI/Assets: Operator to load custom preview images for data-blocksJulian Eisel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2020-01-30Cleanup: ED_editors_flush_* functionsCampbell Barton
2019-11-07Fix T69822: Switching sculpt objects breaks undoCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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-31Fix T60660: Texture paint undo removes imageCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2019-01-15Cleanup: pass main instead of context w/ ED_editors_exit/flush_editsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2016-12-29Add new operator, ED_OT_undo_redo, to allow py tools to trigger that action.Bastien Montagne
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-09-15Use temp .blend file copybuffer for pose copy-pasteSergey Sharybin
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-02-18Cleanup: add missing struct qualifierCampbell Barton
2015-12-03Expose flush edits as an operator (for Py access)Campbell Barton
2015-05-04Fix T44376: Buttons context, invalid data accessCampbell Barton
2015-04-22Fix and simplify vertical positioning and calculation of metadataAntony Riakiotakis