mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Renamed beauty to render layer
This commit is contained in:
parent
23ebe56de6
commit
f3e2354a5b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ from avalon.tvpaint import pipeline, lib
|
|||
|
||||
class CreateBeauty(pipeline.Creator):
|
||||
"""Mark layer group as one instance."""
|
||||
name = "beauty"
|
||||
label = "Beauty"
|
||||
name = "render_layer"
|
||||
label = "RenderLayer"
|
||||
family = "renderLayer"
|
||||
icon = "cube"
|
||||
defaults = ["Main"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue