Skip to content

Commit

Permalink
Improve creator icons
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 1, 2024
1 parent afabfeb commit 5a3b3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CreateUSD(plugin.HoudiniCreator):
identifier = "io.openpype.creators.houdini.usd"
label = "USD"
product_type = "usd"
icon = "gears"
icon = "cubes"
enabled = False
description = "Create USD"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CreateUSDLook(plugin.HoudiniCreator):
identifier = "io.openpype.creators.houdini.usd.look"
label = "Look"
product_type = "look"
icon = "gears"
icon = "paint-brush"
enabled = True
description = "Create USD Look"

Expand Down

0 comments on commit 5a3b3e1

Please sign in to comment.