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-10-04Cleanup: formatCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-06-15Assets: Don't show duplicated catalog name when dragging assetsKevin Curry
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-09Cleanup: Various cleanups to the tree-view APIJulian Eisel
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Asset Browser: Don't expand top-level catalogs by defaultJulian Eisel
2021-12-02Asset Browser: Remove home icon for "All" itemJulian Eisel
2021-12-02Asset Browser: Nest all catalogs under the "All" itemJulian Eisel
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-26Cleanup: Silence clang-tidy warning.Jeroen Bakker
2021-11-25Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-25Fix T93274: Assigning asset catalog doesn't mark file as modifiedSybren A. Stüvel
2021-11-24Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-24Asset Browser: Activate a catalog when draggingJulian Eisel
2021-11-24Asset Browser: Fix catalog being renamed when dropping into parentJulian Eisel
2021-11-24Asset Browser: Support dragging catalogs into top levelJulian Eisel
2021-11-20Refactor: Port spreadsheet data set to UI tree viewHans Goudey
2021-11-16Asset Browser: Forbid dragging catalogs into themselvesJulian Eisel
2021-11-02Fix more UI message/i18n issues.Bastien Montagne
2021-10-27Asset Browser: Support dragging catalogs to move them in the hierarchyJulian Eisel
2021-10-27UI: Add padding to the left of tree-rows labels without iconJulian Eisel
2021-10-26Asset Browser: Show disabled-hint when dragging external assets over catalogJulian Eisel
2021-10-26UI: Support disabled-hint for dropping in the tree-view APIJulian Eisel
2021-10-25UI: Refactor dropping support for the tree-view APIJulian Eisel
2021-10-22Asset Browser: fix issue rebuilding the visible asset filterSybren A. Stüvel
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-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-12Asset Catalogs: expose undo/redo operators to UISybren A. Stüvel
2021-10-08Asset Browser: Context menu for catalogsJulian Eisel
2021-10-07Asset Browser: Move Asset Library selector to navigation barJulian Eisel
2021-10-07Asset Browser: Rework layout & behavior of catalog tree-viewJulian Eisel
2021-10-06Asset Browser: Show catalog add & delete icons on mouse hover (only)Julian Eisel
2021-10-06Asset Browser: Always show icon to add catalog next to "All" itemJulian Eisel
2021-10-06Assets: Support Renaming Catalogs in the UIJulian Eisel
2021-10-05Fix T91940: Asset Browser catalogs continuously redrawJulian Eisel
2021-10-05Cleanup: Better way to pass activate callbacks to Tree-View itemsJulian Eisel
2021-10-04Assets: Show all assets indirectly nested inside the active catalogJulian Eisel
2021-10-04UI Tree-View API: Enforce active item to be un-collapsedJulian Eisel
2021-10-04Assets: Support dragging assets on "Unassigned" catalogJulian Eisel
2021-10-04Cleanup: Use static function for asset catalog tree-view helperJulian Eisel
2021-10-04Cleanup: Separate interface & implementation for asset catalog tree-viewJulian Eisel
2021-10-04Asset Browser: Support dragging assets into catalogsJulian Eisel
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel