Originally created by: squis...@gmail.com
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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: squis...@gmail.com
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.