-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'icvr/adaptor_improvements' into icvr/perforce
# Conflicts: # auto-update-plugin.bat # pyproject.toml # src/deadline/unreal_submitter/common.py # src/deadline/unreal_submitter/exceptions.py # src/deadline/unreal_submitter/perforce_api.py # src/deadline/unreal_submitter/unreal_open_job/unreal_open_job.py # src/deadline/unreal_submitter/unreal_open_job/unreal_open_job_step.py # src/unreal_plugin/Source/UnrealDeadlineCloudService/Private/DeadlineCloudJobSettings/DeadlineCloudDetailsWidgetsHelper.cpp # test/deadline_submitter_for_unreal/unit/test_preforce_api.py
- Loading branch information
Showing
7 changed files
with
95 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1 @@ | ||
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
# | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job_entity import ( | ||
# UnrealOpenJobEntity, | ||
# OpenJobParameterNames, | ||
# OpenJobStepParameterNames, | ||
# PARAMETER_DEFINITION_MAPPING | ||
# ) | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job import ( | ||
# UnrealOpenJob, | ||
# RenderUnrealOpenJob, | ||
# UnrealOpenJobParameterDefinition | ||
# ) | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job_step import ( | ||
# UnrealOpenJobStep, | ||
# RenderUnrealOpenJobStep, | ||
# UnrealOpenJobStepParameterDefinition | ||
# ) | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job_environment import ( | ||
# UnrealOpenJobEnvironment, | ||
# UnrealOpenJobUgsEnvironment | ||
# ) | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job_shared_settings import ( | ||
# JobSharedSettings | ||
# ) | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job_step_host_requirements import ( | ||
# HostRequirements | ||
# ) | ||
# from deadline.unreal_submitter.unreal_open_job.unreal_open_job_parameters_consistency import ( | ||
# ParametersConsistencyChecker, | ||
# ParametersConsistencyCheckResult | ||
# ) |