Render.ru

И всё-таки как Экспортировать?

#2
$list = `ls -sl`;
string $it;
for($it in $list){
print $it;
select -cl;
select $it;
file -type "OBJexport" -es ("C:/Maya/"+$it+".obj");
}
 
Сверху