Blender Kitsu: Asset Index code needs to be removed #333
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#333
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?
System Information
Operating system: Linux
Blender Version: 4.2 LTS
Add-on Name & Version: Blender Kitsu v0.1.6
Short description of error
When the New Asset Tagging System was introduced, my understanding was that the
asset_index.json
was no longer necessary. However, ifasset_index.json
is missing when building a shot, it silently fails to import the shot's assets. Theasset_index
var populated here doesn't seem to be used, and I'm wondering if this is code that was overlooked and needs to be removed.Exact steps for others to reproduce the error
Build a new shot with no
asset_index.json
file and assets configured correctly with collection and filepath columns in Kitsu, as well as shot breakdown configured correctly. Shot file will be generated with no linked assets and no logs indicating why. Adding an emptyasset_index.json
file is a workaround.Yes, the asset index should be removed. Could you help with this?
@fsiddi, I tested and confirmed this was fixed in your recent commit. Thank you!