Shot builder configuration files not found #91
Labels
No Label
Kind
Breaking
Kind
Bug
Kind: Community
Kind
Documentation
Kind
Easy
Kind
Enhancement
Kind
Feature
Kind
Proposal
Kind
Security
Kind
Studio Request
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I try to create new shot, it shows an error that says:
Shot builder configuration files not found in current project directory.
Check addon preferences to ensure project root contains shot_builder config.
Does the config.py suppose to be put into project/shot-builder folder in the root project or into project/config/shot-builder?
Hello thanks for your report,
The shot-builder config files should be in
project/shot-builder
so the directory should look like this:Also make sure you are the latest commit for this repo or you downloaded the last release from https://studio.blender.org/pipeline/addons/overview, as there was a commit that was reverted that adjusted the config location but we reverted it. See studio/blender-studio-pipeline#23
Please let me know if this resolves your issue.
Still not working, unfortunately. I have used the latest add-on and tried both shot-builder in the project folder and in the project/config. I also have set the Kitsu project ID in the config.py. Change the folder name from shot-builder to shot_builder. I read in the README.md file that security keys are needed by connectors, is this something that I'm missing?
@JohanTriHandoyo I made a mistake in my earlier comment. When setting the "Project Root Directory" it should be a directory that is the parent directory of the production folder. So in the following case
The path to the production root directory:
//project-name/
The path to the shot-builder config files
//project_name/pro/shot-builder/
Please let me know if this fixes your issue.
Thanks, Nick. Apparently, the pro folder was missing from my project. It works now! 👍
Made this more clear in the README closing this issue now!
454493badb