Blender Kitsu: No Frame Range Warning #113
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#113
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?
Issue
Reported by @SimonThommes
After this change studio/blender-studio-pipeline#98 Blender Kitsu addon doesn't report an incorrect frame range to the user
@SimonThommes in my testing this seems to occur when there is no "kitsu context" is found for a shot, I have added a line in this commit
666cf488b4
that will attempt to re-load the context if none is found.Re-opening because I reverted
666cf488b4
in some contexts it will fail and in general I want to avoid the use of operator calls from within other operators.From @SimonThommes