Tagged '3dsmax python py'

MXSpy

1 vote

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!

Syndicate content