Hi, guys! As I said before I don't use callback. I'm new to maxscript and... Sync, your code is too complicated to me. :) Here the steps that I use to get the last selected vertex: 1. selecet some vertices - 10 for example 2. start script what script do: 2.1. store vertex selection in array 2.2. max undo 2.3 store vertex…
Bryan: I've sent you my script that does it in a pm. check out :rt_selection_buffer_update Sync: thats what I used. A hack sounds interesting though :)
Hi guys, I wrote a similar script some time ago for a friend. I remember I used NodeEventCallbacks. You can get it here and have a look at the code. Enjoy.