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-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-08-10File/Asset Browser: Select/Activate File on Right Click for Context MenuJulian Eisel
2021-08-10Fix crash: mouse is over file space during startup.Jeroen Bakker
2021-08-09Cleanup: filelist, pass `FileListReadJob` to job functionsSybren A. Stüvel
2021-08-09Cleanup: document `FileListReadJob::tmp_filelist`Sybren A. Stüvel
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-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Fix T90341: Crash opening 2.4 file with File Browser editor openJulian Eisel
2021-08-02Asset Browser: Proper context menu for assetsJulian Eisel
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30Assets: Disable File Browser only operators for asset browsingJulian Eisel
2021-07-30Fix incorrect poll function used for file path droppingJulian Eisel
2021-07-30Cleanup: Refactor logic of file deletion poll callbackJulian Eisel
2021-07-30Preferences: Move "Register File Association" to preferences levelJulian Eisel
2021-07-30Cleanup: Remove unused file description storageJulian Eisel
2021-07-28Fix T75028: Improved Font Names in File ManagerHarley Acheson
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-20Cleanup: Store asset-handle in drag dataJulian 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-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: Remove wrong File Browser commentJulian Eisel
2021-07-07Cleanup: Correct comment in earlier commit (f4cb3ccd9c07)Julian Eisel
2021-07-07Assets: Keep assets active after renaming, ensure they are scrolled into viewJulian Eisel
2021-07-07File Browser: Select files and directories after renamingJulian Eisel
2021-07-07Cleanup: Move file deselection function to more appropriate fileJulian Eisel
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: Rename ambiguous "params" variable in File Browser notifier listenersJulian Eisel
2021-07-05Assets: Disable file renaming operator for Asset BrowsersJulian Eisel
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Remove unused/unneeded code from old Asset Engine designJulian Eisel
2021-07-02File Browser: Refactor file "UUID" code (which wasn't really a "UUID")Julian Eisel
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-30UI: custom free function improvementsJacques Lucke
2021-06-29Fix crash on link/append for asset data-blocks in Thumbnails modeJulian Eisel
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25UI: Improved File Browser Preview Image ScalingHarley Acheson
2021-06-24Fix T89129: file dialog displays in-progress Safari downloads as a folderLeon Zandman
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne