mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added at least some icons to creators
This commit is contained in:
parent
54be749de6
commit
8441a5c54b
3 changed files with 5 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class CreateRenderlayer(TVPaintCreator):
|
|||
family = "render"
|
||||
subset_template_family_filter = "renderLayer"
|
||||
identifier = "render.layer"
|
||||
icon = "fa.cube"
|
||||
icon = "fa5.images"
|
||||
|
||||
# George script to change color group
|
||||
rename_script_template = (
|
||||
|
|
@ -266,11 +266,11 @@ class CreateRenderlayer(TVPaintCreator):
|
|||
|
||||
|
||||
class CreateRenderPass(TVPaintCreator):
|
||||
icon = "fa.cube"
|
||||
family = "render"
|
||||
subset_template_family_filter = "renderPass"
|
||||
identifier = "render.pass"
|
||||
label = "Render Pass"
|
||||
icon = "fa5.image"
|
||||
|
||||
order = CreateRenderlayer.order + 10
|
||||
|
||||
|
|
@ -496,6 +496,7 @@ class TVPaintSceneRenderCreator(TVPaintAutoCreator):
|
|||
subset_template_family_filter = "renderScene"
|
||||
identifier = "render.scene"
|
||||
label = "Scene Render"
|
||||
icon = "fa.file-image-o"
|
||||
|
||||
# Settings
|
||||
default_variant = "Main"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ class TVPaintReviewCreator(TVPaintAutoCreator):
|
|||
family = "review"
|
||||
identifier = "scene.review"
|
||||
label = "Review"
|
||||
icon = "ei.video"
|
||||
|
||||
default_variant = "Main"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ class TVPaintWorkfileCreator(TVPaintAutoCreator):
|
|||
family = "workfile"
|
||||
identifier = "workfile"
|
||||
label = "Workfile"
|
||||
icon = "fa.file-o"
|
||||
|
||||
default_variant = "Main"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue