Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
♻️ hound fixes #2 🐶
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed May 26, 2022
1 parent 067058f commit 9a5dce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openpype/hosts/unreal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)),
Expand Down

0 comments on commit 9a5dce4

Please sign in to comment.