code-google-com / blur-dev

Automatically exported from code.google.com/p/blur-dev
1 stars 0 forks source link

No command in 3dsmax python menu #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download and install BlurOffline_python27_2013-02-12_install_13312_64.exe OK
2.Launch Blur IDE - OK
3.3dsmax -> python -> all menu do nothing, no message, no warning, i don't find 
log

What is the expected output? What do you see instead?
nothing

What version of the product are you using? On what operating system?
Python 2.7 x64, 3dsmax 2013 x64

Please provide any additional information below.

Original issue reported on code.google.com by Stef.ker...@gmail.com on 8 Mar 2013 at 10:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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