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
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-02File Browser: Refactor file "UUID" code (which wasn't really a "UUID")Julian Eisel
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-24Fix T89129: file dialog displays in-progress Safari downloads as a folderLeon Zandman
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-05-19Fix T87621: Win32 Do Not Create Preview Thumbnails for Offline FilesHarley Acheson
2021-05-17File List: micro optimization in the icon previewGermano Cavalcante
2021-05-17Cleanup: reduce indentation in filelist_cache_previews_pushGermano Cavalcante
2021-04-11Cleanup: spellingCampbell Barton
2021-03-24GPencil: New modules for Import and ExportAntonio Vazquez
2021-03-08File Browser: scroll selected files into viewSybren A. Stüvel
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-01-22Fix memory leak when opening file browserJulian Eisel
2021-01-22Fix Asset Browser showing old name after renaming data-blockJulian Eisel
2020-12-16Asset Browser: For assets without preview, show type icon in sidebarJulian Eisel
2020-12-16Fix T83843: Crash in Asset Browser sidebar with geometry asset selectedJulian Eisel
2020-12-15Cleanup: Clang tidy else after returnHans Goudey
2020-12-15Fix crash when deleting/renaming asset library while it's visibleJulian Eisel
2020-12-15Asset System: Prepare File Browser backend for the Asset BrowserJulian Eisel
2020-12-10Cleanup: Use const for filter queriesJulian Eisel
2020-12-08Cleanup: Correct an own earlier commit to use an existing utility functionJulian Eisel
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-11-03Cleanup: spellingCampbell Barton
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-11-02Add comment about size of generated previews of filebrowser thumnails.Bastien Montagne
2020-11-02Cleanup: remove unused FileList.prv_w/hCampbell Barton
2020-10-12File Browser/macOS: Don't treat .app as directoryAnkit Meel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09Cleanup: alias: use const, remove unused variable.Ankit Meel
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-07-14Cleanup: remove tab indentionCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: enable readability-named-parameterJacques Lucke
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-05-26UI: Windows Shell Links & Improved Mac AliasesHarley Acheson
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-21CleanUp: Remove thread_id from `TaskFreeFunction`Jeroen Bakker
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel