Quantcast
Channel: ScriptSpot - 3ds Max - Sort Updated
Viewing all articles
Browse latest Browse all 17524

MXSpy

$
0
0

MXSpy This is a simple script for quick dev of 3dsmax.mxspy

like this in:
import "os"
print os.path.abspath("test.ini")
filepath = os.path.dirname("d:\test\test.txt")
print filepath
import "sys"
print sys.models
import "random"
random.choice(#(1,2,3,4,5))
paly maxscript like python!


Viewing all articles
Browse latest Browse all 17524

Trending Articles