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-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
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Assets: AssetHandle type as temporary design to reference assetsJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-08Code quality: Refactor asset operators using C++Julian Eisel
2021-02-06Code quality: Port recently added asset files to C++Julian Eisel
2021-01-13Asset System: Disable Asset Browser as experimental featureJulian Eisel
2021-01-04Cleanup: sort cmake file listsCampbell Barton
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel