mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove tvpaint and maya filters completelly
This commit is contained in:
parent
4d176e177f
commit
b81cb684a1
1 changed files with 0 additions and 5 deletions
|
|
@ -478,9 +478,6 @@ def _convert_maya_project_settings(ayon_settings, output):
|
|||
for item in ayon_maya["ext_mapping"]
|
||||
}
|
||||
|
||||
# Publish UI filters
|
||||
ayon_maya["filters"] = {}
|
||||
|
||||
# Maya dirmap
|
||||
ayon_maya_dirmap = ayon_maya.pop("maya_dirmap")
|
||||
ayon_maya_dirmap_path = ayon_maya_dirmap["paths"]
|
||||
|
|
@ -947,8 +944,6 @@ def _convert_tvpaint_project_settings(ayon_settings, output):
|
|||
|
||||
_convert_host_imageio(ayon_tvpaint)
|
||||
|
||||
ayon_tvpaint["filters"] = {}
|
||||
|
||||
ayon_publish_settings = ayon_tvpaint["publish"]
|
||||
for plugin_name in (
|
||||
"ValidateProjectSettings",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue