From f3e2354a5b2612f1e45c098a4381979a855fc5d9 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 6 Nov 2020 10:01:26 +0100 Subject: [PATCH] Renamed beauty to render layer --- pype/plugins/tvpaint/create/create_beauty.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]