code-google-com / blur-dev

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

dynamic maxscript functions don't get called #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed the latest beta for 2013
2. Create the dynamic function in the listener fn foo = (print "test")
3. Run the dynamic function from python.

What is the expected output? What do you see instead?
Maxscript listener to print "test" and return the string "test" to python.

Nothing happens...

What version of the product are you using? On what operating system?

Latest 2013 install 13312 beta x64

Please provide any additional information below.

Original issue reported on code.google.com by squis...@gmail.com on 20 Mar 2013 at 2:18

GoogleCodeExporter commented 9 years ago
Ok, It's my fault.  I expected that it would print in the maxscript listener 
but it isn't.  Would be great if it did.  It is return "test" if i print the 
result in python.  I've also changed the function to make a Sphere and it does 
update and create a Sphere.    This could catch a few out at 1st.

Original comment by squis...@gmail.com on 20 Mar 2013 at 2:45