Hi
I currently have several scripts dock (With buttons and ui) in my after effects workspace. Currently, it's kind a mess when i maximize my layer panel and I would like to merge them into one single panel. (For example a large horizontale panel with all the script place from left to right).
Is there a easy way to achieve that ? I was think of writing some code to tell the space position of the script ( Group ?) and put the entire .JSX code between them :
Code
Code
Code
-----
First script
----
Code
---
Second script
---
Code
----
...
Thank you