lib/tracksperanto/blacklist.rb in tracksperanto-3.5.1 vs lib/tracksperanto/blacklist.rb in tracksperanto-3.5.2

- old
+ new

@@ -16,10 +16,11 @@ '.mb' => 'We cannot import Maya ASCII files directly. For processing Maya Live tracks export them from Maya.', /\.(mov|avi|xvid|mp4)$/ => 'Tracksperanto is not a tracking application, it converts tracks. We do not support movie file formats.', /\.(r3d)$/ => 'Tracksperanto is not a tracking application, it converts tracks. We do not support RAW file formats.', /\.(dpx|tif(f?)|jp(e?)g|png|gif|tga)$/ => 'Tracksperanto is not a tracking application, it converts tracks. We do not support image file formats.', '.sni' => 'We cannot read binary SynthEyes scene files. Export your tracks as one of the supported formats.', - /.(pfb|pfmp)/ => 'We cannot directly open PFTrack projects, export .2dt files instead', + /\.(pfb|pfmp)/ => 'We cannot directly open PFTrack projects, export .2dt files instead', '.mmf' => 'We cannot directly open MatchMover projects, please export your tracks as .rz2 instead', + /\.(doc(x?)|xls(x?)|ppt(x?))/ => 'You really think we can process Microsoft Office files? You need a drink.', } end end \ No newline at end of file