Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.4x Bug Tracker: Browse

[#1068] FileSelector No file extention support

Date:
2004-03-13 04:39
Priority:
3
State:
Closed
Submitted by:
Peter Dolding (oiaohm)
Assigned to:
Willian Padovani Germano (ianwill)
Group:
V 2.32 release
Resolution:
Fixed
Category:
Python
 
Summary:
FileSelector No file extention support
Detailed description
Required really when writing importers or exports so
only files with the right extention are displayed.

I have tried all sort of things and run up dry gullys
to make this work.
//from memory might be slightly wrong
Blender.window.Fileselector(callback,buttontext)
Now this is the problem I want the users of my import
scripts(me) only to see the files that the import
script can handle. Unless you push the show all button.

As far as I can tell there is no way to peform this
basic tast inside the current python api. This will
make the importers and exports simpler to use. Next
bit is the exportor problem. I am exporting lets say a
3ds file but the Fileselector puts a default of a blend
file in.(yep does not match in hell). Now I have to
write a background correction for safety but it really
should not have to be working all the time. Other
final but verry anoying feature is that I start a New
file inside blender and fileseletor wants to overwrite
my last file I was working on.

Basicly it is a pain in the but that needs fixing.

This also applys to imageselector

A extention of
Fileslector(callback,buttontext,listoftails) and the
first on in the listoftails being the default.

Followup

No Followups Have Been Posted

 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
ResolutionInvestigate2004-04-11 06:26ianwill
close_dateNone2004-04-11 06:26ianwill
assigned_tomichel2004-04-11 06:26ianwill
status_idOpen2004-04-11 06:26ianwill
ResolutionNew2004-03-25 16:29ton
assigned_tonone2004-03-15 22:16theeth