diff --git a/pype/plugins/tvpaint/create/create_beauty.py b/pype/plugins/tvpaint/create/create_beauty.py index 6512ad08b0..10ac444a80 100644 --- a/pype/plugins/tvpaint/create/create_beauty.py +++ b/pype/plugins/tvpaint/create/create_beauty.py @@ -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"]