Hey so the files contained in that edit bundle don't match the new naming convention which should be project-name_v001.mp4
but this isn't a great design as it will expect some file to exist…
Hey @JohanTriHandoyo can you make sure you are on the latest version of the repo? I fixed this in this commit https://projects.blender.org/studio/blender-studio-pipeline/commit/8fca8d0f5451b370829a…
Made this more clear in the README closing this issue now! https://projects.blender.org/TinyNick
@bazza OK so based on what you a requesting this is actually quite a large change for the contact sheet addon. For a change of this scale we usually work off of a design proposal. Could provide…
@JohanTriHandoyo 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
└──…
TODO
- Generate config file based on task types available in kitsu
- Create config.py that contains the task types definitions what operators go with what task type
@fsiddi has some concerns about this system as it may cause conflicts because we use a rolling release of blender. So we should probably stick to a Push pipeline for now.
Hello thanks for your report,
The shot-builder config files should be in project/shot-builder
so the directory should look like this:
├── pro/ #project root
│ ├──…
Hey @FoxGlove thanks for the feedback, so two things, firstly I think we should have a large of convention checks that can be run on any task type, and I in my opinion what conventions are run…