Open GoogleCodeExporter opened 9 years ago
[deleted comment]
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
Original comment by Stef.ker...@gmail.com
on 8 Mar 2013 at 2:49
Original issue reported on code.google.com by
Stef.ker...@gmail.com
on 8 Mar 2013 at 10:41