Petr Kalis
a8ab471f84
OP-4845 - removed unnecessary env var
...
Used only when connecting to OP MongoDB.
2023-08-01 12:05:23 +02:00
Petr Kalis
476f018485
OP-4845 - use ordinary publish template resolving instead hardcoding
...
Now it should use configuration in `tools/publish/template_name_profiles` instead of hardcoded value.
2023-07-25 16:35:47 +02:00
Petr Kalis
2470911c5a
Revert "OP-4845 - added settings to limit hardcoded template name"
...
This reverts commit 58a62a3ccb .
2023-07-24 18:38:07 +02:00
Petr Kalis
58a62a3ccb
OP-4845 - added settings to limit hardcoded template name
...
'render' template name was hardcoded which is causing issues in Ayon
2023-07-24 17:45:40 +02:00
Petr Kalis
d1f6e664ab
OP-4845 - updated injection of ayon env var
...
It seems that SetEnvironmentVariable is required instead of SetProcessEnvironmentVariable. (In Ayon Deadline plugin it is opposite..probably because of Deadline...
2023-07-18 19:51:46 +02:00
Petr Kalis
87700f72dc
OP-4845 - injecting required env vars for ayon_console
...
Renamed OP to Ayon
2023-07-18 19:48:03 +02:00
Petr Kalis
bf831778d8
OP-4845 - temporary fix for missing Ayon template
...
Not sure if it was decided that Ayon won't have default 'render' template as OP does, but this should workaround it for testing. Needs to be fixed!
2023-07-18 19:38:08 +02:00
Petr Kalis
31f2ff680a
OP-4845 - fix passing correct values to Ayon publish job
2023-07-18 19:37:03 +02:00
Petr Kalis
2db022b6f9
Merge branch 'develop' of github.com:ynput/OpenPype into feature/OP-4845_Deadline-Addon
2023-07-18 19:31:58 +02:00
Petr Kalis
098e58ba7b
OP-4845 - added Ayon logic
...
For now both OP and Ayon will live together, later OP logic should be made obsolete.
2023-07-18 18:15:50 +02:00
Petr Kalis
2bc019f6c0
OP-4845 - try to push OPENPYPE_MONGO to extractenvironment process
2023-07-18 18:14:41 +02:00
Petr Kalis
7c02c3b9d6
OP-4845 - add fields for server url and api key
2023-07-18 18:14:05 +02:00
Petr Kalis
f2e4607434
OP-4845 - add bundle name as a job env var
...
Ayon must have AYON_BUNDLE_NAME to get proper env variables and addon used.
2023-07-18 16:03:55 +02:00
Alexey Bogomolov
e917d2b91f
Qt UI: Multiselection combobox PySide6 compatibility ( #5314 )
...
* convert state to value for pyside compatibility
use ItemIsUserTristate for keyboard event
* use whole field length to select item
* process keyboard tristate correctly
* get initial check state data as value
* try get state value for backwards compatibility
* formatting
* revert MouseButtonRelease event checks
* added new utils constant for tristate constant
* fixed both multiselection comboboxes
* fixed sorting of projects in project manager
* forgotten conversion of enum to int
---------
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-07-18 16:00:36 +02:00
Petr Kalis
961bfe6c2e
Remove forgotten dev logging ( #5315 )
2023-07-18 13:23:00 +02:00
Toke Jepsen
61f7ac2893
Windows: Support long paths on zip updates. ( #5265 )
...
* Extract long paths
* Working version
* Docs string and early bail out
* Update igniter/bootstrap_repos.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update igniter/bootstrap_repos.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-07-18 12:16:25 +02:00
64qam
8445fa3144
Merge pull request #5312 from ynput/bugfix/deadline_submit_context
2023-07-17 18:49:45 +02:00
Jakub Trllo
7c0466df32
Formatting fix
2023-07-17 18:49:31 +02:00
Petr Kalis
6f1400433d
Replace '-' with none
...
Validator would complain about non-existent pool
2023-07-17 18:40:31 +02:00
Petr Kalis
39ea6b102b
Fix missing context argument
2023-07-17 18:18:32 +02:00
64qam
7c16d8940d
Merge pull request #5311 from ynput/bugfix/default_settings_fix
2023-07-17 18:00:07 +02:00
Jakub Trllo
b915a60ccd
rename 'FarmRootEnumEntity' to 'DynamicEnumEntity'
2023-07-17 17:50:56 +02:00
Jakub Trllo
55c3ef7a68
define 'multiselection' for shotgrid url to singleselection
2023-07-17 17:50:42 +02:00
github-actions[bot]
578121652f
chore(): update bug report / version
2023-07-17 15:22:44 +00:00
ynbot
5ed5cc6fc7
[Automated] Merged release main into develop
2023-07-17 17:22:09 +02:00
Ynbot
375e066ee0
[Automated] Release
2023-07-17 15:21:39 +00:00
ynbot
ebb072700e
[Automated] Merged develop into main
2023-07-17 17:21:20 +02:00
Petr Kalis
a40e64ee0b
OP-4845 - added Ayon DL plugin
2023-07-17 17:20:38 +02:00
Petr Kalis
3e5aa1033b
OP-4845 - created new AYON_* env var to differentiate Deadline jobs
...
OP and Ayon will live together for a while so jobs sent to DL need to be differentiated by new env vars.
2023-07-17 17:19:51 +02:00
64qam
78b573672c
Merge pull request #5277 from ynput/enhancement/OP-6196_Nuke-template-builder-apply-all-settings
2023-07-17 17:17:44 +02:00
Milan Kolar
6731ecfc2d
Merge pull request #4321 from ynput/feature/blender-blend_file_family
2023-07-17 17:12:56 +02:00
Milan Kolar
e0a847b5f5
Merge branch 'develop' into feature/blender-blend_file_family
2023-07-17 17:12:35 +02:00
Ondřej Samohel
c27150a3bf
Merge pull request #5191 from ynput/maye_new_publisher_with_RR
2023-07-17 17:01:10 +02:00
Ondřej Samohel
b26b5fdb88
Merge pull request #4588 from ynput/feature/OP-3129_houdini-bgeo-publishing
2023-07-17 16:38:02 +02:00
Petr Kalis
b90d1c9e65
Fix wrong merge
2023-07-17 13:22:04 +02:00
Petr Kalis
2be5b33510
Fix wrong merge
2023-07-17 13:14:18 +02:00
Jakub Trllo
afa1d3cb03
fix args for workfile conversion util ( #5308 )
2023-07-17 13:06:59 +02:00
Petr Kalis
7939836e65
Merge branch 'develop' into maye_new_publisher_with_RR
2023-07-17 11:08:55 +02:00
github-actions[bot]
9d702a93d2
chore(): update bug report / version
2023-07-15 03:32:33 +00:00
ynbot
c6a68a4d94
[Automated] Merged main into develop
2023-07-15 05:32:06 +02:00
Ynbot
b8f35bb33c
[Automated] Bump version
2023-07-15 03:31:54 +00:00
ynbot
14c825aece
[Automated] Merged develop into main
2023-07-15 05:31:05 +02:00
Simone Barbieri
266f2308ef
Increment workfile version when publishing blendScene
2023-07-14 15:46:46 +01:00
Jakub Jezek
8cb07fceab
removing unused option for workflow
2023-07-14 15:29:19 +02:00
Jakub Ježek
6d3de488c0
Merge pull request #5302 from ynput/bugfix/removing-old-environment-openpype-version
2023-07-14 16:27:55 +03:00
Simone Barbieri
aaafb9ccf2
Added blendScene family
2023-07-14 12:05:49 +01:00
Simone Barbieri
585df83135
Apply parenting fix to other families as well
2023-07-14 11:28:36 +01:00
Petr Kalis
5eb6b187f4
Removed loader settings for Harmony ( #5289 )
...
It shouldn't be configurable, it is internal logic. By adding additional extension it wouldn't start to work magically.
2023-07-14 12:17:05 +02:00
Simone Barbieri
18324615d5
Fix parenting if creating an instance while selecting a whole hierarchy
2023-07-14 10:14:57 +01:00
Jakub Jezek
d63c012396
deadline removing OPENPYPE_VERSION from houdini and max submitters
2023-07-14 11:03:02 +02:00