Files
test/source/blender
Campbell Barton 07b3e41e18 Blender file selector support for setting multiple selected files/dirs which operators can use.
This allows the sequencers Add-Image strip to work like it does in 2.4x.

- as well as setting the "filename" operator property, operators can have collections called "files" and "dirs" which are set when available.
- RNA_OperatorFileListElement as new collection type, its a bit redundant since each item only has a "name" property but its needed since we don't have a string array type.
- the file selector now prints operators it runs.

Tested with python, adding a list of images works to the sequencer works.
bpy.ops.SEQUENCER_OT_image_strip_add(name="MyImages", start_frame=54, channel=2, filename="/somedir/", replace_sel=True, files=[{"name":"test1.png"}, {"name":"test2.png"}])
2009-06-05 16:11:35 +00:00
..
2008-12-23 21:20:34 +00:00
2.5
2009-05-18 16:42:34 +00:00
2009-06-02 23:56:33 +00:00
2.5
2009-05-24 13:29:29 +00:00
UI:
2009-06-03 23:33:56 +00:00
UI:
2009-06-03 23:33:56 +00:00
2009-05-05 23:10:32 +00:00
2.5
2009-06-01 12:10:30 +00:00
2.5
2009-06-01 12:10:30 +00:00
2.5
2009-06-01 12:10:30 +00:00
2.5
2009-06-01 12:10:30 +00:00