Commit graph

222 commits

Author SHA1 Message Date
Jakub Trllo
53b25cb77e fix import 2024-05-14 13:28:41 +02:00
MustafaJafar
fd18973536 Merge branch 'develop' into enhancement/AY-1009_Houdini-Local-Rendering 2024-05-13 08:29:43 +03:00
Jakub Trllo
2e6ee298a7 removed unnecessary check for 'deadline' key 2024-05-09 15:18:25 +02:00
Jakub Trllo
270921f63e use preferred order in condition 2024-05-09 15:18:10 +02:00
Petr Kalis
3e6e66492c
Merge pull request #200 from ynput/feature/AY-745_Deadline-webservice-password
Deadline: webservice password
2024-05-06 17:12:44 +02:00
Petr Kalis
22d1837db5 AY-745 - fixe for cache submissions 2024-05-03 16:36:09 +02:00
Petr Kalis
5fed3d7b2f AY-745 - added missed blender for credential collection 2024-05-03 16:31:42 +02:00
Petr Kalis
090304a4a8 Refactor - move deadline plugins later
Run them after collect render plugins to better differentiate between local and farm targetted plugins.
2024-04-18 14:07:51 +02:00
Petr Kalis
e8c48ce2c0 Merge remote-tracking branch 'origin/feature/AY-745_Deadline-webservice-password' into feature/AY-745_Deadline-webservice-password 2024-04-18 13:07:00 +02:00
Petr Kalis
1525443c94 Merge branch 'develop' of https://github.com/ynput/ayon-core into feature/AY-745_Deadline-webservice-password 2024-04-18 13:06:38 +02:00
Petr Kalis
4bc5395812 Refactor - updated names for default deadline url 2024-04-18 13:06:31 +02:00
Roy Nieterau
03cfed2c79 Add more family so attribute definitions show in Nuke and Fusion for render, image and prerender.
This should be safe because `instance.data.get("farm")` is checked in `process()` and if not true the processing is skipped anyway - so if e.g. a render instance in Fusion is set to render local instead of on the farm the actual attribute definition does show - but the processing of the plug-in is skipped regardless.
2024-04-17 20:33:39 +02:00
Roy Nieterau
e6fbc81abd
Merge branch 'develop' into chore/deadline_remove_suspend_publish 2024-04-17 20:15:45 +02:00
Petr Kalis
ff2296def6
Removed unneeded import
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-16 11:33:46 +02:00
Petr Kalis
48a1dc86ff
Add todo
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-16 11:33:21 +02:00
Petr Kalis
f43fbc239c
Use collected host name
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-16 11:32:41 +02:00
Petr Kalis
497ce6d012
Update client/ayon_core/modules/deadline/plugins/publish/submit_celaction_deadline.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-16 11:31:09 +02:00
MustafaJafar
935bbc5a4d Merge branch 'develop' into enhancement/AY-1009_Houdini-Local-Rendering 2024-04-15 12:20:48 +02:00
Petr Kalis
0f24d099ec Merge branch 'chore/cleanup_abstract_collect_render' of https://github.com/BigRoy/ayon-core into chore/cleanup_abstract_collect_render 2024-04-11 17:53:07 +02:00
Petr Kalis
cc42c4d5a8 Fix - use differently named variable
Original `instance` variable might shadow wanted `render-like` instance if wrong order of instances get processed.
2024-04-11 17:52:38 +02:00
Jakub Trllo
5b9a08e154
Merge pull request #388 from ynput/enhancement/remove-unused-imports
Chore: Remove unused imports
2024-04-11 16:27:55 +02:00
Jakub Trllo
40c41f82ec ignore unused import in loader action 2024-04-10 11:25:18 +02:00
Jakub Trllo
8a49a5533d modify RR imports in api.py
added noqa F401 for ruff which does not use python 2 type hinting
2024-04-10 11:10:49 +02:00
Jakub Trllo
640bbaadec remove unused import in ayon core 2024-04-10 11:04:48 +02:00
MustafaJafar
6151ff57e2 skip submission if farm is disabled 2024-04-09 22:30:01 +02:00
MustafaJafar
75879f54be revert changes 2024-04-09 22:28:53 +02:00
MustafaJafar
4c0691a1e4 Merge branch 'develop' into enhancement/AY-1009_Houdini-Local-Rendering 2024-04-09 09:28:47 +02:00
Fabià Serra Arrizabalaga
51569b17db Pass env var used to login to ayon-shotgrid addon 2024-04-05 22:38:23 +02:00
Petr Kalis
70fe7ef5ad Merge remote-tracking branch 'origin/feature/AY-745_Deadline-webservice-password' into feature/AY-745_Deadline-webservice-password 2024-04-05 11:30:56 +02:00
Petr Kalis
5b2a545697 Merge branch 'develop' of https://github.com/ynput/ayon-core into feature/AY-745_Deadline-webservice-password 2024-04-05 11:18:49 +02:00
Petr Kalis
4332c50736 AY-747- refactor passing of auth
No necessary to pass kwargs
2024-04-05 11:18:41 +02:00
Petr Kalis
cba1dae30f
Update client/ayon_core/modules/deadline/plugins/publish/help/validate_deadline_connection.xml
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-04-05 11:14:22 +02:00
Petr Kalis
26a11a5628 AY-747- refactor query default 2024-04-05 11:10:23 +02:00
Petr Kalis
c4c56f8d3f AY-747- refactor name of variable 2024-04-05 11:09:27 +02:00
Petr Kalis
766cbd9f57 Refactor change docstring 2024-04-04 17:13:00 +02:00
Petr Kalis
50127b9d84 Refactor name to denote multiple servers 2024-04-04 17:11:21 +02:00
MustafaJafar
4e6bd3d336 remove the un-necessary 'render.farm.hou' intermidate family 2024-04-04 12:32:57 +02:00
Jakub Trllo
9f8b65d977
Merge pull request #297 from ynput/feature/AY-1103_Applications-addon
Chore: Applications addon
2024-04-02 15:47:07 +02:00
Jakub Trllo
a3da47fe81 pass settings variant to jobs 2024-04-02 12:16:29 +02:00
Jakub Trllo
73c4553133 add bundle name to render jobs 2024-04-02 12:16:16 +02:00
MustafaJafar
c7e0821ff5 support local rendering for vray_rop 2024-03-29 17:42:49 +02:00
MustafaJafar
0ba5fee7e2 support local rendering for arnold_rop 2024-03-29 17:23:56 +02:00
MustafaJafar
313a7a2456 support local rendering for redshift_rop 2024-03-29 17:02:26 +02:00
MustafaJafar
068b9c3f4e support local rendering for karma_rop 2024-03-29 16:32:43 +02:00
MustafaJafar
941e80dd95 Use a general family for houdini farm rendering 2024-03-29 15:25:41 +02:00
Roy Nieterau
4bd1f05036 Remove legacy suspend_publish attribute definition in favor of publishJobState 2024-03-28 23:10:08 +01:00
Jakub Trllo
93b9541268 use new options of selection object 2024-03-28 16:07:13 +01:00
Jakub Trllo
8902e18838 modified royalrender to support both options of arguments 2024-03-28 11:31:31 +01:00
Jakub Trllo
33702d262c fix import in job queue module 2024-03-28 11:23:37 +01:00
Jakub Trllo
fbebf98d97 add new line at the end of file 2024-03-28 11:20:21 +01:00