Notifications
Clear all
[Closed] ever executing script
Sep 04, 2008 4:30 pm
I need to make an script that is ever listening while 3ds max is open. I mean, for example, i have a function that prints selection name, then i want an script listening in the system, waiting for me to select an object, and then when it happends, calls to the print fucntion.
thanks and sorry for my poor english
2 Replies
Sep 04, 2008 4:30 pm
Look up “callbacks” in the documentation they should cover what you want.
Sep 04, 2008 4:30 pm
thanks, i’ve read the documentation now about callbacks, and after some tests i’ve got a solution. thanks again