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-10-23Asset Browser: Filter options for specific ID typesJulian Eisel
2021-10-22Asset Browser: add notifiers on catalog editsSybren A. Stüvel
2021-10-22Asset Catalogs: support reloading without losing local changesSybren A. Stüvel
2021-10-22Asset Catalogs: push undo step before saving to diskSybren A. Stüvel
2021-10-21Assets: Enable material and world assets by defaultJulian Eisel
2021-10-21Assets: Allow specific data-block types to be enabled by defaultJulian Eisel
2021-10-20Asset Browser: Show current file assets in other asset libraries if containedJulian Eisel
2021-10-19Fix asset catalog operators disabled without experimental feature flagJulian Eisel
2021-10-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-19Fix T91197: marking assets from Python may crashSybren A. Stüvel
2021-10-16Asset Browser: Use single column for asset library menuJulian Eisel
2021-10-14Cleanup: asset browser, remove invalid assertionSybren A. Stüvel
2021-10-12Cleanup: use `nullptr` instead of `NULL` in C++ code.Bastien Montagne
2021-10-12Asset Browser: Remove catalog deletion confirm promptJulian Eisel
2021-10-12Asset Catalogs: mark 'undo push' operator as internalSybren A. Stüvel
2021-10-12Asset Catalog Undo: send notifiers to redraw the catalog treeSybren A. Stüvel
2021-10-12Asset Catalogs: expose undo/redo operators to UISybren A. Stüvel
2021-10-12Asset Catalogs: recursive deletion of catalogs & childrenSybren A. Stüvel
2021-10-04Fix possible NULL pointer deferenceCampbell Barton
2021-09-30Cleanup: remove `CatalogPath` aliasSybren A. Stüvel
2021-09-30Asset Catalog: introduce `AssetCatalogPath` classSybren A. Stüvel
2021-09-29Assets: Enable recursive reading for the asset view template as wellJulian Eisel
2021-09-29Fix build failure on Windows + wrong buffer sizeJulian Eisel
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel
2021-09-28Assets: Clear Asset operator variants for clearing/setting Fake UserSybren A. Stüvel
2021-09-24Assets: Read catalogs immediately when loading a libraryJulian Eisel
2021-08-26Cleanup: soft CMake file listsCampbell Barton
2021-08-26Cleanup: sort struct blocksCampbell Barton
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-30Assets: Rename "Mark Asset" operator to "Mark as Asset"Julian Eisel
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-29Assets/UI: Resolve major asset view UI template limitationJulian Eisel
2021-07-29Cleanup: Pass asset handle to asset iterator, rather than wrapped fileJulian Eisel
2021-07-29Cleanup: Consistent indent style for asset CMakeLists fileJulian Eisel
2021-07-28Assets: Improve error message when "Clear Asset" failsJulian Eisel
2021-07-26Cleanup: clang tidyJacques Lucke
2021-07-26Cleanup: clang-formatCampbell Barton
2021-07-21Cleanup: Move reorganize asset filesJulian Eisel
2021-07-21Cleanup: Centralize/unify asset library reference from/to enum codeJulian Eisel
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-21Cleanup: Add missing doxygen file/group comment in new asset fileJulian Eisel
2021-07-20Cleanup: Use asset utility function to get the asset .blend pathJulian Eisel
2021-07-20Cleanup: Move asset-handle functions to own fileJulian Eisel
2021-07-20Cleanup: Getters for asset-handle dataJulian Eisel
2021-07-19Cleanup: Move asset library reference C++ wrapper to own filesJulian Eisel
2021-07-16Cleanup: spelling in commentsCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15Assets: Abstraction for temporary loading of asset data-blocksJulian Eisel