Hi
I am trying to update an addon manually using code. Once its ready, how can I push it to AYON server so that I can make it available in my current production package?
Hi
I am trying to update an addon manually using code. Once its ready, how can I push it to AYON server so that I can make it available in my current production package?
Hello,
you would need to create a package and upload it.
by running the following command in terminal, it will create a zip file in package
directory.
python create_package.py
and then, you’ll be able to drag and drop in AYON.
A quick tip There’s a community guide that provides cool vscode actions to automate your daily dev work AYON Development Workbench
Hey Thanks for the quick response. Let me try it out
Could you please me on how to integrate this addon in Visual studio code?
My example is not an addon. it’s a collection of vscode tasks.
To install them, you only need to download the .vscode
folder from the link above and place it in your work directory.
I see. thanks for the screenshot