Ondrej Samohel
8c848f6e55
Merge remote-tracking branch 'origin/develop' into maya_new_publisher
2023-06-16 16:29:54 +02:00
Jakub Trllo
6087b27c32
Ftrack: Task status during publishing ( #5123 )
...
* ftrack status is not set in deadline plugin during celaction integration
* implemented new logic to set task status during publishing
* added missing settings for new plugins
* integrate hierarchy ftrack is filling status names for newly created tasks
* resaved default settings
* change label in settings
* Remove leftover docstring
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* Use smaller differentiation in order to keep plugin in integration range
* formatting changes
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-15 16:05:59 +02:00
Petr Kalis
69dc5d85f9
OP-6145 - make prerender check safer
...
In Nuke is correctly `prerendere.farm` in families, which wasn't handled here. Eventually this query should be simplified only to `prerender.farm`, but this way it is safer for now.
2023-06-06 16:59:42 +02:00
Ondřej Samohel
d2fff3d0b8
Merge branch 'develop' into feature/OP-2637_Houdini-Farm-publishingrendering
2023-06-05 10:27:42 +02:00
Ondrej Samohel
d37ccb4718
♻️ resolve few conversations
2023-06-05 10:26:42 +02:00
Milan Kolar
d03fb40910
Merge pull request #5052 from tokejepsen/bugfix/maya_deadline_servers
2023-06-02 21:48:06 +02:00
Milan Kolar
c3cfe1f4ce
Merge branch 'develop' into maya_new_publisher
2023-06-02 18:40:41 +02:00
Ondřej Samohel
2e40a26beb
Merge branch 'develop' into bugfix/OP-5883_3dsmax-Publishing-Deadline-jobs-from-RedShift
2023-05-31 18:13:14 +02:00
Milan Kolar
c18e1d384d
Merge pull request #4919 from Michaelredaa/kitsu-sync-specific-projects
2023-05-30 22:01:23 +02:00
Roy Nieterau
739c6a1cc9
Merge remote-tracking branch 'upstream/develop' into maya_new_publisher
...
# Conflicts:
# openpype/hosts/maya/plugins/publish/validate_instance_has_members.py
2023-05-30 15:14:17 +02:00
Jakub Trllo
5fbae39a74
Ftrack: Role names are not case sensitive in ftrack event server status action ( #5058 )
...
* statuser is not case sensitive about role names
* safer role check
2023-05-30 13:32:27 +02:00
Milan Kolar
84b3f00203
Merge pull request #4910 from ynput/bugfix/escape-deadline-publish-path-arg
2023-05-29 23:22:11 +02:00
Kayla Man
e506d88ed3
style fix
2023-05-29 20:33:40 +08:00
Kayla Man
9d9eebfe09
using current file to render and add validator for deadline publish in max hosts
2023-05-29 19:25:49 +08:00
Toke Stuart Jepsen
71b3242abd
Missing deadlineUrl on instances metadata.
2023-05-29 11:41:10 +01:00
Toke Stuart Jepsen
1fe89ebbb6
Fix getting server settings.
2023-05-29 09:38:04 +01:00
Kayla Man
0fccdaf5f5
use expected files instead of files
2023-05-29 15:54:55 +08:00
Kayla Man
11d750f1af
Merge branch 'develop' into bugfix/OP-5883_3dsmax-Publishing-Deadline-jobs-from-RedShift
2023-05-29 12:58:39 +08:00
Kayla Man
f85051863c
hound fix
2023-05-29 12:44:22 +08:00
Kayla Man
56642ac175
getting the filename from render settings and add save_scene before all the extractors running
2023-05-29 12:37:25 +08:00
Kayla Man
271d017bdb
remove the print function, and set verify to true for payload in publishing job
2023-05-27 00:56:11 +08:00
Kayla Man
32562e0b39
give beauty name to RGB
2023-05-27 00:53:40 +08:00
Kayla Man
c14525f371
fix the wrong directory for rendering
2023-05-26 23:13:17 +08:00
Jakub Trllo
6843ae8532
General: Small code cleanups ( #5034 )
...
* make sure the message type is set and unset correctly
* Update dummy data in readme
* remove debug message from main thread callbacks
* removed unused import
* cleanup code in muster addon
* simplified 'get_publish_instance_label' function
* even better json file handling
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-05-26 14:44:47 +02:00
Kayla Man
4303b281aa
hound fix
2023-05-26 19:38:05 +08:00
Kayla Man
2d3ba2af05
add _beauty to subset name
2023-05-26 19:36:14 +08:00
Jakub Trllo
9e9a9bd5e6
Merge branch 'develop' into maya_new_publisher
...
# Conflicts:
# openpype/hosts/maya/api/lib.py
# openpype/plugins/publish/collect_scene_version.py
2023-05-26 12:36:03 +02:00
Kayla Man
e633cc7dec
expected file can get the aov path
2023-05-26 18:19:50 +08:00
Kayla Man
bb16fbdb79
refactor the collect render in 3dsmax
2023-05-26 17:32:56 +08:00
Jakub Trllo
48b4934ee3
limit number of ftrack events to query at once ( #5033 )
2023-05-25 13:33:11 +02:00
Roy Nieterau
17a38c32a4
Enhancement: Improve logging levels and messages for artist facing publish reports ( #5018 )
...
* Tweak log levels and message to be more informative to artist in report page
* Tweak levels and clarity of logs
* Tweak levels and clarity of logs + tweak grammar
* Cosmetics
* Improve logging
* Simplify logging
* Convert to debug log if it's skipping thumbnail integration if there's no thumbnail whatsoever to integrate
* Tweak to debug since they only show representation ids hardly understandable to the artist
* Match logging message across hosts + include filepath for full clarity
* Tweak message to clarify it only starts checking and not that it requires filling + to debug log
* Tweak to debug log if there's basically no thumbnail to integrate at the end
* Tweak log levels
- Artist doesn't care what's prepared, especially since afterwards it's logged what gets written to the database anyway
* Log clearly it's processing a legacy instance
* Cosmetics
2023-05-24 10:54:31 +02:00
Petr Kalis
fe02a09312
Deadline: fix selection from multiple webservices ( #5015 )
...
* OP-4380 - override default DL from project settings
* OP-4380 - updated documentation
2023-05-24 10:01:59 +02:00
Kayla Man
eff929350f
Merge branch 'develop' into feature/OP-2637_Houdini-Farm-publishingrendering
2023-05-23 21:10:42 +08:00
Jakub Ježek
8ff3ba95c3
Merge branch 'develop' into feature/OP-5548_Fusion-Deadline-and-publish
2023-05-22 15:00:57 +02:00
Félix David
87802d0620
Fix: Download last workfile doesn't work if wf not already downloaded ( #4942 )
2023-05-18 14:39:27 +02:00
Michael
0de8fd04bd
Merge branch 'develop' into kitsu-sync-specific-projects
2023-05-17 20:45:07 +03:00
Jakub Jezek
0f80ad01ec
adding deadline settings
...
including Pools
2023-05-17 14:16:49 +02:00
Toke Stuart Jepsen
544c043ece
Merge branch 'develop' into maya_new_publisher
...
# Conflicts:
# openpype/hosts/maya/api/lib.py
# openpype/hosts/maya/api/plugin.py
# openpype/hosts/maya/plugins/create/create_animation.py
# openpype/hosts/maya/plugins/create/create_review.py
# openpype/hosts/maya/plugins/load/load_reference.py
# openpype/modules/deadline/plugins/publish/submit_maya_deadline.py
2023-05-16 10:23:11 +01:00
Jakub Jezek
37827f63ba
Merge branch 'develop' into feature/OP-5548_Fusion-Deadline-and-publish
2023-05-15 21:29:18 +02:00
Ember Light
78f8bbfd80
Kitsu - Add "image", "online" and "plate" to review families ( #4923 )
...
* Add kitsu review to the default png review's tags
* Add "image", "online" and "plate" as possible review families
2023-05-12 17:29:38 +02:00
Toke Jepsen
ab357eb03e
Addons directory ( #4893 )
...
* Add addons directory
* add addons dir to modules dirs automatically
---------
Co-authored-by: iLLiCiTiT <jakub.trllo@gmail.com>
2023-05-12 16:44:44 +02:00
Jakub Trllo
ce1e45f708
fix key assignment on instance data ( #4966 )
2023-05-12 16:35:10 +02:00
Jakub Jezek
78b0e3daa1
removing unusable attribute GPU
2023-05-12 13:35:15 +02:00
Jakub Jezek
fbee0a8b3c
pr comments
2023-05-12 11:07:50 +02:00
Kayla Man
be386a3688
hound fix
2023-05-11 17:05:56 +08:00
Kayla Man
9a6ae240e2
using currentfile for redshift renderer
2023-05-11 17:00:29 +08:00
Jakub Jezek
9cbbbe818c
deadline fusion: frame range taken from handles version
2023-05-10 11:19:40 +02:00
Jakub Jezek
aace680fa1
fusion deadline, rewriting to new instance data
2023-05-09 17:22:31 +02:00
Michael
ae7137a055
Merge branch 'develop' into kitsu-sync-specific-projects
2023-05-09 13:31:48 +03:00
Kayla Man
5e9ae9153b
bug fix redshift creators
2023-05-08 21:45:52 +08:00