MikeOwen
01-19-2009, 04:24 PM
Hi,
I'm confused..!
Could someone tell me why this code won't return a "false" when a Batch Render View is present in your scene which has a output filename with a "space" in it's file name..!..?
illegalChars = " ;+"
ReplaceChar = "_"
for n in 1 to BatchRenderMgr.numViews do
(
for i in 1 to illegalChars.count where (matchpattern (getFilenameFile (BatchRenderMgr.GetView n).outputFilename) pattern:("*"+illegalChars[i]+"*") == true) collect i
)
i.count == 0
Thanks,
Mike
I'm confused..!
Could someone tell me why this code won't return a "false" when a Batch Render View is present in your scene which has a output filename with a "space" in it's file name..!..?
illegalChars = " ;+"
ReplaceChar = "_"
for n in 1 to BatchRenderMgr.numViews do
(
for i in 1 to illegalChars.count where (matchpattern (getFilenameFile (BatchRenderMgr.GetView n).outputFilename) pattern:("*"+illegalChars[i]+"*") == true) collect i
)
i.count == 0
Thanks,
Mike
