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-02Cleanup: spelling in commentsCampbell Barton
2022-10-05BKE_Main: Add clear separation between 'temp' mains and global main.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-01Localize image mutex lock into runtime field of Image datablockSergey Sharybin
2021-09-13Templates: Set more user preference settings to be swappedDalai Felinto
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-04-15Blender Python version string to use the new version number systemDalai Felinto
2021-01-07Fix BKE_blender_atexit_unregister error removing from linked listCampbell Barton
2020-12-15Asset System: Support custom asset library paths through PreferencesJulian Eisel
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-09-17Cleanup: use doxy sections for blender.cCampbell Barton
2020-09-17Cleanup: use static assert to disable access to preferencesCampbell Barton
2020-08-18Fix compiler error in MSVSCAntonio Vazquez
2020-08-18No experimental feature (but debug ones) to work for blender beta/releaseDalai Felinto
2020-06-01Cleanup: warningsCampbell Barton
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-07-25Fix app-template keymap preferences being ignoredCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-08Cleanup: remove unused test break code for handling cancels.Brecht Van Lommel
2019-02-28UI: rename Quit Prompt to Save PromptCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-11-30StudioLight: Add a 4th light to adjust lightingClément Foucault
2018-11-18Keymap: move left click select to a preferenceCampbell Barton
2018-11-16Keymap: add support for key-config preferencesCampbell Barton
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-06-24UI: internal changes to user-menu storageCampbell Barton
2018-06-23UI: Add user defined context menuCampbell Barton
2018-06-20Studiolight: removed raise conditionJeroen Bakker
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-04-01Merge branch 'master' into blender2.8Campbell Barton