Skip to main content
Inspiring
December 23, 2021
Question

Add script to Window

  • December 23, 2021
  • 1 reply
  • 167 views

I need to modify many of my scripts. I hate the need to manually copy to the Script directory after every modification.
I know that .aex can be used or loaded through folder shortcuts,
Is there any way for Script to achieve similar functions?

I tried to write a pre-loaded script and tried to load many of my scripts. I only found .evalFile(), but .evalFile() doesn't seem to add the script to the window. Is there any way to add the script to the window?
The schematic diagram is as follows


This topic has been closed for replies.

1 reply

Mylenium
Legend
December 23, 2021

Long and short: No. Not sure what'S wrong with creating a custom panel (script) to access all your other scripts, which kind of is the point. Most developers would not really bother with having their scripts added to the menu these days.

 

Mylenium