Petr Kalis
90b5dfd30d
OP-4845 - merge
2023-08-02 14:53:17 +02:00
Petr Kalis
aa5d8beec7
Merge branch 'develop' of github.com:ynput/OpenPype into feature/OP-4845_Deadline-Addon
2023-08-02 14:49:36 +02:00
Jakub Trllo
c71aae5fd8
added missing imports
2023-08-02 14:21:24 +02:00
Petr Kalis
ed3e5a8c6b
OP-4845 - fix missing AYON_BUNDLE_NAME
2023-08-02 14:20:07 +02:00
Petr Kalis
4b6bee1c76
OP-4845 - fix missing import AYON_SERVER_ENABLED
2023-08-02 14:17:50 +02:00
Milan Kolar
a161a5113f
Merge pull request #5381 from ynput/bugfix/unreal-ayon-launch
2023-08-02 14:09:23 +02:00
Petr Kalis
11c766eca7
Update openpype/modules/deadline/plugins/publish/submit_publish_job.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-02 14:09:03 +02:00
Petr Kalis
ee0a39d945
Update openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-02 14:08:53 +02:00
Petr Kalis
6714911192
Update openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-02 14:08:38 +02:00
Petr Kalis
b8e7ec2912
Update openpype/modules/deadline/abstract_submit_deadline.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-02 14:08:22 +02:00
Petr Kalis
31eabd4e63
OP-4845 - sanitizing deadline url
...
Deadline behaves weirdly if trailing slash is left in webservice url. This should remove it.
2023-08-02 13:48:15 +02:00
Petr Kalis
0a42984915
Merge branch 'develop' of github.com:ynput/OpenPype into feature/OP-4845_Deadline-Addon
2023-08-02 13:46:13 +02:00
Jakub Trllo
ebd0d016b2
updated unreal integration submodule
2023-08-02 13:02:34 +02:00
64qam
1b07686daf
Merge pull request #5376 from ynput/bugfix/OP-6472_nuke-broken-sequence-loading
2023-08-02 11:51:08 +02:00
Simone Barbieri
7a5ecce6cc
Better way to get integration path
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-02 10:46:53 +01:00
Simone Barbieri
ad82adbeca
Use new env variable to get integration path
2023-08-02 10:21:27 +01:00
Jakub Trllo
48ac6c8ed1
define 'AYON_UNREAL_ROOT' environment variable in unreal addon
2023-08-02 10:09:11 +02:00
github-actions[bot]
31fc87a667
chore(): update bug report / version
2023-08-02 03:25:40 +00:00
ynbot
69b27007aa
[Automated] Merged main into develop
2023-08-02 05:25:09 +02:00
Ynbot
6cb9779e6a
[Automated] Bump version
2023-08-02 03:24:56 +00:00
ynbot
3567b9137d
[Automated] Merged develop into main
2023-08-02 05:23:54 +02:00
Milan Kolar
0871922c53
Merge pull request #5349 from ynput/enhancement/OP-6398_unreal-better-handling-exception-ueworkers
2023-08-01 20:22:06 +02:00
Jakub Trllo
93e02e8855
AYON: Fix settings conversion for ayon addons ( #5377 )
...
* fix settings conversion for ayon addons
* Removed empty line
2023-08-01 16:55:15 +02:00
Petr Kalis
d33d20b548
Nuke: returned not cleaning of renders folder on the farm ( #5374 )
...
* OP-6439 - mark farm rendered images for deletion only if not persistent
Farm produces images into `renders` folder, which might be set as persistent for some hosts (Nuke). Mark rendered images for explicit deletion if they are not stored in persistent staging folder.
* OP-6439 - allow storing of stagingDir_persistent into metadata.json
Instance could carry `stagingDir_persistent` flag denoting that staging dir shouldnt be deleted. This allow to propagate this into farm publishing.
TODO - shouldnt this be on representation as stagingDir is there and each repre could have different stagingDir?
* OP-6439 - mark all Nuke staging dir as persistent
Backward compatibility as previously Nuke kept images rendered in `renders` eg. stagingDir. There are workflows which rely on presence of files in `renders` folder.
* Update openpype/pipeline/farm/pyblish_functions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-01 15:37:57 +02:00
Jakub Jezek
6c8d2f2307
fixing sequence loading
2023-08-01 14:40:17 +02:00
Petr Kalis
a8ab471f84
OP-4845 - removed unnecessary env var
...
Used only when connecting to OP MongoDB.
2023-08-01 12:05:23 +02:00
Jakub Trllo
6196ded1a9
Chore: Python 2 support fix ( #5375 )
...
* remove f-string formatting
* added python 2 compatible click into python 2 vendor
2023-08-01 10:46:59 +02:00
Milan Kolar
c8c6c12f83
Merge pull request #5359 from ynput/bugfix/houdini_clear_selection
2023-08-01 10:33:22 +02:00
Milan Kolar
64d34a3fc5
Merge pull request #5372 from ynput/enhancement/ayon-staging-icons
2023-08-01 10:31:49 +02:00
Jakub Trllo
28768dc012
AYON: Environment variables and functions ( #5361 )
...
* use proper start script
* implemented ayon variants of execute functions
* more suitable names of functions
* use 'PACKAGE_DIR' instead of 'OPENPYPE_REPOS_ROOT' environment variable
* use suitable enviornment variables in ayon mode
* keep sync server in openpype
* Better comment
2023-07-31 18:37:46 +02:00
Petr Kalis
65c9582d55
Nuke: farm rendering of prerender ignore roots in nuke ( #5366 )
...
* OP-6407 - fix wrong value used in comparison
`prerender.farm` is correct value for prerender family sent to farm
* OP-6407 - added test class for prerender family
2023-07-31 18:28:39 +02:00
Jakub Ježek
ce94ee8016
Merge pull request #5332 from tokejepsen/enhancement/OP-3555_Nuke-Render-and-Prerender-nodes-Process-Order
2023-07-31 16:34:35 +02:00
Jakub Ježek
5a5285337a
Merge branch 'develop' into enhancement/OP-3555_Nuke-Render-and-Prerender-nodes-Process-Order
2023-07-31 16:34:19 +02:00
Jakub Trllo
8d1b28f8d7
updated ayon staging icons
2023-07-31 15:14:50 +02:00
Mustafa Zarkash
40037b050c
update defaults variables ( #5368 )
2023-07-31 15:01:18 +02:00
Simone Barbieri
d2871289b6
Merge pull request #5370 from ynput/bugfix/unreal_splash_screaan
2023-07-31 10:13:50 +01:00
Jakub Trllo
20987f82de
move unreal splash screen to unreal
2023-07-31 10:53:50 +02:00
Milan Kolar
f22d28808b
Merge pull request #5336 from tokejepsen/bugfix/maya_validate_model_content
2023-07-31 09:51:47 +02:00
github-actions[bot]
9a06b4f591
chore(): update bug report / version
2023-07-29 03:25:00 +00:00
ynbot
20b551a066
[Automated] Merged main into develop
2023-07-29 05:24:24 +02:00
Ynbot
4247fce5a9
[Automated] Bump version
2023-07-29 03:24:13 +00:00
ynbot
74654937e3
[Automated] Merged develop into main
2023-07-29 05:23:31 +02:00
Jakub Ježek
df39f15bb7
Merge pull request #5317 from tokejepsen/enhancement/resolve_documentation
2023-07-28 16:45:34 +02:00
Jakub Trllo
0d9ea4aa26
Applications: Environment variables order ( #5245 )
...
* apply project environemnts after context environments are set
* make asset and task environments optional
* added more conditions for host environemnts
* validate context for host
* fix double negative
2023-07-28 15:46:32 +02:00
Kayla Man
a40b0427a7
Merge pull request #5360 from ynput/bugfix/no_render_camera_selected_karma_rop
...
Houdini: Correct camera selection for karma renderer when using selected node
2023-07-28 20:38:58 +08:00
Kayla Man
70252ad34d
Merge branch 'develop' into bugfix/no_render_camera_selected_karma_rop
2023-07-28 20:38:46 +08:00
Jakub Trllo
b43cac0b51
AYON: Addons creation enhancements ( #5356 )
...
* updated nuke settings
* added addon version to zip filename
* fix Pattern type hint
* added ignored subdirs for openpype
* added titles to addons
* type hint fix - again
* modified settings conversion
* updated aftereffects settings
* updated blender settings
* updated clockify settings
* updated core settings
* updated deadline settings
* updated harmo settings
* updated kistsu settings
* updated maya settings
* updated muster settings
* updated royal render settings
* updated timers manager settings
* updated traypublisher settings
* implemented conversion of rr paths
* formatting fix
2023-07-28 11:51:23 +02:00
Kayla Man
7aba02ab73
make sure the type of selected node is camera
2023-07-28 17:20:53 +08:00
Kayla Man
404079f07f
fixing the bug of not being able to select the camera when using selection
2023-07-28 13:29:14 +08:00
Milan Kolar
6deace97d6
Merge pull request #5296 from ynput/bugfix/maya_validate_frame_rang_fix
2023-07-27 22:56:33 +02:00