You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently in the process of developing a plugin for Storyboard Pro (SBP). When I add SBP as an Additional Application and launch AYON in dev mode, the launcher seem to not aware of the SBP plugin that I've created and uploaded to the server.
My current work around is to edit "applications.json" and "settings.py" in the Application's server folder to make SBP one of the default Application. Then the development workflow work as expected.
Expected Behavior:
When using the AYON launcher to launch an Additional Application with in development plugins, it will use the development code.
Version
1.0.0
What platform you are running on?
Windows, Linux / Ubuntu
Steps To Reproduce:
Upload A barebone version of SBP Plugin to AYON server
Setup a DEV bundle with SBP and specify a local path for the plugin
Add Storyboard Pro as and Additional Application.
Launch SBP using AYON launcher
Are there any labels you wish to add?
I have added the relevant labels to the bug report.
Relevant log output:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered:
I've just realized that Application v1.0.0 also requires editing the constants.py in both the client and server folder to make SBP pro appears properly in the Application Launcher.
Hello, if I understand correctly, the issue is that you can't use applications from dev settings? That is actually possible now since 1.0.0, because applications are not defined via attributes, but via settings, so dev applications can be relected in dev mode.
I've just realized that Application v1.0.0 also requires editing the constants.py in both the client and server folder to make SBP pro appears properly in the Application Launcher.
That is true only for icon, which already has dedicated issue #21 , label can be defined in settings.
Please confirm if I got the issue correctly. If only remaining issue is that icon can't be defined other way that via constants, then this issue can be closed.
Is there an existing issue for this?
Current Behavior:
I'm currently in the process of developing a plugin for Storyboard Pro (SBP). When I add SBP as an Additional Application and launch AYON in dev mode, the launcher seem to not aware of the SBP plugin that I've created and uploaded to the server.
My current work around is to edit "applications.json" and "settings.py" in the Application's server folder to make SBP one of the default Application. Then the development workflow work as expected.
Expected Behavior:
When using the AYON launcher to launch an Additional Application with in development plugins, it will use the development code.
Version
1.0.0
What platform you are running on?
Windows, Linux / Ubuntu
Steps To Reproduce:
Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: