Skip to content

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

Description

@BigRoy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions