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-01-13Build: remove usage of link_directoriesBrecht Van Lommel
2021-12-08Cleanup: move public doc-strings into headers for 'blentranslation'Campbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-03-22Fix T86405: Always translate when in `en_US` locale too.Bastien Montagne
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-02Fix for T82459 - Input Language Independent of Display LanguageHarley Acheson
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-08-29Cleanup: spellingCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-07BLT: include a non-executing reference to context in macrosCampbell Barton
2020-04-22UI: Always check if IME Supported After Changing LanguageHarley Acheson
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-08Fix building without translations enabledCampbell Barton
2020-04-07UI: Language Selection ChangesHarley Acheson
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-14Cleanup: spellingCampbell Barton
2020-03-11Windows: Clean-up linker warnings regarding MSVCRT.libRay Molenkamp
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-10-10Fix build error on macOS after recent changes for file deleteBrecht Van Lommel
2019-08-17Cleanup: spellingCampbell Barton
2019-08-06Cleanup: clang-formatCampbell Barton
2019-08-04Fix: msgfmt add support for cr-lf style line endingsLazydodo
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-29Fix T67620: Font preview translations malfunction in Blender 2.8Bastien Montagne
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-21Cleanup: comments (long lines) in avi, blf & bltCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Cleanup: rename `BLT_I18NCONTEXT_ID_LAMP` -> `BLT_I18NCONTEXT_ID_LIGHT`.Bastien Montagne
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-26Correct build error removing includesCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-11-21I18N: tweak some UI labels and tips.Bastien Montagne
2018-09-13Merge branch 'master' into blender2.8Bastien Montagne
2018-09-13Tentative fix for T56770: Crash after set language to Simplified Chinese.Bastien Montagne
2018-09-05Merge branch 'master' into blender2.8Campbell Barton