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
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
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-17Cleanup: split BPY_extern_python into it's own headerCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-13Fix T78037: fresh install of blender 2.83.0 not able to save user startup file.Bastien Montagne
2020-06-30Fix T77825: autosave missed too often while sculptingBrecht Van Lommel
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton
2020-06-19Writefile: move file flags to BlendFileWriteParamsCampbell Barton
2020-06-19Fix app-templates not resetting the user interfaceCampbell Barton
2020-06-18Python API: path mapping options for library writing functionCampbell Barton
2020-06-18Cleanup: remove unnecessary flag clearingCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-04Cleanup: move auto-execute operators into userpref_ops.cCampbell Barton
2020-06-04Cleanup: update sections for wm_files.cCampbell Barton
2020-06-03Fix T67577: Add-on unregister can't access preferences on factory resetCampbell Barton
2020-06-03Cleanup: remove redundant call to addon_utils.reset_all()Campbell Barton
2020-06-03Cleanup: move shared functionality to wm_file_read_preCampbell Barton
2020-06-03Cleanup: minor changes to wm_homefile_readCampbell Barton
2020-06-02Revert "Fix T67577: Add-on unregister can't access preferences on factory reset"Campbell Barton
2020-06-01Fix T67577: Add-on unregister can't access preferences on factory resetCampbell Barton
2020-05-20Fix the current pixelsize impacting thumbnailsCampbell Barton
2020-05-13Fix T76646: Crash when changing Size in Add Cube pop-up in some cases.Bastien Montagne
2020-05-05Fix T76402: App templates prevent factory settings theme resetCampbell Barton
2020-04-08Fix Windows Tablet API preference not being usedMiguel Pozo
2020-04-08Fix status bar message showing saved when saving failedCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-29Cleanup: spelling, commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: rename variables which aren't specific to macOSCampbell Barton
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-07Cleanup: replace BLI_make_file_string with BLI_join_dirfile where possibleCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-03-05Add an session-wise uuid integer to IDs.Bastien Montagne
2020-02-28UI: improve label text colors in save and security popupsYevgeny Makarov
2020-02-25UI: fix wrong button padding on high DPI displays in a few placesYevgeny Makarov
2020-02-18Fix T62612: Saving with "Remap Relative" makes ALL paths relativeCampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-30Cleanup: ED_editors_flush_* functionsCampbell Barton
2019-12-06Draw: Removal of MultiSample BuffersJeroen Bakker
2019-09-20UI: Use vertical file list for "Recover Auto Save"Julian Eisel
2019-09-13Cleanup: unused headers for the windowmanagerCampbell Barton
2019-09-13Per-Viewport Collection VisibilityDalai Felinto