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
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
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
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
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
Jakub Trllo
9d910e69e4
bump minor version of global job pre load
2024-03-28 11:04:59 +01:00
Jakub Trllo
6a569c9e21
use applications addon arguments to call extractenvironments
2024-03-28 11:04:49 +01:00
Jakub Trllo
d253d320ba
pre and post launch hooks are using new import
2024-03-27 16:46:43 +01:00
Jakub Trllo
4e94d0de34
Merge pull request #283 from ynput/enhancement/formatting-fixes
...
Chore: Formatting fixes
2024-03-27 15:27:24 +01:00
Jakub Trllo
b38f7132ca
Merge branch 'develop' into enhancement/cleanup-imports
...
# Conflicts:
# client/ayon_core/hosts/maya/plugins/publish/validate_node_no_ghosting.py
2024-03-27 14:42:24 +01:00
Jakub Trllo
a817a0a4d2
use isinstance for type check
2024-03-27 12:36:07 +01:00
Jakub Trllo
61fc71b60d
Merge pull request #276 from ynput/bugfix/typos-in-code
...
Chore: Fix typos in comments and docstrings
2024-03-27 12:09:39 +01:00
Jakub Trllo
1e4dff2735
add missing functions and classes in '__all__ '
2024-03-27 12:07:09 +01:00
Jakub Trllo
499dd39f85
removed unused imports
2024-03-27 12:05:59 +01:00
Jakub Trllo
908e17430c
fix typos in codebase
2024-03-27 11:46:07 +01:00
Roy Nieterau
0b36cbc5ec
Remove deprecated AVALON_ACTIONS
2024-03-27 09:15:15 +01:00
Petr Kalis
bef6855cca
AY-745 - fix passing DL credentials to metadata file
...
Must be passed to query current values for job if changed by artist in DL directly.
2024-03-26 15:55:53 +01:00