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-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-07-30Assets: Disable File Browser only operators for asset browsingJulian Eisel
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: Correct comment in earlier commit (f4cb3ccd9c07)Julian Eisel
2021-07-07Assets: Keep assets active after renaming, ensure they are scrolled into viewJulian Eisel
2021-07-07File Browser: Select files and directories after renamingJulian Eisel
2021-07-07Cleanup: Move file deselection function to more appropriate fileJulian 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-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-03-18Cleanup: spellingCampbell Barton
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-02-13Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-23Fix crash closing File Browser window after closing temporary render windowJulian Eisel
2020-12-15Fix crash opening maximized File Browser from Asset BrowserJulian Eisel
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-08Fix T83559: File Browser uses wrong operationJulian Eisel
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-11-03Fix possible use-after-free when closing Blender with File Browser openJulian Eisel
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-12Fix T70255: Setting file browser bookmark from Python crashesCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
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-05-13Fix T76665: Wrong files selected when using box selectJacques Lucke
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
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-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-13Fix T74699: File browser closing while loading crash.Bastien Montagne
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-12-13USD: Introducing a simple USD ExporterSybren A. Stüvel
2019-12-10Fix: Fullscreen File Browser showing override warning on file openJulian Eisel
2019-11-15Merge remote-tracking branch 'origin/blender-v2.81-release'Dalai Felinto
2019-11-15Fix: Filebrowser saving dialog size when maximizedDalai Felinto
2019-10-28Fix T71019: Disappearing file thumbnails & crash on area splitJulian Eisel
2019-10-16UI: Remember ID-Filter in-between File Browser callsJulian Eisel
2019-10-15Fix Filebrowser Blender ID filterDalai Felinto
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-09-30UI: Remember File Browser Display Options in PreferencesJulian Eisel
2019-09-16UI: Show in-/decrement buttons for exportersJulian Eisel
2019-09-09UI: File Browser Sizes in Binary for WindowsHarley Acheson