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-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-06-27File Browser UI: Use "Widget" font style instead of "Widget Label"Julian Eisel
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-03File Browser UI: Allow dragging anywhere in a file preview tile to dragJulian Eisel
2022-03-02Cleanup: Use rectangle for file browser tile drawingJulian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Fix file/asset thumbnails causing constant stream of notifiersJulian Eisel
2022-01-17Cleanup: Improve naming of immediate mode buffer draw functionsJulian Eisel
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12BLF: UI_fontstyle_draw UsageHarley Acheson
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-23Icons: Replace .blend file icons, add "Current File" iconJulian Eisel
2021-11-18Fix asset preview not showing up for current file data-blocksJulian Eisel
2021-11-01Fix UI messages, typos, etc.Bastien Montagne
2021-10-26Asset Browser: Improve hint for asset library that isn't foundJulian Eisel
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-20Asset Browser: Show current file assets in other asset libraries if containedJulian Eisel
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-08-03Fix T90341: Crash opening 2.4 file with File Browser editor openJulian Eisel
2021-07-20Cleanup: Store asset-handle in drag dataJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-07File Browser: Select files and directories after renamingJulian Eisel
2021-07-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Remove unused/unneeded code from old Asset Engine designJulian Eisel
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-30UI: custom free function improvementsJacques Lucke
2021-06-29Fix crash on link/append for asset data-blocks in Thumbnails modeJulian Eisel
2021-06-25UI: Improved File Browser Preview Image ScalingHarley Acheson
2021-06-18Fix T89262: Crash in regular FileBrowser ID listing of 'asset' .blend files.Bastien Montagne
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-05-19Fix T87621: Win32 Do Not Create Preview Thumbnails for Offline FilesHarley Acheson
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2020-12-21Fix some UI messages and update i18n spellcheck utils.Bastien Montagne
2020-12-15Asset System: New Asset Browser editorJulian Eisel
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-27UI: Use alternating row theme color in file browserRed Mser