mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #84 from ynput/enhancement/reduce-publisher-exprimental-filtering
Experimental Dialog: Reduced filtering hosts for publisher
This commit is contained in:
commit
df2c72cf2e
1 changed files with 7 additions and 3 deletions
|
|
@ -89,9 +89,13 @@ class ExperimentalTools:
|
|||
"New publisher",
|
||||
"Combined creation and publishing into one tool.",
|
||||
self._show_publisher,
|
||||
hosts_filter=["blender", "maya", "nuke", "celaction", "flame",
|
||||
"fusion", "harmony", "hiero", "resolve",
|
||||
"tvpaint", "unreal"]
|
||||
hosts_filter=[
|
||||
"celaction",
|
||||
"flame",
|
||||
"harmony",
|
||||
"hiero",
|
||||
"resolve",
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue