added same label for both creators

This commit is contained in:
iLLiCiTiT 2021-10-14 15:51:49 +02:00
parent 3ee8b487da
commit cff256b914
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ from openpype.pipeline import (
class TestCreatorOne(Creator):
identifier = "test_one"
label = "test"
family = "test"
description = "Testing creator of testhost"

View file

@ -8,6 +8,7 @@ from openpype.pipeline import (
class TestCreatorTwo(Creator):
identifier = "test_two"
label = "test"
family = "test"
description = "A second testing creator"