tyFlow Forum
Shortcut for editor - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: Shortcut for editor (/thread-2275.html)



Shortcut for editor - paludez - 03-12-2021

Hi all!
Is there a way to asign a shortcut to open the tyflow editor?


RE: Shortcut for editor - tyFlow - 03-12-2021

You can open a tyFlow's editor from maxscript with $.editor_open()

From there, you could write a simple macroscript to bind it to a key.


RE: Shortcut for editor - paludez - 03-12-2021

(03-12-2021, 04:14 PM)tyFlow Wrote: You can open a tyFlow's editor from maxscript with $.editor_open()

From there, you could write a simple macroscript to bind it to a key.

Thank you very much!