Page MenuHome

fix_io_import_images_as_planes.diff

Authored By
Andrew Hunter (rexbron)
Nov 13 2013, 4:08 PM
Size
865 B
Subscribers
None

fix_io_import_images_as_planes.diff

Index: io_import_images_as_planes.py
===================================================================
--- io_import_images_as_planes.py (revision 3651)
+++ io_import_images_as_planes.py (working copy)
@@ -205,10 +205,10 @@
self.filter_movie = False
if is_cycles:
# XXX Hack to avoid allowing videos with Cycles!
- flt = ";".join(("*." + e for e in EXT_FILTER[self.extension][0]
+ flt = ";".join(("*." + e for e in EXT_FILTER[self.extension][0]\
if e not in VID_EXT_FILTER))
else:
- flt = ";".join(("*." + e
+ flt = ";".join(("*." + e \
for e in EXT_FILTER[self.extension][0]))
self.filter_glob = flt
# And now update space (file select window), if possible.

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
98/81/656b850b654a698af1b979a77bfb

Event Timeline