Project Template or quickest way to copy GUI Elements to a new project?
-
Say I want to make a new plugin with the same GUI elements and setup as the previous one, what would be the quickest way to copy all the stuff to a new project? Is there a way to douplicate and rename a project or make a sort of project template with all the default settings and structure I use?
-
@Morphoice Duplicate the project folder (without samples, networks, etc. - unless they are needed for the new project). Rename the XML files for your new project, also open the xmls in a text editor and find replace any old names with the new one.
If you will be doing this often just keep that folder as your starting template.
-
@d-healey I'm also trying to do this, getting a "Script not found", "Error loading script interface".
-
@Sampletekk said in Project Template or quickest way to copy GUI Elements to a new project?:
I'm also trying to do this
What are the steps you did?
-
@Sampletekk My workflow now is having everything in a seperate script (gui elements and look and feel) and just copying that to the new project and including it into the main interface.js
Make sure you copy your scripts to the root of the folder "Scripts" and include it with
include("yourscript.js");