Commit graph

2325 commits

Author SHA1 Message Date
Roy Nieterau
aaa991ac81 Merge remote-tracking branch 'upstream/develop' into deadline_remove_framespertask
# Conflicts:
#	openpype/modules/deadline/plugins/publish/submit_max_deadline.py
2023-04-06 11:36:46 +02:00
Toke Stuart Jepsen
3b680e2afa Replace hardcode with find_root_template_from_path 2023-04-04 12:58:07 +01:00
Jakub Ježek
0bd74df421
Merge branch 'develop' into feature/OP-5372_Nuke-Deadline-job-with-suspended-publishing 2023-04-04 11:56:55 +02:00
Thomas Fricard
34528b6eeb
Deactivate closed Kitsu projects on OP (#4619)
* update openpype projects status from kitsu settings

* fix linting errors

* get all projects and verify the project status for each project

* optimizing project status name verification

* sync only if project exists and is active in OP

* remove noqa

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

* break from all_status for loop and add comment for non sync projects

---------

Co-authored-by: jeremy.oblet <jeremy.oblet@fixstudio.com>
Co-authored-by: Thomas Fricard <tfricard@ws114.prs.vfx.int>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-04-03 12:11:53 +02:00
Roy Nieterau
d4e79f97d0
Update openpype/modules/base.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-30 22:41:22 +02:00
Roy Nieterau
5b163fe84d
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-30 22:40:44 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Jakub Trllo
6f04af0d92
Merge branch 'develop' into enhancemen_kitsu_note_family_requirements 2023-03-29 10:57:50 +02:00
Jakub Jezek
9fbd84b0ee
nuke, dl: returning suspende_publish attribute 2023-03-27 11:36:48 +02:00
Kayla Man
3d787c3c0b Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-25 21:29:17 +08:00
Sharkitty
0cc5f3ee37 Changed logic as suggested 2023-03-24 15:44:29 +01:00
Jakub Trllo
de4b3e4d65
Ftrack: Hierarchical <> Non-Hierarchical attributes sync fix (#4635)
* modify action to use 'CustomAttributeValue' and fix bugs

* modify and fix event handler to push hierarchical values

* added few smaller comments

* removed unused variables
2023-03-24 15:25:49 +01:00
Jakub Ježek
2bbb91c8c9
Merge pull request #4680 from BigRoy/docs_minor_typo 2023-03-24 10:58:35 +01:00
Jakub Ježek
47f4e9ec2c
Merge pull request #4677 from ynput/feature/OP-4997_CelAction-Deadline-chunk-size 2023-03-23 14:54:45 +01:00
Jakub Jezek
f5117f4593
celaction: fixes after testing 2023-03-23 14:28:05 +01:00
Roy Nieterau
0a085c7001
Kitsu: Slightly less strict with instance data (#4678)
* Match family and families

* Allow kitsu note to not have set comment and capture it without erroring in IntegrateKitsuReview

* Allow fallback to context for instance `task`

* Shush hound

* Refactor variable names
2023-03-23 12:06:05 +01:00
Roy Nieterau
fb6c1f7f35 Fix grammar 2023-03-23 00:48:13 +01:00
Sharkitty
3af2736790 linted 2023-03-22 14:38:42 +01:00
Sharkitty
583fecd400 Fixes and adjustments based on reviews 2023-03-22 14:37:59 +01:00
Jakub Trllo
c8c31018d6
General: Filter available applications (#4667)
* added project settings for applications

* filter applications by new settings in launcher and ftrack

* disable filtering by default
2023-03-21 18:10:09 +01:00
Roy Nieterau
afd6faffc3
Update openpype/modules/deadline/plugins/publish/submit_max_deadline.py
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
2023-03-21 17:53:04 +01:00
Sharkitty
5ca5498b03 Changed family requirement check based on discussions 2023-03-21 17:33:50 +01:00
Sharkitty
2022a38c65 Apply suggestions from code review
Adjustment to documentation, and families set declaration

Co-authored-by: Félix David <felixg.david@gmail.com>
2023-03-21 16:34:23 +01:00
Sharkitty
83aabf4c2b Linted 2023-03-21 16:30:24 +01:00
Sharkitty
d8360b5b19 Made changes to resolve conflicts with develop. Changes how publisshed families are accessed. 2023-03-21 16:21:29 +01:00
Sharkitty
7356887df6 Renaming equality into condition, made a new screenshot so both equal and not equal settings are shown 2023-03-21 16:15:39 +01:00
Sharkitty
b467909fd6 Using lower cases for families and a small fix 2023-03-21 16:10:21 +01:00
Sharkitty
c42ce4e96c Enhancement: Adding family requirements option to kitsu note 2023-03-21 16:10:11 +01:00
Sharkitty
6f16f3e4f4
Enhancement kitsu note with exceptions (#4537)
* Enhancement: Allowing kitsu not status exceptions

* Update openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py

Co-authored-by: Félix David <felixg.david@gmail.com>

* adding equal/not equal option

* Making equal/not equal option available at for every list item

* Changed  into , renamed  into , added documentation

* Using upper cases during check, so the new settings aren't case sensitive

* Linting little detail

* Renaming Equality into Condition, new screenshot with both equal and not equal shown on it

* Update website/docs/module_kitsu.md

README adjustments

Co-authored-by: Félix David <felixg.david@gmail.com>

* Changes needed to resolve conflict

* Changing context into instance where appropriate

* Minor change to avoid changing a line that doesn't need to be changed

* Turning exceptions into conditions. Making checks positive instead of negative. Changing implementation based on suggestions.

---------

Co-authored-by: Félix David <felixg.david@gmail.com>
2023-03-21 15:22:23 +01:00
Roy Nieterau
ec9b6cb56d
Merge pull request #4596 from EmberLightVFX/kitsu-int-metadata
Kitsu: Sync OP with zou, make sure value-data is int or float
2023-03-21 14:55:06 +01:00
Milan Kolar
0504f9f364
Merge pull request #4599 from EmberLightVFX/kitsu-custom-commentfield
Kitsu custom comment template
2023-03-21 12:53:15 +01:00
Kayla Man
fc7f43c301 Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-21 19:24:07 +08:00
Kayla Man
a24dcd207c renaming chunksize variablesd 2023-03-21 18:53:12 +08:00
Jakub Ježek
a2f56b7921
Merge pull request #4623 from ynput/bugfix/nuke-deadline-submitter 2023-03-21 11:37:47 +01:00
Kayla Man
828f59bfb5 clean up attributes 2023-03-21 16:37:58 +08:00
Kayla Man
6bdca1561b clean up the duplicate attributes for pool settings 2023-03-21 16:00:29 +08:00
Kayla Man
6c18822364 hound fix 2023-03-21 15:56:15 +08:00
Kayla Man
d8441216e4 move the pool settings into the pool collectors 2023-03-21 15:55:07 +08:00
Kayla Man
c48fddbba3 cosmetic issue fix 2023-03-21 15:45:01 +08:00
Kayla Man
2af4c94e2c move the pool settings into the pool collectors 2023-03-21 15:43:45 +08:00
Kayla Man
fb6bc696f8 cosmetic issue fix 2023-03-20 23:54:16 +08:00
Kayla Man
36db7faab4 only allows user to set up the attributes in publish tab 2023-03-20 23:51:49 +08:00
Kayla Man
507941c208 use apply_settings 2023-03-20 18:36:36 +08:00
Kayla Man
7baa5754e0 cosmetic issue fix 2023-03-20 18:09:39 +08:00
Kayla Man
fff1e3f0c1 cosmetic fix and add optional for 3dsmax deadline submission 2023-03-20 18:08:51 +08:00
Kayla Man
d24c4e03dd 3dsmax: render instance settings in creator 2023-03-20 17:56:50 +08:00
Roy Nieterau
0cd7ddcef4 Remove setting of ChunkSize from instance data since CollectRender actually applies it through "renderGlobals" 2023-03-19 13:26:57 +01:00
Roy Nieterau
5ebca028ee Remove FramesPerTask as Deadline job info submission
- `FramesPerTask` does not exist and should be `ChunkSize` which is also set.
2023-03-19 13:25:22 +01:00
Milan Kolar
25edaa76f7
Merge pull request #4416 from tokejepsen/bugfix/OP-4820_maya_tile_assembly_fail_in_draft 2023-03-17 22:57:39 +01:00
Jacob Danell
94ba8151e7 Read the comment from the instance instead from the context 2023-03-17 16:23:13 +01:00