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-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-11-08Merge branch 'blender-v3.4-release'Julian Eisel
2022-11-08Fix T85870: ColorRamp Keyframes crash BlenderJulian Eisel
2022-11-08Merge branch 'blender-v3.4-release'Julian Eisel
2022-11-08Fix T102242: Underline shortcut keys not working/appearing in sub-menuJulian Eisel
2022-11-05Cleanup: use bools and typed enums for WM_job type & flagCampbell Barton
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-02Fix empty menu title in some menus (e.g. Text Editor context menu)Julian Eisel
2022-11-02Fix arrow key menu navigation using wrong directionJulian Eisel
2022-11-01UI: Support C defined menu types to listen to notifiersJulian Eisel
2022-11-01UI: Support refreshing menu popupsJulian Eisel
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-30Cleanup: replace BLI string copy & append with BLI_path_join(..)Campbell Barton
2022-10-29Cleanup: use STREQ macroCampbell Barton
2022-10-25UI: Fix count on node editor/group header when fake userDalai Felinto
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-12Cleanup: Decrease variable scope in UI region popup codeHans Goudey
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-10I18n: disambiguate message "World"Damien Picard
2022-10-10I18n: fix popup menus contextDamien Picard
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-06UI: remove extraneous inversion of "inverted" button stateSybren A. Stüvel
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Fix T101510: Incorrect context for running data unlink from template IDJulian Eisel
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25BLF: Refactor of blf_font_boundbox_foreach_glyphHarley Acheson
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-23Fix T100141: Header Alignment of New EditorsCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18Fix: Prevent clipping of node drop shadowLeon Schittek
2022-09-16Fix 101000: color picker colors drift above 1 for some OCIO configurationsBrecht Van Lommel
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Fix Unreported: VSE and NLA handle position text is not drawnRichard Antalik
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-07UI: Small Adjustments to Event IconsHarley Acheson