Hello, I have a question.
Is there a way to register user selection changes in SME.
For example I have two material nodes in SME view and want to execute some function when selection is changed.
For viewport selection changes I use this:
fn Subscribe = (callbacks.addScript #selectionSetChanged "MyRollout.VPSlection()" id:#VPSelectionID)
I want to do same thing but not in a viewport but in SME editor:
fn Subscribe = (callbacks.addScript #SMEselectionSetChanged "SMESlection()" id:#SMESelectionID)
fn UnSubscribe =( callbacks.removeScripts id:#SMESelectionID)