mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
♻️ hound fixes #2 🐶
This commit is contained in:
parent
067058f5d3
commit
9a5dce42af
1 changed files with 0 additions and 2 deletions
|
|
@ -7,8 +7,6 @@ def add_implementation_envs(env: dict, _app: Application) -> None:
|
|||
"""Modify environments to contain all required for implementation."""
|
||||
# Set OPENPYPE_UNREAL_PLUGIN required for Unreal implementation
|
||||
|
||||
engine_version = _app.name.split("/")[-1].replace("-", ".")
|
||||
|
||||
ue_plugin = "UE_5.0" if _app.name[:1] == "5" else "UE_4.7"
|
||||
unreal_plugin_path = os.path.join(
|
||||
os.path.dirname(os.path.abspath(openpype.hosts.__file__)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue