ynbot
ceea557e33
[Automated] Merged develop into main
2023-05-10 05:24:38 +02:00
Simone Barbieri
11691f091c
Fix hound issues
2023-05-09 17:52:26 +01:00
Jakub Jezek
aace680fa1
fusion deadline, rewriting to new instance data
2023-05-09 17:22:31 +02:00
Jakub Jezek
b8e8ce6660
fusion: rewriting render local to work with new instance data
...
also adding colorspace data to representation
2023-05-09 17:22:01 +02:00
Jakub Jezek
7013be47de
Fusion: refactor validators to work with new collected data
2023-05-09 17:21:16 +02:00
Jakub Jezek
1e26b17726
Fusion: rewrite collecting renders
2023-05-09 17:20:36 +02:00
Simone Barbieri
5d7bf26c8c
Added AyonPublishInstance class and its Factory
2023-05-09 16:17:47 +01:00
Ondřej Samohel
d9d870c084
Merge pull request #4941 from kaamaurice/bugfix/scene_inventory_error_dialog_parent_arg_missing
2023-05-09 16:26:22 +02:00
Ondřej Samohel
9b0275d7c4
Merge pull request #4815 from quadproduction/337-fix-studio-openpype-disable-persp-camera-on-build-workfile-from-template
2023-05-09 16:23:59 +02:00
Simone Barbieri
41bd47d9b5
Refactor code to use AyonAssetContainer instead of AssetContainer
2023-05-09 11:01:18 +01:00
Sharkitty
9a2a25a957
Added continue statement + linting
2023-05-08 18:05:18 +02:00
Sharkitty
291432d49b
Update openpype/plugins/inventory/remove_and_load.py
...
Changed representation assertion into a warning with more info
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-05-08 16:01:57 +00:00
Jakub Jezek
2cc22174a0
Merge branch 'enhancement/OP-5548_Fusion-saver-settings' into feature/OP-5548_Fusion-Deadline-and-publish
2023-05-08 14:46:32 +02:00
Kayla Man
8a602b51c7
Merge branch 'develop' into enhancement/OP-5808_Enhancement-3dsmax-rendering-time-data-from-instance
2023-05-08 17:33:16 +08:00
github-actions[bot]
d87f217fb9
chore(): update bug report / version
2023-05-06 03:25:44 +00:00
ynbot
b89f3253ed
[Automated] Merged main into develop
2023-05-06 05:25:12 +02:00
Ynbot
7c6bbe8306
[Automated] Bump version
2023-05-06 03:25:00 +00:00
ynbot
4c28d5ebab
[Automated] Merged develop into main
2023-05-06 05:24:21 +02:00
Jakub Jezek
c73772919a
fixing path slashes
2023-05-05 17:42:38 +02:00
Jakub Jezek
d637fed33d
implementing settings
...
also adding temp rendering path attribute with with support for tempates
2023-05-05 17:23:27 +02:00
Jakub Jezek
e08ff46bfa
adding settings for creators
2023-05-05 17:22:14 +02:00
Simone Barbieri
cb13e94467
Merge branch 'develop' into enhancement/OP-3751_Renaming_plugin_to_Ayon
2023-05-05 15:17:57 +01:00
kaamaurice
76352bdfea
fix error dialog missing parent arg
2023-05-05 15:07:30 +02:00
Sharkitty
43b71e4f1e
Fixed wrong variable
2023-05-05 14:24:46 +02:00
Ondřej Samohel
0636df72df
Merge pull request #4938 from ynput/bugfix/unreal-fix_layout_update_fail
2023-05-05 14:14:39 +02:00
Sharkitty
c0499c46b8
Changes based on suggestions
2023-05-05 14:02:40 +02:00
Ondrej Samohel
feaa01eff5
🔥 remove obsolete validator
2023-05-05 11:49:47 +02:00
Simone Barbieri
b103d6d837
Fix missing 'object_oath' property
2023-05-05 10:45:42 +01:00
Ondřej Samohel
55b0130108
Merge pull request #4937 from ynput/bugfix/missing-pyblish-util-import
2023-05-05 10:24:16 +02:00
Ondřej Samohel
44a88c3f32
🐛 add missing pyblish.util import
2023-05-05 10:11:03 +02:00
Jakub Jezek
b9055d61af
POC wip
2023-05-04 17:42:16 +02:00
github-actions[bot]
11343088b5
chore(): update bug report / version
2023-05-04 13:41:12 +00:00
ynbot
d07b8e69f4
[Automated] Merged release main into develop
2023-05-04 15:40:37 +02:00
Ynbot
e1a2792a7a
[Automated] Release
2023-05-04 13:39:59 +00:00
ynbot
66fadc0a0d
[Automated] Merged develop into main
2023-05-04 15:39:39 +02:00
Petr Kalis
e7aa413038
AfterEffects: add review flag to each instance ( #4884 )
...
* OP-5657 - add artist control for review in AfterEffects
Artist can disable review to be created for particular publish.
* OP-5657 - add artist control for review in AfterEffects
Removed configuration for Deadline, should be controlled by what is on instance.
* OP-5657 - handle legacy instances
Legacy instances wont't have mark_for_review in creator_attributes. Set to true as by default we always want review.
* OP-5657 - remove explicit review for all AE
Now handled directly on instance
* OP-5657 - fix - cannot remove now
Without this 'review' wont be added to tags on representation. Eventually this should be refactored.
Control on whole instance, eg. disabling review, should be enough.
* OP-5657 - fix - correct host name used
* OP-5657 - fix - correct handling of review
On local renders review should be added only from families, not from older approach through Settings.
Farm instance cannot have review in families or extract_review would get triggered even locally.
* OP-5657 - refactor - changed label
* OP-5657 - Hound
* OP-5657 - added explicitly skipping review
Instance might have set 'review' to False, which should explicitly skip review (might come from Publisher where artist can disable/enable review on an instance).
* OP-5657 - updated setting of review variable
instance.data.review == False >> explicitly set to do not create review. Keep None to let logic decide.
* OP-5657 - fix adding review flag
* OP-5657 - updated test
Removed review for second instance.
* OP-5657 - refactor to context plugin
* OP-5657 - tie thumbnail to review for local render
Produce thumbnail only when review should be created to synchronize state with farm rendering.
Move creation of thumnbail out of this plugin to general plugin to limit duplication of logic.
2023-05-04 12:16:58 +02:00
Jacob Danell
4da00c20f7
Merge remote-tracking branch 'origin/bugfix/fusion-optional-validation' into bugfix/fusion-optional-validation
2023-05-03 21:33:17 +02:00
Jacob Danell
64eea1dc4a
Updated raise error
2023-05-03 21:33:01 +02:00
Seyedmohammadreza Hashemizadeh
17d39cc356
preserve all references when importing a maya template
2023-05-03 17:11:03 +02:00
Kayla Man
421e29d49b
Merge branch 'develop' into enhancement/OP-5468_3dsMax-render-dialogue-needs-to-be-closed
2023-05-03 22:33:45 +08:00
Kayla Man
d8e62093ac
hound fix
2023-05-03 22:33:13 +08:00
Kayla Man
9d3e15378b
repharse the actual msg for the artists
2023-05-03 22:31:43 +08:00
github-actions[bot]
3d870ef794
chore(): update bug report / version
2023-05-03 13:45:37 +00:00
Jakub Jezek
bc92395a7e
update bug report workflow
2023-05-03 15:44:37 +02:00
Ondřej Samohel
9f027def95
Merge pull request #4555 from ynput/feature/OP-4245Data_Exchange_Geometry
2023-05-03 14:53:52 +02:00
Ondřej Samohel
23df39087e
Merge branch 'develop' into feature/OP-4245Data_Exchange_Geometry
2023-05-03 14:53:39 +02:00
Ondřej Samohel
254c976d07
Merge pull request #4819 from BigRoy/enhancement/houdini_validate_vdb_output_node_speed
2023-05-03 14:18:02 +02:00
Ondřej Samohel
fda3e795b4
Merge branch 'develop' into enhancement/houdini_validate_vdb_output_node_speed
2023-05-03 14:12:09 +02:00
Ondřej Samohel
2636c668f9
Merge pull request #4834 from BigRoy/enhancement/houdini_create_node_tab_with_nulls
2023-05-03 14:10:47 +02:00
Ondřej Samohel
03d4ba85ca
Merge branch 'develop' into enhancement/houdini_create_node_tab_with_nulls
2023-05-03 14:05:07 +02:00