Merge shot_builder
into blender kitsu
#3
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":feature/merge_shot_builder_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?
Closes: TinyNick/blender-studio-tools#2
Move Shot Builder into Blender Kitsu
The goal of this merge is to re-use to 'Blender Kitsu' addon's gazu based login/api functions in the 'shot builder' addon.
What's Changed
WIP: Merge `shot_builder` into `blender kitsu`to Merge `shot_builder` into `blender kitsu`@ZedDB I have got a new PR for you to review :)
Since this change occured there is a difference in how the hook files work.
/{pro-name}/pro/shot-builder/
You only need to care about this change if you are trying to run the shot builder itself.
So at the top of each file the imports currently says something like
since this merge was done #3 the imports have changed. Because Shot_builder is now a sub-module of the blender_kitsu addon. So the imports will look like this at the top of each file: replacing
shot_builder.
withblender_kitsu.shot_builder