Macro assignment/de-assignment
-
ok so for UI widgets I can say
ScriptSlider.addToMacroControl(int macroIndex)
anyone know the reverse (to remove it)?
Looked in the docs and theres nothing there...
-
@Lindon I think
ScriptSlider.addToMacroControl(-1);
should work -
@ustk cool I will try it.
-
@Lindon OK well now I cant get
AddToMacroControl
to work at all (function not found)
-- when did this function get added anyone any idea?
-
@Lindon Lowercase
a
-
@d-healey Dave.... sometimes I despair at what a dumb ass I can be. thanks mate.
LMP.
-
If the user adds the macro via the interface, ScriptSlider.addToMacroControl(-1); doesnt work to remove the connection. How could I remove the connection via scripting even if is added via right click (assign macro)?
-