Skip to content

Commit

Permalink
plugins: modified labels for multiverse creators/publishers/loader
Browse files Browse the repository at this point in the history
  • Loading branch information
pberto committed Apr 10, 2022
1 parent a85ef8c commit e6fd109
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions openpype/hosts/maya/plugins/create/create_multiverse_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@


class CreateMultiverseUsd(plugin.Creator):
"""Multiverse USD data"""
"""Multiverse USD asset data"""

name = "usdMain"
label = "Multiverse USD"
label = "Multiverse USD Asset"
family = "usd"
icon = "cubes"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class CreateMultiverseUsdOver(plugin.Creator):
"""Multiverse USD data"""
"""Multiverse USD Override"""

name = "usdOverrideMain"
label = "Multiverse USD Override"
Expand Down
4 changes: 2 additions & 2 deletions openpype/hosts/maya/plugins/load/load_multiverse_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@


class MultiverseUsdLoader(load.LoaderPlugin):
"""Load the USD by Multiverse"""
"""Read USD data in a Multiverse Compound"""

families = ["model", "usd", "usdComposition", "usdOverride",
"pointcache", "animation"]
representations = ["usd", "usda", "usdc", "usdz", "abc"]

label = "Read USD by Multiverse"
label = "Load USD to Multiverse"
order = -10
icon = "code-fork"
color = "orange"
Expand Down
4 changes: 2 additions & 2 deletions openpype/hosts/maya/plugins/publish/extract_multiverse_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@


class ExtractMultiverseUsd(openpype.api.Extractor):
"""Extractor for USD by Multiverse."""
"""Extractor for Multiverse USD asset data."""

label = "Extract Multiverse USD"
label = "Extract Multiverse USD Asset"
hosts = ["maya"]
families = ["usd"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class ExtractMultiverseUsdOverride(openpype.api.Extractor):
"""Extractor for USD Override by Multiverse."""
"""Extractor for Multiverse USD Override."""

label = "Extract Multiverse USD Override"
hosts = ["maya"]
Expand Down

0 comments on commit e6fd109

Please sign in to comment.