Blender Kitsu: Move Render Review into Blender Kitsu #296
No reviewers
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-pipeline#296
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "TinyNick/blender-studio-pipeline:feature/move-render-review-into-blender-kitsu"
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?
Why this change?
Render Review requires the Blender Kitsu Add-On to review sequences from a production. (I am also aware there is a way to review 'offline' without Kitsu). Users need to set the same directory paths twice between Blender Kitsu Add-On and Render Review Add-On. By merging these two add-ons we can reduce the friction in setting up a project, and remove duplicate code that exists between the add-ons. Render Review will retain it's 'offline' functionality if no project is set in the Kitsu Add-On.
What's Changed:
my_project/render
New Render REview Preferences UI
New Incomplete Renders Option
920e216f42
to466ba38a9f
@ZedDB I am setting the default farm output directory to
project_name/render
because that is how we recommend users set this up in the documentation I wanted to verify if this path is true for Blender Studio users. Otherwise all users will need to manually set this path. Just wanted to check what the farm output directory is suppose to be within Blender Studio before I merge.WIP: Move Render Review into Blender Kitsu Add-Onto Move Render Review into Blender Kitsu Add-OnMove Render Review into Blender Kitsu Add-Onto Blender Kitsu: Move Render Review into Blender Kitsu@TinyNick the render path in the studio is
/render/<project_name>/
I don't expect other users to mimic our file structure with
/render
though. So having a different default value is ok for me.ok, I just want to check in with some users before I merge it then.
@Andy_Goralczyk @SimonThommes
I am moving the render review add-on into the blender kitsu add-on. The reasoning is to reduce the amount of preferences that need to be setting up a project / reduce duplicated code.
After merging this you will need to set the
farm output directory
in the Blender Kitsu preferences to/render/<project_name>/
if you do not a valid render directory you will get a warning when running the operator.okay, that's fine with me
@SimonThommes I have added the feature you requested to skip incomplete renders to this pull request
@TinyNick Awesome, thank you! Is the setting on by default? It should be.
@SimonThommes it's off by default I will change that based on ur feedback