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-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
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-31Cleanup: use '_recursive' suffix instead of '_rec'Campbell Barton
2020-03-26Fix T60682: adds macOS alias redirection for directoriesBrecht Van Lommel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
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-13Fix T74699: File browser closing while loading crash.Bastien Montagne
2020-03-13Potential fix for T74609: File Selector Crashes Showing Thumbnails.Bastien Montagne
2020-03-10Fix T74612: file browser thumbnails not showing and using CPU continuouslyBrecht Van Lommel
2020-03-10Fix T74579: Filename with '\' causes assert when browsing filesCampbell Barton
2020-03-05UI: File Browser FavoritesHarley Acheson
2020-03-03IDs: change FILTER_ID_* to 64 bit to make space for new ID typesBrecht Van Lommel