strange problems with smart import.
Posted: September 9th, 2008, 8:28 pm
On a few projects lately I've found a couple of issues with smart import.
It usually works fine except for certain sequences in the top level folder that begin with letters from M onwards. Recursive folder imports don't exhibit the problem only the top level folder. What it will do for the top level folder is decide its not a sequence and import them as individual frames.
Because it seems to be letter dependent it looks to me like the path string the script is generating is getting confused by reserved unicode combinations. so P:\new_render_[####] has a reserved character of \n which is a new line character usually.
Now I'm ok at scripting inside 3dsMax etc but jscript is a bit new to me so I cant figure out what would need to change in smart import to make it work. Anyone else got any ideas?
Cheers
DaveMcD
It usually works fine except for certain sequences in the top level folder that begin with letters from M onwards. Recursive folder imports don't exhibit the problem only the top level folder. What it will do for the top level folder is decide its not a sequence and import them as individual frames.
Because it seems to be letter dependent it looks to me like the path string the script is generating is getting confused by reserved unicode combinations. so P:\new_render_[####] has a reserved character of \n which is a new line character usually.
Now I'm ok at scripting inside 3dsMax etc but jscript is a bit new to me so I cant figure out what would need to change in smart import to make it work. Anyone else got any ideas?
Cheers
DaveMcD