mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed space from RenderPass label
This commit is contained in:
parent
b3c94bbc4e
commit
4ea1851893
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class CreateRenderPass(pipeline.Creator):
|
|||
instance. Beauty instance is used as base for subset name.
|
||||
"""
|
||||
name = "render_pass"
|
||||
label = "Render Pass"
|
||||
label = "RenderPass"
|
||||
family = "renderPass"
|
||||
icon = "cube"
|
||||
defaults = ["Main"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue