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-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-16Make File Select dialog update operator's file & path propertiesColin Basnett
2022-09-07Cleanup: factor out "set default filepath" into a ED_fileselect_ensure_defaul...Aras Pranckevicius
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-05-10Fix T88570: Crash when saving after pressing ctrl+S twice.Julian Eisel
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-07Fix T95256: Crash when creating off-screen pose assetSybren A. Stüvel
2022-03-02Cleanup: Use rectangle for file browser tile drawingJulian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-25Fix T90082: Autoscrolling after renaming in the File Browser brokenPhilipp Oeser
2021-11-23Asset Browser: add operator for installing asset bundlesSybren A. Stüvel
2021-10-27Asset Browser: Activate catalog after addingJulian Eisel
2021-10-27Asset Browser: Reduce paddings & margins between previewsJulian Eisel
2021-10-26Don't deselect assets in `ED_fileselect_activate_by_id`Sybren A. Stüvel
2021-10-14Cleanup: fix const discard warningSybren A. Stüvel
2021-10-14Filebrowser: Expose file select functions for File Browser to Python API.Paul Golter
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel
2021-09-29Assets: Expose option to reuse data-block data when appendingJulian Eisel
2021-09-24Assets: Read catalogs immediately when loading a libraryJulian Eisel
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-16Assets: Recursive reading of asset librariesJulian Eisel
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