♻️ hound fixes #2 🐶

This commit is contained in:
Ondrej Samohel 2022-05-26 14:17:41 +02:00
parent 067058f5d3
commit 9a5dce42af
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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__)),