lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
389 stars 30 forks source link

File browser improvements | Plumber #140

Closed JokanJan closed 7 months ago

JokanJan commented 1 year ago

In these two months of use and found some optimization points :

1、When the last character of the folder path has a slash, it does not open the corresponding folder Snipaste_2022-08-28_16-51-26 Snipaste_2022-08-28_16-51-18

2、When you enter the full relative path of a file directly, can you invoke the import operation of the corresponding format? Snipaste_2022-08-28_16-51-52

3、Can we add a name filter (like blender's file browser) to quickly find the required file in a large number of files Snipaste_2022-08-28_16-57-30 Snipaste_2022-08-28_16-54-29

4、Can I record the path of the recently imported file folder or the folder collection function (like blender's file browser)? Snipaste_2022-08-28_17-25-37


I'm trying to use Plumber's browser to browse and import directly instead of the traditional way of unpacking to the hard drive and then importing. The file browser that allows you to view the vpk content without unpacking is very convenient, but it would be nice if the logic could be improved to be closer to Blender's own file browser ~ the current file browser is especially difficult to import multiple files in several different folders in a row.

lasa01 commented 1 year ago

Implemented in the latest beta release.