mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added same label for both creators
This commit is contained in:
parent
3ee8b487da
commit
cff256b914
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ from openpype.pipeline import (
|
|||
|
||||
class TestCreatorOne(Creator):
|
||||
identifier = "test_one"
|
||||
label = "test"
|
||||
family = "test"
|
||||
description = "Testing creator of testhost"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ from openpype.pipeline import (
|
|||
|
||||
class TestCreatorTwo(Creator):
|
||||
identifier = "test_two"
|
||||
label = "test"
|
||||
family = "test"
|
||||
description = "A second testing creator"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue