mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed specific hiero conversion
This commit is contained in:
parent
e0d4f2b9d3
commit
09867cd83d
1 changed files with 0 additions and 10 deletions
|
|
@ -356,15 +356,6 @@ def _convert_nuke_project_settings(ayon_settings, output):
|
|||
output["nuke"] = ayon_nuke
|
||||
|
||||
|
||||
def _convert_hiero_project_settings(ayon_settings, output):
|
||||
if "hiero" not in ayon_settings:
|
||||
return
|
||||
|
||||
ayon_hiero = ayon_settings["hiero"]
|
||||
|
||||
output["hiero"] = ayon_hiero
|
||||
|
||||
|
||||
def _convert_royalrender_project_settings(ayon_settings, output):
|
||||
if "royalrender" not in ayon_settings:
|
||||
return
|
||||
|
|
@ -554,7 +545,6 @@ def convert_project_settings(ayon_settings, default_settings):
|
|||
output = {}
|
||||
|
||||
_convert_nuke_project_settings(ayon_settings, output)
|
||||
_convert_hiero_project_settings(ayon_settings, output)
|
||||
|
||||
_convert_royalrender_project_settings(ayon_settings, output)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue