Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USD Asset contribution workflow asset identifier is str but should be asset type #73

Open
2 tasks done
BigRoy opened this issue Oct 25, 2024 · 0 comments
Open
2 tasks done

Comments

@BigRoy
Copy link
Collaborator

BigRoy commented Oct 25, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior:

Our asset info is like:

    assetInfo = {
        string identifier = "char_beast/char_beast.usd"
        string name = "char_beast"
    }

Expected Behavior:

Should e.g. be:

    assetInfo = {
        asset identifier = "./char_beast.usd"
        string name = "char_beast"
    }

And likely the identifier should be the actual file's resulting name to so it's an actual relative identifier to itself.
An example reference would be the assets from ALAB or what Houdini's component builder does.

Houdini Component Builder:

    assetInfo = {
        asset identifier = @./ASSET.usd@
        string name = "ASSET"
        asset thumbnail = @./thumbnail.png@
    }

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

  1. Publish with asset contribution

Are there any labels you wish to add?

  • I have added the relevant labels to the bug report.

Relevant log output:

No response

Additional context:

No response

@BigRoy BigRoy added the type: bug Something isn't working label Oct 25, 2024
@mkolar mkolar removed the type: bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants