10-07-2021, 04:19 AM
Hey cgdvs,
You can open the editor of any tyFlow object using the MAXScript command:
Using that code, you can create a macroscript that allows you to open it from any button or menu item that you wish.
You can open the editor of any tyFlow object using the MAXScript command:
Code:
$.editor_open()
Using that code, you can create a macroscript that allows you to open it from any button or menu item that you wish.