Blender Kitsu: "Check media update" button not working #140
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#140
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?
Hi!
I get the following error when I click "Check media update" button.
The "Media Update Search Paths" configuration seems to be set properly.
Demonstration - https://youtu.be/06eBze-yWfY
It seems to be related with count of digits for version.
Here is what I've got for source file -
...and when I try to change version using Up/Down buttons it gives the following error -
Documentation says -
So, it seems like the plugin searching for version with 3 digits?
Thanks for your report, I will look into this!
Hello @zelgadis thank you for your report. My apologies for the delay in my response.
I can confirm that the operator only supports version numbers that are 3 digits long. This is set in the
bkglobals.py
asVERSION PATTERN
This is noted in the documentation at https://studio.blender.org/pipeline/addons/blender_kitsu#general-sequence-editor-tools
I am going to close this report, please re-open it if any further assistance is neeeded.
Hi Nick!
Thank you for explanation!
When I download shots from Kitsu I am using "Download Playlist" function. And it names files as "_v1", "_v2", etc. without padding zeroes. I wonder, are you using some different method to fetch files from Kitsu, which produces correct filenames?
Hello @zelgadis
Usually we populate these video strips with playblasts from Blender Kitsu's Playblast Tools. You can learn how to set that up on the Blender Kitsu Documentation This will produce files with the expected naming conventions for use in the VSE. As far as fetching the files from Kitsu, that's not something we do, we fetch the Playblasted files I mentioned directly from a local filesystem.
Got it, thank you for the explanation!