maxscript question, i`m working with the node event system and in the function you call you have an event and a node param i`m trying to get the actual selected node so i can check if its a spline but the param is a number instead of a node Event Detected: Event#geometryChanged, Nodes #(8998) at first i thought it was a…
This works for me and prints the name out of the object correctly. --//UNREGISTER THE CALLBACK
callbackItem = undefined
gc light:true --//FUNCTION TO PRINT THE OBJECT NAME
fn CallbackFn1 ev nd =
( for n in nd do ( obj = (GetAnimByHandle n) format "Object: %\n" obj.name )
) --//REGISTER THE CALLBACK
callbackItem =…