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-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-06-16UI: Add file browser operator to edit directory fieldDamien Picard
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-19Asset Browser: Add debug option to disable asset indexingJulian Eisel
2022-01-18Assets: Enabling Asset Indexing.Jeroen Bakker
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-24AssetBrowser: Disable asset indexing.Jeroen Bakker
2021-11-24T91406: Asset Library IndexingJeroen Bakker
2021-11-23Asset: Merge asset library/list refresh operatorsJulian Eisel
2021-10-29Asset Browser: Correct name & tooltip for asset list refresh operatorJulian Eisel
2021-10-26Asset Browser: Improve hint for asset library that isn't foundJulian Eisel
2021-10-23Asset Browser: Filter options for specific ID typesJulian Eisel
2021-10-21Assets: Allow specific data-block types to be enabled by defaultJulian Eisel
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Asset Browser: Show current file assets in other asset libraries if containedJulian Eisel
2021-10-04Asset Browser: Support dragging assets into catalogsJulian Eisel
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel
2021-09-29Cleanup: trailing space, newlines at EOFCampbell Barton
2021-09-20Asset Browser: Redraw sidebars on mode switchesJulian Eisel
2021-09-01BPY-Docs: Add missing file context members documentationJulian Eisel
2021-09-01File Browser/BPY: Expose list of selected files in contextJulian Eisel
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-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30Preferences: Move "Register File Association" to preferences levelJulian Eisel
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Assets: Expose active asset library in contextJulian Eisel
2021-07-07Assets: Keep assets active after renaming, ensure they are scrolled into viewJulian Eisel
2021-07-05Cleanup: Rename ambiguous "params" variable in File Browser notifier listenersJulian Eisel
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-05-05Fix T82002: ENTER does nothing when mouse cursor is over save dialog text fieldSeverin
2021-04-29Correction to own previous commit: Add missing breakJulian Eisel
2021-04-29Fix incorrect sorting in Asset Browser after renaming local assetJulian Eisel
2021-03-11Fix Asset Browser showing oudated list for changes done while browser is hiddenJulian Eisel
2021-03-11Fix failing assert when loading file with untraceable custom asset libraryJulian Eisel
2021-03-08Fix ID preview not updating in Asset BrowserSybren A. Stüvel
2021-03-08File Browser: scroll selected files into viewSybren A. Stüvel
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-02-25Cleanup: spellingCampbell Barton