Name: Anonymous 2009-12-13 7:13
I have several models that needs to be imported and transformed into a single scene.
I'm using 3dsmax9, this worked on 3dsmax6:
t = "F:\\3ds\\terrain\\mdl"
importFile (t + "_Tree.3ds") #noPrompt
$mesh02.pos = [3,18,63]
importFile (t + "_Rock.3ds") #noPrompt
$mesh03.pos = [0,17,44]
I'm using 3dsmax9, this worked on 3dsmax6:
t = "F:\\3ds\\terrain\\mdl"
importFile (t + "_Tree.3ds") #noPrompt
$mesh02.pos = [3,18,63]
importFile (t + "_Rock.3ds") #noPrompt
$mesh03.pos = [0,17,44]