remove tvpaint and maya filters completelly

This commit is contained in:
Jakub Trllo 2023-12-21 13:14:06 +01:00
parent 4d176e177f
commit b81cb684a1

View file

@ -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",