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-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
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