I want to register a proc and want to call back it when ever i use *translatemark nodes (Shift + f4 ) to move nodes
I used the below command to call the proc ::minanglecorrection3d, but it's not calling the proc once I have done with *translate nodes (Shift + f4 ) to move nodes
catch {hm_framework registerproc ::minanglecorrection3d after_*translatemark nodes 1 1 0.1}
Please help me to register a proc and need to call it whenever I use *translatemark nodes (Shift + f4 ) to move nodes