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-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-07Cleanup: Clang-tidy, readability-else-after-returnAnkit Meel
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06CMake: configue_file() to pass strings for build-infoCampbell Barton
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: use snake case for BLI_args APICampbell Barton
2020-11-04CMake: remove -fmacro-prefix-map from build-infoCampbell Barton
2020-10-30Cleanup: parse '--thread' as part of ARG_PASS_ENVIRONMENTCampbell Barton
2020-10-28Cleanup: update commentsCampbell Barton
2020-10-28Cleanup: move WM_init & arg parsing out of if/else branchCampbell Barton
2020-10-28BLI_args: disallow zero to be used as a pass valueCampbell Barton
2020-10-28Cleanup: use enum for command line argument passesCampbell Barton
2020-10-28BLI_args: refactor argument passesCampbell Barton
2020-10-27Cleanup: simplify order of initialization with argument parsingCampbell Barton
2020-10-22Fix animation player initializationCampbell Barton
2020-10-14Cleanup: Comment formatting, grammarHans Goudey
2020-10-09CMake/macOS: Remove _LIBPATH, avoid link_directories.Ankit Meel
2020-10-04Cleanup: remove outdated commentCampbell Barton
2020-10-04Preferences: use the users temp directory in background modeCampbell Barton
2020-10-04Fix color-management ignoring the data-path command line valueCampbell Barton
2020-09-24Move license files to license subfolderDalai Felinto
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-15Cleanup: add missing headers to CMake, formattingCampbell Barton
2020-09-15Cleanup: make it clear WM_main isn't called in background-modeCampbell Barton
2020-09-15Fix T80774: (correction) keep MEM_init_memleak_detection call earlyCampbell Barton
2020-09-15Fix T80774: Leaks reported using '--version' command line argumentCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-04Docs: Fix typo in creator args formattingAaron Carlisle
2020-09-01USD: move library initialisation from `main()` to USD moduleSybren A. Stüvel
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-27Cleanup: Fix build warning on windowsRay Molenkamp
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
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-13Deps_builder: Update openvdb to a dynamic libraryRay Molenkamp
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Python: include Python stack trace in the crash logDaniel Bailey
2020-08-02Cleanup: localize creator.c definitionsCampbell Barton
2020-08-01Fix error in recent renameCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-31Deps builder: Add support for building GMPRay Molenkamp
2020-07-31Depsgraph: Add command line argument to debug UUIDsSergey Sharybin
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke