Works fine on 2.67a with Windows 7, thank you!
Of course this is useful! Thankyou very much, Iāll test it!
Ah, I donāt know if it is possible, but it would be better if the results of the search appears in the actual files list (like a filter or like the win/ searching), so that I donāt have to enlarge the lateral bar.
I hope this function will be implemented in blender, by directly typing in the file name text box.
Nice addon, thanks! Iāve been waiting for something like this.
Unfortunately for now it is not possible to do that with only add-on.
Well⦠Actually this addon is one year old
Hi Everybody⦠Uhhmm. I have to report that the āsearchā plug-in does NOT seem to work in Blender 2.68⦠I do not see any changes to the GUI, or any mention of (and Iām grasping at straws hereā¦) a hot-key combination to make the āFindingā work⦠Iām on a Mac running OS_X 10.6.8 which is the MOST FUNCTIONAL of the Mac OSāsā¦later ones are all āeye-candyā imho⦠:-/// I REALLY miss the ākeyboard awarenessā of the Finderādouble click on a folder-icon to open itāand start typing the name of the thing youāre looking for⦠if itās there, the cursor jumps down the list, and highlights itāready to use or abuse⦠This is a simple, elegant way of working with filesāI wish Blender (and Win.7ā¦???) would āsteal the ideaā from APPLE, and implement it!
PLEASE UPLOAD A SCREENSHOT or two, of this Search-plug-in actually WORKING
āWhat does it LOOK like, and how do you access it? TIA⦠:o))
Thanks for the report themacguy.I will look into soon though it might be caused by security changes to python scripting in 2.68.
I believe install instructions and screenshots are in the first post of this thread.
Itās working for me at revision 58486. It disables and re-enables just fine with no console output and no status output. Searching in the browser works just fine.
Windows 7 x64
Blender SVN x64 scons/MinGW-w64
EDIT: Just tried playing with script auto-execute, and that doesnāt seem to be affecting it, at least for me. As far as I know, auto-execute just applies to blends with embedded scripts, like UI enhancements, not addons in the addons, addons_contrib, or addons_extern directories.
themacguy: And for the record, Win7 does have that feature.
Thank you for your search button. It is very helpfull. ( some greetings for your girlfriend).
If we search extensions like .blend, .jpg, .blex, search is not successful. Maybe in the future?
My next question is out od SEARCH functionality.
Please, is it possible to improve BOOKMARKS? ( above search button) - we need UP DOWN functions to better organize our bookmarks.
I checked and apparently search is performed only on the file names (extensions excluded). Donāt remember why I made it like that
Though you can always use regular expressions: *.blend, *.jpg and it should work.
I will think a little bit about not excluding extensions from search and eventually update script.
Cheers.
Edit:
Well I generally think that blender file browser could be improved a little bit (for example searching through files should be build in), but it needs much more work and time than writing simple search python add-on I will āthink about looking into thisā when I will be done with other projects
The download link is 404 - hereās the last version I have, which is probably pretty old: http://gregzaal.com/files/file_browser_search.py
(right click, save as)
Coincidentally, I needed to look at the code in this addon as Iām working on a better bookmarks system
Yeah⦠Sorry about that. I was making doing some cleaning on server. Will put it somewhere soon.
Fixed link:
http://studio.allblue.pl/media/addons/file_browser_search.7z
Please note that this script might be outdated and not work well with current Blender version. I will try to update is as soon as possible.
Hi!
After over a year break I am finally trying to get back to all of my old projects, finish them and if I will be lucky maybe some of them will be added to Blender.
I started by completely rewriting my File Browser Search Add-on.
CHANGES:
- Added icons.
- Added search for directories options.
- You can now look for files even when appending or linking blend data. Though clicking file (with āOpen on Clickā option) will result in opening files directory in File Browser.
- A few minor tweaks that should improve functionality.
I was testing it on Linux and Windows, but I would appreciate your feedback on Bugs and eventually missing functionality. Here is tracker on developer.blender.org: https://developer.blender.org/T30386
Enjoy:
https://studio.allblue.pl/images/ewiki/file-browser-search/releases/file-browser-search_v0.1.0.7z
You forgot a comma on line 491
Otherwise itās great thanks
Ugh⦠Sorry. Must have uploaded the wrong version. Replaced with the proper one⦠I hope. Thanks!
Edit:
Forgot to mention about important CHANGE:
- File Browser filters (on top) now also applies to search results.
Hi!
Small update needed for Blender 2.72 compatibility:
File Browser Search
UPDATE:
- Blender 2.72 compatibility (previous version used with 2.72 would crash when appending data from .blend files).
This is really awesome, I have always wondered why blender file manager is so poor usablity wise.
Something I would like to see though is few additional features, these are more issues of the file manager than your search, but it would be awesome if your addon could deal with these too!
- You could navigate in the normal filelist by using character keys to fast forward to first file beginning with that letter.
- You would be able to navigate with arrow keys in the filelisting
- Detailed filelisting should have sorting options by date, name, size etc and obviously show these values too.
Things listed above are basic functions of windows filemanager and therefore many people are used to them so I think integrating them would really be important!
I have recorded a short video - tutorial. Maybe someone will find it helpful:
I have suggestion too, multiselect searched files fex. when appending.