Toke Jepsen
e4e6503017
Testing: Release Maya/Deadline job from pending when testing. ( #5988 )
...
* Release job from pending when testing.
* Removed render instance
This test was created as simple model and workfile publish, without Deadline rendering. Cleaned up render elements.
* Revert changes in submit publish plugin
---------
Co-authored-by: kalisp <petr.kalis@gmail.com>
2024-01-03 12:07:32 +01:00
Jakub Trllo
480c509f8e
fix used key
2024-01-02 15:36:51 +01:00
Jakub Trllo
58a36c5414
formatting changes
2024-01-02 12:00:03 +01:00
Jakub Trllo
1e485614bd
keep process in momery for some time
2024-01-02 11:59:45 +01:00
Jakub Trllo
e107526bbd
fix action to be able to run
2024-01-02 11:59:18 +01:00
Ondřej Samohel
71287008d6
Merge pull request #6037 from ynput/bugfix/houdini_refactor_get_output_parameter
...
Bugfix: Houdini render split bugs
2023-12-21 14:38:09 +01:00
MustafaJafar
47af46c29f
✏️ Kuba's comment - follow pyblish key naming convention
2023-12-20 22:08:09 +02:00
Ondřej Samohel
bf0ad7225f
♻️ remove muster related code
2023-12-20 18:38:59 +01:00
Jakub Trllo
64d39613fa
Python console widget: Save registry fix ( #6076 )
...
* it is possible to call 'save_registry' only when window is showed up
* used more clever way how to determine if should be saved
2023-12-20 18:34:37 +01:00
Jakub Jezek
a09fc58148
flipping order of condition arguments
2023-12-20 15:56:21 +01:00
Jakub Jezek
19666f7df3
Refactor integrate_ftrack_instances.py to update asset names for multiple reviewable items
...
- Add a condition to also check if multiple_reviewable is True before updating the asset name.
2023-12-20 15:48:47 +01:00
Ondřej Samohel
553227addf
Merge branch 'develop' into bugfix/houdini_refactor_get_output_parameter
2023-12-19 14:19:31 +01:00
Jakub Trllo
1aca2d3bef
expect 'ayon' group as one of option to get custom attributes
2023-12-18 16:19:14 +01:00
MustafaJafar
ed24690f39
BigRoy's comment - add tags to houdini deadline render jobs
2023-12-14 11:27:12 +02:00
MustafaJafar
9b33073791
rename exportJob flag to split_render
2023-12-14 00:49:47 +02:00
MustafaJafar
74daec7f97
fix a bug with render split
2023-12-14 00:07:15 +02:00
Ondřej Samohel
483ba26cb5
Change ASCII art in AYON mode
2023-12-07 18:03:30 +01:00
Roy Nieterau
355722d04f
Fix error message formatting ( #6028 )
2023-12-07 17:38:25 +01:00
Jakub Jezek
d5c5f4f9aa
Merge branch 'develop' into enhancement/OP-6659_nuke-explicit-thumbnail-workflow
2023-12-07 13:15:07 +01:00
Jakub Jezek
99674b8f0e
Fix expected files path handling in NukeSubmitDeadline plugin
...
The commit fixes a typo in the code where "expectied" was changed to "expected". It also improves the handling of expected file paths by correctly adding them to the instance data. Additionally, it adds support for hashed sequence expressions and shifts the start frame by 1 if a slate is present.
2023-12-07 11:57:44 +01:00
Ondřej Samohel
75669bf82b
Merge pull request #6019 from ynput/bugfix/deadline-split-export-job-fix
2023-12-06 16:56:29 +01:00
Petr Kalis
f9509f3613
Deadline: correct webservice couldn't be selected in Ayon ( #6007 )
...
* Refactor necessary for Ayon changes in Setting model
* Removed unnecessary configuration
MongoDB is not a thing in Ayon.
* Changed DL model to use dynamic enum
Enum values are set in Studio Settings, in Project settings will be selected from.
Used this way to be close to OP variant and support both until OP is deprecated.
* Hound
* Refactor with use of AYON_SERVER_ENABLED
This will make it simpler to remove obsolete code in the future.
---------
Co-authored-by: Libor Batek <112623825+LiborBatek@users.noreply.github.com>
2023-12-06 16:40:24 +01:00
Ondřej Samohel
7a79330d53
🐛 handle missing key
2023-12-06 15:40:56 +01:00
Jakub Jezek
a2c37975aa
feat: Add support for multiple reviewable components
...
This commit adds support for creating multiple reviewable components in the `IntegrateFtrackInstance` plugin. It introduces a new variable `extended_asset_name` to change the asset name of each new component for review. This feature is particularly useful when there are more than one representation to be reviewed.
2023-12-06 12:24:27 +01:00
Ondřej Samohel
0cb5c3814d
Merge remote-tracking branch 'origin/develop' into feature/houdini_export_task
2023-12-06 11:03:06 +01:00
Jakub Trllo
5d9dd3ae9a
AYON: Use AYON label in ayon mode ( #5995 )
...
* use AYON instead of OpenPype in tool titles
* add bundle name to info data
* modified message to report ynput team
* fix experimental tool titles
2023-12-05 15:50:19 +01:00
Toke Jepsen
5e59ffce81
hou module should be within class code. ( #5954 )
2023-12-05 14:28:33 +01:00
Ondřej Samohel
eacb97dc50
Merge branch 'develop' into enhancement/add-environments-to-royalrender-job
2023-12-04 17:55:28 +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
Ondřej Samohel
5175cdfe83
✨ inject env to nuke jobs
2023-11-27 13:49:15 +01:00
Ondřej Samohel
425cbd2ac0
🐶 fix hound
2023-11-27 13:12:07 +01:00
Ondřej Samohel
618b4b0c6d
🎨 inject submitter environment to the royal render job
2023-11-27 12:22:11 +01:00
Milan Kolar
a063988469
Merge pull request #5939 from ynput/enhancement/OP-6659_ftrack-component-multiple-thumbnails
2023-11-25 00:21:24 +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
f8433f42c5
Merge branch 'develop' into bugfix/OP-6926_MToA-verbosity-levels-not-preserved-on-farm
2023-11-23 21:12:35 +08:00
Ondřej Samohel
f2adb8834b
Merge pull request #5946 from ynput/feature/OP-7325_asset-usage-report
2023-11-23 11:30:07 +01:00
Ondřej Samohel
5e5ed5b517
🐶 hound fix
2023-11-23 11:26:46 +01:00
Ondřej Samohel
00c1288c9d
🐛 handle hero versions
2023-11-23 11:25:45 +01:00
Ondřej Samohel
8050d23529
Revert " 🐛 invalid header order"
...
This reverts commit 4554820410 .
2023-11-22 18:10:56 +01:00
Ondřej Samohel
5ec3f92d7c
🐛 remove unused plugin and hound fixes
2023-11-22 17:02:30 +01:00
Ondřej Samohel
4554820410
🐛 invalid header order
2023-11-22 16:42:11 +01:00
Ondřej Samohel
5125db72b4
📝 add docstrings and some polishing
2023-11-22 16:38:09 +01:00
Ondřej Samohel
61fe4825e6
🎨 initial work
2023-11-22 16:25:33 +01:00
Kayla Man
85c73fa52c
remove duplicated variable of MTOA verbosity level in submit maya deadline
2023-11-22 22:52:00 +08:00