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-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-08-24PyAPI: remove active area test for script.python_file_run operatorCampbell Barton
2021-08-24Fix buffer size mismatch in SCRIPT_OT_python_file_runCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-14Fix T80694: Crash reloading scripts from the Python consoleCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: redundant assignmentsCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-09-30Fix T58683: Reload Scripts breaks toolbar button formattingCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-14Preferences: add option for header positionCampbell Barton
2018-11-10Merge branch 'master' into blender2.8Campbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-11-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton