Commit graph

703 commits

Author SHA1 Message Date
Ondřej Samohel
0cb5c3814d Merge remote-tracking branch 'origin/develop' into feature/houdini_export_task 2023-12-06 11:03:06 +01:00
Toke Jepsen
5e59ffce81
hou module should be within class code. (#5954) 2023-12-05 14:28:33 +01:00
Libor Batek
68161692f3
Merge pull request #5949 from ynput/bugfix/OP-7378-blender-deadline_chunk_size_issue
Blender: Fix Deadline Frames per task
2023-11-29 12:15:20 +01:00
Simone Barbieri
1abbee13a0 Fix missing ScheduledType 2023-11-29 10:40:02 +01:00
Simone Barbieri
d4afd11241 Added placeholder and tooltip for delay attribute 2023-11-29 09:48:41 +01:00
Simone Barbieri
a35f9d935e Reverted family to render and fixed problems with family 2023-11-24 15:37:27 +00:00
Simone Barbieri
862cb05d2f Get comment from instance 2023-11-24 14:47:16 +00:00
Simone Barbieri
5162d8e407 Added Delay option 2023-11-24 12:20:38 +00:00
Kayla Man
182287c032 resolve conflict 2023-11-24 12:56:17 +08:00
Simone Barbieri
44b4d04bbe Added attributes to publisher and fixed chunk size 2023-11-23 16:24:41 +00:00
Kayla Man
85c73fa52c remove duplicated variable of MTOA verbosity level in submit maya deadline 2023-11-22 22:52:00 +08:00
Kayla Man
3b5f7d24af
Merge branch 'develop' into bugfix/OP-6926_MToA-verbosity-levels-not-preserved-on-farm 2023-11-22 20:36:39 +08:00
Kayla Man
cd4f603b4e supports the settings of additional plugin info and job info 2023-11-21 13:46:13 +08:00
Kayla Man
b0ab09201a add optional validator to check verbosity level in Arnold and plugin info for arnold verbose 2023-11-20 16:48:03 +08:00
Jakub Trllo
a3fc30b408
use project, task and host name from context data (#5918) 2023-11-16 15:27:33 +01:00
Roy Nieterau
4d48a6981b
Bugfix: Ayon Deadline env vars + error message on no executable found (#5815)
* Fix ingesting env vars correctly for `DeadlinePlugin.RunProcess`

* Fix error message reporting `;` between each character of the string

* Cosmetics

* Use `SetEnvironmentVariable` instead of `SetProcessEnvironmentVariable` because it's a Simple Plugin

See: https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/environment.html#job-rendering
2023-11-15 11:25:47 +01:00
Toke Jepsen
f7d76617c0
Testing: Validate Maya Logs (#5775)
* Working version

* Improve launched app communication

* Move imports to methods.

* Update tests/integration/hosts/maya/test_publish_in_maya.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Collect errors from process

* fix startup scripts arguments

* Update openpype/lib/applications.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Fix application polling

* Docstring

* Revert stdout and stderr

* Revert subprocess.PIPE

* Added missed imports

If we are moving these because of testing, lets move all of them

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-11-07 16:51:54 +01:00
Jakub Ježek
8e3b40a0b9
Merge pull request #5732 from tokejepsen/enhancement/nuke_workfile_dependency 2023-10-30 12:00:11 +01:00
MustafaJafar
3abc227198 Merge branch 'develop' into bugfix/OP-6806_Houdini-wrong-frame-calculation-with-handles 2023-10-18 17:31:39 +03:00
Petr Kalis
32ce067132 OP-7134 - added missing OPENPYPE_VERSION 2023-10-17 10:11:47 +02:00
Toke Stuart Jepsen
523633c1aa Optional workfile dependency 2023-10-09 12:53:46 +01:00
Mustafa-Zarkash
2def83c481 Merge branch 'develop' into bugfix/OP-6806_Houdini-wrong-frame-calculation-with-handles 2023-10-06 22:22:44 +03:00
Mustafa-Zarkash
4b02645618 update frame data when rendering current frame 2023-10-06 17:27:35 +03:00
Petr Kalis
12f4128901
Fusion: added missing env vars to Deadline submission (#5659)
* OP-6930 - added missing env vars to Fusion Deadline submission

Without this injection of environment variables won't start.

* OP-6930 - removed unnecessary env var

* OP-6930 - removed unnecessary env var
2023-10-05 16:46:20 +02:00
Petr Kalis
52c65c9b6c
Fusion: implement toggle to use Deadline plugin FusionCmd (#5678)
* OP-6971 - changed DL plugin to FusionCmd

Fusion 17 doesn't work in DL 10.3, but FusionCmd does. It might be probably better option as headless variant.

* OP-6971 - added dropdown to Project Settings

* OP-6971 - updated settings for Ayon

* OP-6971 - added default

* OP-6971 - bumped up version

* Update openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-10-05 16:03:56 +02:00
Mustafa-Zarkash
0c63b26915 resolve some comments and add frame range validator 2023-10-04 23:29:25 +03:00
Mustafa-Zarkash
cc7f152404 resolve hound 2023-10-04 17:15:42 +03:00
Mustafa-Zarkash
8ab9e6d6b2 consider handleStart and End when submitting a deadline render job 2023-10-04 17:00:01 +03:00
Claudio Hickstein
090f1e041b
Deadline: handle all valid paths in RenderExecutable (#5694)
* handle all valid paths in RenderExecutable

* Update openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-04 11:17:22 +02:00
Kayla Man
c4202e7fca
Merge branch 'develop' into enhancement/ocio_configuration_max_2024 2023-10-03 18:09:15 +08:00
Simone Barbieri
66fa00157c
Merge branch 'develop' into feature/OP-6372-blender-deadline 2023-10-02 14:51:51 +01:00
Simone Barbieri
8e1f3beff6 Fixed render job environment variables 2023-10-02 12:45:50 +01:00
Kayla Man
559e49abcc add ftrack and kitsu environments 2023-09-21 23:41:54 +08:00
Kayla Man
98cc7357d3 make sure all the necessary environment variables needed to be there 2023-09-21 22:44:38 +08:00
Kayla Man
7a765bd528 mustafa's comment on deadline plugin and fix the bug of not getting right env variable 2023-09-21 20:09:59 +08:00
Kayla Man
5e5db076d1 remove unrelated codes to this pull request 2023-09-21 11:42:42 +08:00
Kayla Man
c937df50ff
Merge branch 'develop' into enhancement/OP-6381_Update-deadline-GlobalJobPreLoad-to-update-job-env 2023-09-21 11:04:04 +08:00
Ondřej Samohel
75e265198b
Merge pull request #5186 from tokejepsen/enhancement/OP-5265_Use-custom-staging-dir-function-for-Maya-renders 2023-09-20 16:24:56 +02:00
Simone Barbieri
2acbf241ad Changed family to "render" 2023-09-15 18:05:23 +01:00
Simone Barbieri
96638726a9 Produce reviews for the beauty render when publishing 2023-09-15 13:09:32 +01:00
Simone Barbieri
13b1ef5f18 Merge branch 'develop' into feature/OP-6372-blender-deadline 2023-09-15 09:56:30 +01:00
Mustafa-Zarkash
0c09a6772c BigRoy's comment 2023-09-15 09:50:13 +03:00
Mustafa-Zarkash
1ec11da6f7 add a developer note 2023-09-14 23:23:31 +03:00
Mustafa-Zarkash
f7cc7f1908 BigRoy's comment 2023-09-14 23:17:52 +03:00
Mustafa-Zarkash
254a185963 set PATH environment in deadline jobs 2023-09-14 22:35:04 +03:00
Kayla Man
d8877265e2 jakub's comment and resolve the conflict 2023-09-11 16:41:15 +08:00
Kayla Man
4aa8f5ac5f big roy's comments on the code fix 2023-09-06 16:35:46 +08:00
Roy Nieterau
d36b2f1514 Merge remote-tracking branch 'upstream/develop' into enhancement/tweak_logging
# Conflicts:
#	openpype/plugins/publish/extract_hierarchy_to_ayon.py
2023-09-05 12:06:43 +02:00
Kayla Man
4b8a686d65 make sure the system wont do any popup if there is no main window 2023-09-05 16:59:04 +08:00
Jakub Trllo
aa9846dcbd removed logic where the script is used 2023-09-04 13:25:35 +02:00