-
Notifications
You must be signed in to change notification settings - Fork 49
Add simple Create Project Structure web action #1193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add simple Create Project Structure web action #1193
Conversation
…re.py Co-authored-by: Jakub Trllo <[email protected]>
I don't believe web actions currently allow that, right @martastain @Innders ? |
Not in Web UI. And if it would be added, it would be in next release of server, which would post-pone this PR again. |
We are definitely going to need to run actions in the context of just a project and maybe even with no context... Just run the action on a studio. There was this idea of having a page where you could see all of your actions in one place. Maybe this is the place you can run any action. If the action requires some context, you must provide it before it can run. This could probably be an addon that's created. |
Should we do it in a follow up PR? |
@iLLiCiTiT since I've added
|
You didn't have to add it :) . You can just remove it, or lock poetry (as suggested), or remove lock file (probably is not needed) and add the filename to gitignore. |
I fixed my issue and updated the poetry lock for consistency. |
The poetry file has gone now :D |
Changelog Description
resolve #914
A simple Create Project Structure web action that creates the folder structure as defined in project settings:
ayon+settings://core/project_folder_structure
Testing notes: