Just found it.... I was building the shader collection BEFORE the import
and tried to process it afterwards.
Even a double facepalm wouldn't be enough...
thanks
On 04/18/2013 10:58 PM, Bartosz Opatowiecki wrote:
W dniu 2013-04-18 22:40, Thomas Volkmann pisze:
Hi, it's getting too late now, and I'm already in a
"making-one-mousclick-where-I-normally-make-twenty" mode. so can
someone please help me?
I need to batch process a couple of fbx files, but my script doesn't
wait for the import (FBXImport()) to finish and hence doesn't find
all the stuff it shall process.
I tried time.sleep(), but that doesn't seem to work.... any ideas?
thanks,
Thomas
show us that script.