A New Script for favorite directories

Hi folks. Allthough i’m working with Blender for quite a while now, is this my first post to this forum, and my first script either :smiley: .
I wrote this script because i normally work on several projects at a time and i was too lazy to click through thousands of directories each time to find my .blend files. So i wrote a little script, which holds 10 of my favorite directories and allows me to access them quickly, with one single mouseclick.

It is a quick and dirty hack, but it works nevertheless. :wink:

But i remind you, it is my first script in Python, so don’t blame me on horrible coding style. :expressionless:

The script comes with a readme.html in a packed tar archive.
It should work with all platforms but i only tested it under Linux.
By default it is installed under the “Wizard” section of the Bpymenus.

I hope some of you find it usefull.
Critics and suggestions to improve the script are very welcome.

Have fun…

Tuxbot

Link to the Script: http://tuxbot.m-hc.de/directorychooser-0.1.tar.gz

file not found

Sorry, just saw it. I will upload it to another place… :expressionless:

Just edited the link above.
My webspace provider didn’t allow tar.gz files and deleted them a few minutes after i uploaded it. :frowning:
But i created a new one…

Sorry for that.

nice script! :slight_smile:

But your file has “a” bug at line of 31. (If it’s my problem, sorry)

Is it a script to find and modify the .Bfs file ?

@yamyam
Can you describe the error, which occurs?
I can’t reproduce any error in the script.
Which platform do you use?

best regards…

Oops…Sorry for wasting your time. :expressionless:

It just a ‘a’ character at the first place of a line of 31st in your script.
I’ve tried to extract it with other tools again, but it appeared. Maybe it happens only in my PC(WindowsXP) or Japanese enviroment.

@yamyam
No problem.
I don’t know how that “a” sneeked into that file. i double-checked my local files, but i can’t find that “a” in any version.
Line 31 just contains the includings of the blender internal python modules.

Best regards
tuxbot

there is an letter in the place where it’s written: Changes and the date, just before the hash… so the script tries to interpret it…

Yeonil

Hi, sorry to all. :expressionless:
It was indeed my fault. I just uploaded a corrected version of the script.

Merry Christmas

Tuxbot

Yeah, no problem. Never mind. :wink:
I re-downloaded it and found no ‘a’ character in there anymore.

Merry Christmas too!