mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix hound
This commit is contained in:
parent
11e8e3a8cb
commit
f6700aadf3
2 changed files with 0 additions and 3 deletions
|
|
@ -230,8 +230,6 @@ def create_unreal_project(project_name: str,
|
|||
ue_id = "{" + loaded_modules.get("BuildId") + "}"
|
||||
|
||||
plugins_path = None
|
||||
uep_path = None
|
||||
|
||||
if os.path.isdir(env.get("AVALON_UNREAL_PLUGIN", "")):
|
||||
# copy plugin to correct path under project
|
||||
plugins_path = pr_dir / "Plugins"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
"""Hook to launch Unreal and prepare projects."""
|
||||
import os
|
||||
from pathlib import Path
|
||||
import platform
|
||||
|
||||
from openpype.lib import (
|
||||
PreLaunchHook,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue