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-07Fix File Browser Move Bookmark malfunction if no item is selectedPhilipp Oeser
2022-10-30BLI_path: add BLI_path_append_dir (appends and ensures trailing slash)Campbell Barton
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-30Fix T102132: Directory selection fails to add trailing slashCampbell Barton
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-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-16Cleanup: formatCampbell Barton
2022-09-16Make File Select dialog update operator's file & path propertiesColin Basnett
2022-09-10Fix possible NULL pointer dereference in bookmark operatorsCampbell Barton
2022-09-10Cleanup: remove redundant NULL checksCampbell Barton
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-06-16UI: Add file browser operator to edit directory fieldDamien Picard
2022-06-16Cleanup: Use const in File Browser filtering operatorJulian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-30Fix T93508: Shift+F1 to switch to asset browser randomly crashesJulian Eisel
2021-11-30Fix T92577: Cannot open shortcut folders on WindowsJulian Eisel
2021-11-23Asset: Merge asset library/list refresh operatorsJulian Eisel
2021-11-23Asset: Merge asset library/list refresh operatorsJulian Eisel
2021-11-01Asset Browser: Correct name & tooltip for asset list refresh operatorJulian Eisel
2021-11-01Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-01Fix crash when "HOME" environment variable isn't definedCampbell Barton
2021-10-29Asset Browser: Correct name & tooltip for asset list refresh operatorJulian Eisel
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-09-27File/Asset Browser: Don't deselect other items when draggingJulian Eisel
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
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-02Asset Browser: Proper context menu for assetsJulian Eisel
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-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-07Assets: Keep assets active after renaming, ensure they are scrolled into viewJulian Eisel
2021-07-07Cleanup: Move file deselection function to more appropriate fileJulian Eisel
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Assets: Disable file renaming operator for Asset BrowsersJulian Eisel
2021-07-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-14Fix Build WarningHarley Acheson