Blender Git Loki

Git Commits -> Revision 6a4b929

Revision 6a4b929 by Campbell Barton (master)
September 24, 2010, 07:05 (GMT)
patch [#23968] filter_filetypes property to allow operators to filter by file extensions in the file selector
modified the patch to store the string internally rather then an array of allocated string pointers, less hassle with memory allocation.
changed to use fnmatch, so *.foo is needed (not .foo as with the patch)

Commit Details:

Full Hash: 6a4b9298c80d0f27637f88cca0ad9f05040608d3
SVN Revision: 32095
Parent Commit: 9964303
Lines Changed: +50, -8

12 Modified Paths:

/release/scripts/op/io_anim_bvh/__init__.py (+1, -0) (Diff)
/release/scripts/op/io_scene_3ds/__init__.py (+1, -0) (Diff)
/release/scripts/op/io_scene_obj/__init__.py (+1, -0) (Diff)
/release/scripts/op/io_shape_mdd/__init__.py (+2, -0) (Diff)
/release/scripts/ui/space_filebrowser.py (+14, -8) (Diff)
/release/scripts/ui/space_userpref.py (+1, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+10, -0) (Diff)
/source/blender/editors/space_file/filelist.h (+1, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+6, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+9, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021