mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
* implemented 'get_workfile_info' in entities * removed 'prepare_asset_update_data' which is not used * disable settings and project manager if in v4 mode * prepared conversion helper functions for v4 entities * prepared conversion functions for hero versions * fix hero versions * implemented get_archived_representations * fix get latest versions * return prepared changes * handle archived representation * raise exception on failed json conversion * map archived to active properly * make sure default fields are added * fix conversion of hero version entity * fix conversion of archived representations * fix some conversions of representations and versions * changed active behavior in queries * fixed hero versions * implemented basic thumbnail caching * added raw variants of crud methods * implemented methods to get and create thumbnail * fix from flat dict * implemented some basic folder conversion for updates * fix thumbnail updates for version * implemented v4 thumbnail integrator * simplified data mapping * 'get_thumbnail' function also expect entity type and entity id for which is the thumbnail received * implemented 'get_thumbnail' for server * fix how thumbnail id is received from entity * removed unnecessary method 'get_thumbnail_id_from_source' * implemented thumbnail resolver for v4 * removed unnecessary print * move create and delete project directly to server api * disable local settings action too on v4 * OP-3521 - added method to check and download updated addons from v4 server * OP-3521 - added more descriptive error message for missing source * OP-3521 - added default implementation of addon downloader to import * OP-3521 - added check for dependency package zips WIP - server doesn't contain required endpoint. Testing only with mockup data for now. * OP-3521 - fixed parsing of DependencyItem Added Server Url type and ServerAddonDownloader - v4 server doesn't know its own DNS for static files so it is sending unique name and url must be created during runtime. * OP-3521 - fixed creation of targed directories * change nev keys to look for and don't set them automatically * fix task type conversion * implemented base of loading v4 addons in v3 * Refactored argument name in Downloaders * Updated parsing to DependencyItem according to current schema * Implemented downloading of package from server * Updated resolving of failures Uses Enum items. * Introduced passing of authorization token Better to inject it than to have it from env var. * Remove weird parsing of server_url Not necessary, endpoints have same prefix. * Fix doubling asset version name in addons folder Zip file should already contain `addonName_addonVersion` as first subfolder * Fix doubling asset version name in addons folder Zip file should already contain `addonName_addonVersion` as first subfolder * Made server_endpoint optional Argument should be better for testing, but for calling from separate methods it would be better to encapsulate it. Removed unwanted temporary productionPackage value * Use existing method to pull addon info from Server to load v4 version of addon * Raise exception when server doesn't have any production dependency package * added ability to specify v3 alias of addon name * expect v3_alias as uppered constant * Re-implemented method to get addon info Previous implementation wouldn't work in Python2 hosts. Will be refactored in the future. * fix '__getattr__' * added ayon api to pyproject.toml and lock file * use ayon api in common connection * added mapping for label * use ayon_api in client codebase * separated clearing cache of url and username * bump ayon api version * rename env 'OP4_TEST' to 'USE_AYON_SERVER' * Move and renamend get_addons_info to get_addons_info_as_dict in addon_distribution Should be moved to ayon_api later * Replaced requests calls with ayon_api * Replaced OP4_TEST_ENABLED with AYON_SERVER_ENABLED fixed endpoints * Hound * Hound * OP-3521 - fix wrong key in get_representation_parents parents overloads parents * OP-3521 - changes for v4 of SiteSync addon * OP-3521 - fix names * OP-3521 - remove storing project_name It should be safer to go thorug self.dbcon apparently * OP-3521 - remove unwanted "context["folder"]" can be only in dummy test data * OP-3521 - move site sync loaders to addon * Use only project instead of self.project * OP-3521 - added missed get_progress_for_repre * base of settings conversion script * simplified ayon functions in start.py * added loading of settings from ayon server * added a note about colors * fix global and local settings functions * AvalonMongoDB is not using mongo connection on ayon server enabled * 'get_dynamic_modules_dirs' is not checking system settings for paths in setting * log viewer is disabled when ayon server is enabled * basic logic of enabling/disabled addons * don't use mongo logging if ayon server is enabled * update ayon api * bump ayon api again * use ayon_api to get addons info in modules/base * update ayon api * moved helper functions to get addons and dependencies dir to common functions * Initialization of AddonInfo is not crashing on unkonwn sources * renamed 'DependencyDownloader' to 'AyonServerDownloader' * renamed function 'default_addon_downloader' to 'get_default_addon_downloader' * Added ability to convert 'WebAddonSource' to 'ServerResourceSorce' * missing dependency package on server won't cause crash * data sent to downloaders don't contain ayon specific headers * modified addon distribution to not duplicate 'ayon_api' functionality * fix doubled function defintioin * unzip client file to addon destination * formatting - unify quotes * disable usage of mongo connection if in ayon mode * renamed window.py to login_window.py * added webpublisher settings conversion * added maya conversion function * reuse variable * reuse variable (similar to previous commit) * fix ayon addons loading * fix typo 'AyonSettingsCahe' -> 'AyonSettingsCache' * fix enabled state changes * fix rr_path in royal render conversion * avoid mongo calls in AYON state * implemented custom AYON start script * fix formatting (after black) * ayon_start cleanup * 'get_addons_dir' and 'get_dependencies_dir' store value to environment variable * add docstrings to local dir functions * addon info has full name * fix modules enabled states * removed unused 'run_disk_mapping_commands' * removed ayon logic from 'start.py' * fix warning message * renamed 'openpype_common' to 'ayon_common' * removed unused import * don't import igniter * removed startup validations of third parties * change what's shown in version info * fix which keys are applied from ayon values * fix method name * get applications from attribs * Implemented UI basics to be able change user or logout * merged server.py and credentials.py * add more metadata to urls * implemented change token * implemented change user ui functionality * implemented change user ui * modify window to handle username and token value * pass username to add server * fix show UI cases * added loggin action to tray * update ayon api * added missing dependency * convert applications to config in a right way * initial implementation of 'nuke' settings conversion * removed few nuke comments * implemented hiero conversion * added imageio conversion * added run ayon tray script * fix few settings conversions * Renamed class of source classes as they are not just for addons * implemented objec to track source transfer progress * Implemented distribution item with multiple sources * Implemented ayon distribution wrapper to care about multiple things during distribution * added 'cleanup' method for downlaoders * download gets tranfer progress object * Change UploadState enum * added missing imports * use AyonDistribution in ayon_start.py * removed unused functions * removed implemented TODOs * fix import * fix key used for Web source * removed temp development fix * formatting fix * keep information if source require distribution * handle 'require_distribution' attribute in distribution process * added path attribute to server source * added option to pass addons infor to ayon distribution * fix tests * fix formatting * Fix typo * Fix typo * remove '_try_convert_to_server_source' * renamed attributes and methods to match their content * it is possible to pass dependency package info to AyonDistribution * fix called methods in tests * added public properties for error message and error detail * Added filename to WebSourceInfo Useful for GDrive sharable links where target file name is unknown/unparsable, it should be provided explicitly. * unify source conversion by adding 'convert_source' function * Fix error message Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com> * added docstring for 'transfer_progress' * don't create metadata file on read * added few docstrings * add default folder fields to folder/task queries * fix generators * add dependencies when runnign from code * add sys paths from distribution to pythonpath env * fix missing applications * added missing conversions for maya renderers * fix formatting * update ayon api * fix hashes in lock file * Use better exception Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com> * Use Python 3 syntax Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com> * apply some of sugested changes in ayon_start * added some docstrings and suggested modifications * copy create env from develop * fix rendersettings conversion * change code by suggestions * added missing args to docstring * added missing docstrings * separated downloader and download factory * fix ayon settings * added some basic file docstring to ayon_settings * join else conditions * fix project settings conversion * fix created at conversion * fix workfile info query * fix publisher UI * added utils function 'get_ayon_appdirs' * fix 'get_all_current_info' * fix server url assignment when url is set * updated ayon api * added utils functions to create local site id for ayon * added helper functions to create global connection * create global connection in ayon start to start use site id * use ayon site id in ayon mode * formatting cleanup * added header docstring * fixes after ayon_api update * load addons from ynput appdirs * fix function call * added docstring * update ayon pyton api * fix settings access * use ayon_api to get root overrides in Anatomy * bumbayon version to 0.1.13 * nuke: fixing settings keys from settings * fix burnins definitions * change v4 to AYON in thumbnail integrate * fix one more v4 information * Fixes after rebase * fix extract burnin conversion * additional fix of extract burnin * SiteSync:added missed loaders or v3 compatibility (#4587) * Added site sync loaders for v3 compatibility * Fix get_progress_for_repre * use 'files.name' instead of 'files.baseName' * update ayon api to 0.1.14 * add common to include files * change arguments for hero version creation * skip shotgrid settings conversion if different ayon addon is used * added ayon icons * fix labels of application variants * added option to show login window always on top * login window on invalid credentials is always on top * update ayon api * update ayon api * add entityType to project and folders * AYON: Editorial hierarchy creation (#4699) * disable extract hierarchy avalon when ayon mode is enabled * implemented extract hierarchy to AYON --------- Co-authored-by: Petr Kalis <petr.kalis@gmail.com> Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com> Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com> Co-authored-by: Jakub Jezek <jakubjezek001@gmail.com>
384 lines
11 KiB
Python
384 lines
11 KiB
Python
import os
|
|
import sys
|
|
import subprocess
|
|
import platform
|
|
import json
|
|
import tempfile
|
|
|
|
from openpype import AYON_SERVER_ENABLED
|
|
|
|
from .log import Logger
|
|
from .vendor_bin_utils import find_executable
|
|
|
|
from .openpype_version import is_running_from_build
|
|
|
|
# MSDN process creation flag (Windows only)
|
|
CREATE_NO_WINDOW = 0x08000000
|
|
|
|
|
|
def execute(args,
|
|
silent=False,
|
|
cwd=None,
|
|
env=None,
|
|
shell=None):
|
|
"""Execute command as process.
|
|
|
|
This will execute given command as process, monitor its output
|
|
and log it appropriately.
|
|
|
|
.. seealso::
|
|
|
|
:mod:`subprocess` module in Python.
|
|
|
|
Args:
|
|
args (list): list of arguments passed to process.
|
|
silent (bool): control output of executed process.
|
|
cwd (str): current working directory for process.
|
|
env (dict): environment variables for process.
|
|
shell (bool): use shell to execute, default is no.
|
|
|
|
Returns:
|
|
int: return code of process
|
|
|
|
"""
|
|
|
|
log_levels = ['DEBUG:', 'INFO:', 'ERROR:', 'WARNING:', 'CRITICAL:']
|
|
|
|
log = Logger.get_logger('execute')
|
|
log.info("Executing ({})".format(" ".join(args)))
|
|
popen = subprocess.Popen(
|
|
args,
|
|
stdout=subprocess.PIPE,
|
|
stderr=subprocess.STDOUT,
|
|
universal_newlines=True,
|
|
bufsize=1,
|
|
cwd=cwd,
|
|
env=env or os.environ,
|
|
shell=shell
|
|
)
|
|
|
|
# Blocks until finished
|
|
while True:
|
|
line = popen.stdout.readline()
|
|
if line == '':
|
|
break
|
|
if silent:
|
|
continue
|
|
line_test = False
|
|
for test_string in log_levels:
|
|
if line.startswith(test_string):
|
|
line_test = True
|
|
break
|
|
if not line_test:
|
|
print(line[:-1])
|
|
|
|
log.info("Execution is finishing up ...")
|
|
|
|
popen.wait()
|
|
return popen.returncode
|
|
|
|
|
|
def run_subprocess(*args, **kwargs):
|
|
"""Convenience method for getting output errors for subprocess.
|
|
|
|
Output logged when process finish.
|
|
|
|
Entered arguments and keyword arguments are passed to subprocess Popen.
|
|
|
|
On windows are 'creationflags' filled with flags that should cause ignore
|
|
creation of new window.
|
|
|
|
Args:
|
|
*args: Variable length argument list passed to Popen.
|
|
**kwargs : Arbitrary keyword arguments passed to Popen. Is possible to
|
|
pass `logging.Logger` object under "logger" to use custom logger
|
|
for output.
|
|
|
|
Returns:
|
|
str: Full output of subprocess concatenated stdout and stderr.
|
|
|
|
Raises:
|
|
RuntimeError: Exception is raised if process finished with nonzero
|
|
return code.
|
|
"""
|
|
|
|
# Modify creation flags on windows to hide console window if in UI mode
|
|
if (
|
|
platform.system().lower() == "windows"
|
|
and "creationflags" not in kwargs
|
|
# shell=True already tries to hide the console window
|
|
# and passing these creationflags then shows the window again
|
|
# so we avoid it for shell=True cases
|
|
and kwargs.get("shell") is not True
|
|
):
|
|
kwargs["creationflags"] = (
|
|
subprocess.CREATE_NEW_PROCESS_GROUP
|
|
| getattr(subprocess, "DETACHED_PROCESS", 0)
|
|
| getattr(subprocess, "CREATE_NO_WINDOW", 0)
|
|
)
|
|
|
|
# Get environents from kwarg or use current process environments if were
|
|
# not passed.
|
|
env = kwargs.get("env") or os.environ
|
|
# Make sure environment contains only strings
|
|
filtered_env = {str(k): str(v) for k, v in env.items()}
|
|
|
|
# Use lib's logger if was not passed with kwargs.
|
|
logger = kwargs.pop("logger", None)
|
|
if logger is None:
|
|
logger = Logger.get_logger("run_subprocess")
|
|
|
|
# set overrides
|
|
kwargs["stdout"] = kwargs.get("stdout", subprocess.PIPE)
|
|
kwargs["stderr"] = kwargs.get("stderr", subprocess.PIPE)
|
|
kwargs["stdin"] = kwargs.get("stdin", subprocess.PIPE)
|
|
kwargs["env"] = filtered_env
|
|
|
|
proc = subprocess.Popen(*args, **kwargs)
|
|
|
|
full_output = ""
|
|
_stdout, _stderr = proc.communicate()
|
|
if _stdout:
|
|
_stdout = _stdout.decode("utf-8", errors="backslashreplace")
|
|
full_output += _stdout
|
|
logger.debug(_stdout)
|
|
|
|
if _stderr:
|
|
_stderr = _stderr.decode("utf-8", errors="backslashreplace")
|
|
# Add additional line break if output already contains stdout
|
|
if full_output:
|
|
full_output += "\n"
|
|
full_output += _stderr
|
|
logger.info(_stderr)
|
|
|
|
if proc.returncode != 0:
|
|
exc_msg = "Executing arguments was not successful: \"{}\"".format(args)
|
|
if _stdout:
|
|
exc_msg += "\n\nOutput:\n{}".format(_stdout)
|
|
|
|
if _stderr:
|
|
exc_msg += "Error:\n{}".format(_stderr)
|
|
|
|
raise RuntimeError(exc_msg)
|
|
|
|
return full_output
|
|
|
|
|
|
def clean_envs_for_openpype_process(env=None):
|
|
"""Modify environments that may affect OpenPype process.
|
|
|
|
Main reason to implement this function is to pop PYTHONPATH which may be
|
|
affected by in-host environments.
|
|
"""
|
|
if env is None:
|
|
env = os.environ
|
|
|
|
# Exclude some environment variables from a copy of the environment
|
|
env = env.copy()
|
|
for key in ["PYTHONPATH", "PYTHONHOME"]:
|
|
env.pop(key, None)
|
|
|
|
return env
|
|
|
|
|
|
def run_openpype_process(*args, **kwargs):
|
|
"""Execute OpenPype process with passed arguments and wait.
|
|
|
|
Wrapper for 'run_process' which prepends OpenPype executable arguments
|
|
before passed arguments and define environments if are not passed.
|
|
|
|
Values from 'os.environ' are used for environments if are not passed.
|
|
They are cleaned using 'clean_envs_for_openpype_process' function.
|
|
|
|
Example:
|
|
```
|
|
run_detached_process("run", "<path to .py script>")
|
|
```
|
|
|
|
Args:
|
|
*args (tuple): OpenPype cli arguments.
|
|
**kwargs (dict): Keyword arguments for for subprocess.Popen.
|
|
"""
|
|
args = get_openpype_execute_args(*args)
|
|
env = kwargs.pop("env", None)
|
|
# Keep env untouched if are passed and not empty
|
|
if not env:
|
|
# Skip envs that can affect OpenPype process
|
|
# - fill more if you find more
|
|
env = clean_envs_for_openpype_process(os.environ)
|
|
|
|
# Only keep OpenPype version if we are running from build.
|
|
if not is_running_from_build():
|
|
env.pop("OPENPYPE_VERSION", None)
|
|
|
|
return run_subprocess(args, env=env, **kwargs)
|
|
|
|
|
|
def run_detached_process(args, **kwargs):
|
|
"""Execute process with passed arguments as separated process.
|
|
|
|
Values from 'os.environ' are used for environments if are not passed.
|
|
They are cleaned using 'clean_envs_for_openpype_process' function.
|
|
|
|
Example:
|
|
```
|
|
run_detached_openpype_process("run", "<path to .py script>")
|
|
```
|
|
|
|
Args:
|
|
*args (tuple): OpenPype cli arguments.
|
|
**kwargs (dict): Keyword arguments for for subprocess.Popen.
|
|
|
|
Returns:
|
|
subprocess.Popen: Pointer to launched process but it is possible that
|
|
launched process is already killed (on linux).
|
|
"""
|
|
env = kwargs.pop("env", None)
|
|
# Keep env untouched if are passed and not empty
|
|
if not env:
|
|
env = os.environ
|
|
|
|
# Create copy of passed env
|
|
kwargs["env"] = {k: v for k, v in env.items()}
|
|
|
|
low_platform = platform.system().lower()
|
|
if low_platform == "darwin":
|
|
new_args = ["open", "-na", args.pop(0), "--args"]
|
|
new_args.extend(args)
|
|
args = new_args
|
|
|
|
elif low_platform == "windows":
|
|
flags = (
|
|
subprocess.CREATE_NEW_PROCESS_GROUP
|
|
| subprocess.DETACHED_PROCESS
|
|
)
|
|
kwargs["creationflags"] = flags
|
|
|
|
if not sys.stdout:
|
|
kwargs["stdout"] = subprocess.DEVNULL
|
|
kwargs["stderr"] = subprocess.DEVNULL
|
|
|
|
elif low_platform == "linux" and get_linux_launcher_args() is not None:
|
|
json_data = {
|
|
"args": args,
|
|
"env": kwargs.pop("env")
|
|
}
|
|
json_temp = tempfile.NamedTemporaryFile(
|
|
mode="w", prefix="op_app_args", suffix=".json", delete=False
|
|
)
|
|
json_temp.close()
|
|
json_temp_filpath = json_temp.name
|
|
with open(json_temp_filpath, "w") as stream:
|
|
json.dump(json_data, stream)
|
|
|
|
new_args = get_linux_launcher_args()
|
|
new_args.append(json_temp_filpath)
|
|
|
|
# Create mid-process which will launch application
|
|
process = subprocess.Popen(new_args, **kwargs)
|
|
# Wait until the process finishes
|
|
# - This is important! The process would stay in "open" state.
|
|
process.wait()
|
|
# Remove the temp file
|
|
os.remove(json_temp_filpath)
|
|
# Return process which is already terminated
|
|
return process
|
|
|
|
process = subprocess.Popen(args, **kwargs)
|
|
return process
|
|
|
|
|
|
def path_to_subprocess_arg(path):
|
|
"""Prepare path for subprocess arguments.
|
|
|
|
Returned path can be wrapped with quotes or kept as is.
|
|
"""
|
|
return subprocess.list2cmdline([path])
|
|
|
|
|
|
def get_pype_execute_args(*args):
|
|
"""Backwards compatible function for 'get_openpype_execute_args'."""
|
|
import traceback
|
|
|
|
log = Logger.get_logger("get_pype_execute_args")
|
|
stack = "\n".join(traceback.format_stack())
|
|
log.warning((
|
|
"Using deprecated function 'get_pype_execute_args'. Called from:\n{}"
|
|
).format(stack))
|
|
return get_openpype_execute_args(*args)
|
|
|
|
|
|
def get_openpype_execute_args(*args):
|
|
"""Arguments to run pype command.
|
|
|
|
Arguments for subprocess when need to spawn new pype process. Which may be
|
|
needed when new python process for pype scripts must be executed in build
|
|
pype.
|
|
|
|
## Why is this needed?
|
|
Pype executed from code has different executable set to virtual env python
|
|
and must have path to script as first argument which is not needed for
|
|
build pype.
|
|
|
|
It is possible to pass any arguments that will be added after pype
|
|
executables.
|
|
"""
|
|
executable = os.environ["OPENPYPE_EXECUTABLE"]
|
|
launch_args = [executable]
|
|
|
|
executable_filename = os.path.basename(executable)
|
|
if "python" in executable_filename.lower():
|
|
filename = "start.py"
|
|
if AYON_SERVER_ENABLED:
|
|
filename = "ayon_start.py"
|
|
launch_args.append(
|
|
os.path.join(os.environ["OPENPYPE_ROOT"], filename)
|
|
)
|
|
|
|
if args:
|
|
launch_args.extend(args)
|
|
|
|
return launch_args
|
|
|
|
|
|
def get_linux_launcher_args(*args):
|
|
"""Path to application mid process executable.
|
|
|
|
This function should be able as arguments are different when used
|
|
from code and build.
|
|
|
|
It is possible that this function is used in OpenPype build which does
|
|
not have yet the new executable. In that case 'None' is returned.
|
|
|
|
Args:
|
|
args (iterable): List of additional arguments added after executable
|
|
argument.
|
|
|
|
Returns:
|
|
list: Executables with possible positional argument to script when
|
|
called from code.
|
|
"""
|
|
filename = "app_launcher"
|
|
openpype_executable = os.environ["OPENPYPE_EXECUTABLE"]
|
|
|
|
executable_filename = os.path.basename(openpype_executable)
|
|
if "python" in executable_filename.lower():
|
|
script_path = os.path.join(
|
|
os.environ["OPENPYPE_ROOT"],
|
|
"{}.py".format(filename)
|
|
)
|
|
launch_args = [openpype_executable, script_path]
|
|
else:
|
|
new_executable = os.path.join(
|
|
os.path.dirname(openpype_executable),
|
|
filename
|
|
)
|
|
executable_path = find_executable(new_executable)
|
|
if executable_path is None:
|
|
return None
|
|
launch_args = [executable_path]
|
|
|
|
if args:
|
|
launch_args.extend(args)
|
|
|
|
return launch_args
|