blender/release/scripts/op/io_shape_mdd
Campbell Barton 6a4b9298c8 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)
2010-09-24 07:05:43 +00:00
..
__init__.py patch [#23968] filter_filetypes property to allow operators to filter by file extensions in the file selector 2010-09-24 07:05:43 +00:00
export_mdd.py use set as a suffix (matches operators) 2010-09-03 07:25:37 +00:00
import_mdd.py finished moving importers and exporters into python packages (as proposed on the mailing list). 2010-09-01 12:11:34 +00:00