Untitled
unknown
python
2 years ago
287 B
7
Indexable
string $allPhongs[] = `ls -type("phong")`;
for ($item in $allPhongs)
{
// This would be the desired Material type
string $replaceType = "aiFlat";
string $replaceWith = `createNode $replaceType`;
replaceNode $item $replaceWith;
delete $item;
}Editor is loading...
Leave a Comment