mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
change action name
This commit is contained in:
parent
d2140c3619
commit
32a192b192
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ from openpype.hosts.houdini.api.lib import (
|
|||
set_camera_resolution
|
||||
)
|
||||
|
||||
class SetAssetResolution(InventoryAction):
|
||||
class SetCameraResolution(InventoryAction):
|
||||
|
||||
label = "Set Asset Resolution"
|
||||
label = "Set Camera Resolution"
|
||||
icon = "desktop"
|
||||
color = "orange"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue