Anonymous - 2013-03-08

Originally posted by: Stef.ker...@gmail.com

for more precision :

i can tell python in maxscript
maxscript code from your code :
"""
re = python.import "re"
results = re.match "Sc(\d+)" "Sc001"
groups = results.groups()
print (groups [1])
"""
work fine

and and remove all Qt Dll from 3dsmax root