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-11-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-11-01Nodes: Add node group assets in add menuHans Goudey
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: spelling in commentsCampbell Barton
2021-12-21Fix T93960: Asset Catalogs I/O fails with unicode file paths on WindowsSybren A. Stüvel
2021-12-21Assets: log message when catalog definitions cannot be loadedSybren A. Stüvel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-23Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-23Asset Browser: add operator for installing asset bundlesSybren A. Stüvel
2021-11-01Cleanup: Remove unused headers in asset filesJulian Eisel
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-22Asset Browser: Show "orphaned" assets in "Unassigned" catalogSybren A. Stüvel
2021-10-22Asset Catalogs: support reloading without losing local changesSybren A. Stüvel
2021-10-21Asset Catalogs: refresh simple name when renaming catalogSybren A. Stüvel
2021-10-21Asset Catalogs: treat first-loaded catalog as main catalogSybren A. Stüvel
2021-10-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-14Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-10-12Address warning about breaking copy elision of temporary objectJulian Eisel
2021-10-12Asset Catalogs: expose undo/redo operators to UISybren A. Stüvel
2021-10-12Cleanup: asset catalogs, rename store_undo_snapshot to undo_pushSybren A. Stüvel
2021-10-12Asset Catalogs: undo stack for catalog editsSybren A. Stüvel
2021-10-12Asset Catalogs: recursive deletion of catalogs & childrenSybren A. Stüvel
2021-10-11Cleanup: Asset Catalogs, add divider between sections in codeSybren A. Stüvel
2021-10-08Cleanup: asset catalogs, move functions to their siblingsSybren A. Stüvel
2021-10-07Asset Catalogs: change rules for saving catalog definition filesSybren A. Stüvel
2021-10-04Asset Browser: Support dragging assets into catalogsJulian Eisel
2021-10-01Asset Catalogs: always have an Asset Catalog Tree availableSybren A. Stüvel
2021-10-01Asset Catalogs: add catalog filter for the asset browserSybren A. Stüvel
2021-10-01Cleanup: asset catalogs, make function constSybren A. Stüvel
2021-09-30Asset Catalogs: create missing parent catalogsSybren A. Stüvel
2021-09-30Cleanup: remove `CatalogPath` aliasSybren A. Stüvel
2021-09-30Asset Catalog: introduce `AssetCatalogPath` classSybren A. Stüvel
2021-09-29Support loading catalogs in the Current File asset libraryJulian Eisel
2021-09-28Cleanup: asset catalog, remove obsolete TODOSybren A. Stüvel
2021-09-28Cleanup: asset catalogs, move file header definition to constantSybren A. Stüvel
2021-09-28Cleanup: asset catalog service, remove obsolete `write_to_disk` functionSybren A. Stüvel
2021-09-28Asset Catalog Service: add function to change catalog pathSybren A. Stüvel
2021-09-27Cleanup: Asset catalogs, fix clang-tidy warningSybren A. Stüvel
2021-09-27Asset Catalogs: write catalogs to disk when saving the blend fileSybren A. Stüvel
2021-09-27Assets: Additions/fixes to the catalog system in preparation for the UIJulian Eisel
2021-09-24Asset Catalogs: write catalogs sorted by path & UUIDSybren A. Stüvel
2021-09-23Cleanup: asset catalogs, correct assertion messageSybren A. Stüvel
2021-09-23Asset Catalogs: explicit version number in catalog definition filesSybren A. Stüvel
2021-09-23Assets: add Asset Catalog systemSybren A. Stüvel
2021-08-02Revert "Asset Catalogs: loading a catalog definition file"Sybren A. Stüvel
2021-08-02Asset Catalogs: loading a catalog definition fileSybren A. Stüvel