Jakub Jezek
90f4e6b8bb
Merge branch 'enhancement/OP-5548_Fusion-saver-settings' into feature/OP-5548_Fusion-Deadline-and-publish
2023-05-10 16:42:34 +02:00
Jakub Jezek
f5215f323b
hound
2023-05-10 16:39:29 +02:00
Jakub Jezek
dfea365474
moving instnance id so it is imprinted once created
...
addressing issue form here https://github.com/ynput/OpenPype/pull/4943#issuecomment-1542241467
2023-05-10 16:38:17 +02:00
Jakub Jezek
27ac1b4590
Removing unmanaged compatibility
...
This fixes issue https://github.com/ynput/OpenPype/pull/4943#pullrequestreview-1420557288
2023-05-10 16:16:50 +02:00
Jakub Jezek
1a48ddefe4
normalizing path
2023-05-10 15:37:19 +02:00
Jakub Jezek
95237c43c7
adding todo for later renaming
2023-05-10 13:00:53 +02:00
Jakub Jezek
a08f9176b0
fusion: removing path making during creation
2023-05-10 12:55:30 +02:00
Jakub Jezek
98d27fa5a4
fusion: frame padding from anatomy templates
2023-05-10 12:54:30 +02:00
Jakub Jezek
55bebf8642
pr comments
2023-05-10 12:33:38 +02:00
Jakub Jezek
6ea1ab1c9f
deadline submitter settings for aov filter
2023-05-10 11:20:09 +02:00
Jakub Jezek
9cbbbe818c
deadline fusion: frame range taken from handles version
2023-05-10 11:19:40 +02:00
Jakub Jezek
903d873dbe
fusion: frame ranges taken from instance
2023-05-10 11:19:08 +02:00
Jakub Jezek
b09efa9675
fusion: storing asset frame attribute at comp openpype_instance data
2023-05-10 11:18:30 +02: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
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
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
Ondřej Samohel
0636df72df
Merge pull request #4938 from ynput/bugfix/unreal-fix_layout_update_fail
2023-05-05 14:14:39 +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
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
Ondřej Samohel
426ad9c96e
Merge pull request #4283 from BigRoy/substance_integration
2023-05-03 14:02:50 +02:00
Ondřej Samohel
19b3d66f5e
Merge branch 'develop' into substance_integration
2023-05-03 13:56:37 +02:00
Ondřej Samohel
923c1da5a9
Merge pull request #4874 from BigRoy/bugfix/houdini_review_no_camera_collect_error
2023-05-03 13:50:31 +02:00
Ondřej Samohel
3fcf8002d1
Merge branch 'develop' into bugfix/houdini_review_no_camera_collect_error
2023-05-03 12:43:32 +02:00
Ondřej Samohel
49b2d3004b
Merge pull request #4881 from BigRoy/enhancement/houdini_review_opengl_extractor_not_optional
2023-05-03 11:55:48 +02:00
Ondřej Samohel
1fc0985186
Merge branch 'develop' into enhancement/houdini_review_opengl_extractor_not_optional
2023-05-03 11:54:31 +02:00
Ondřej Samohel
5d6ac91270
Merge pull request #4898 from BigRoy/enhancement/houdini_workfile_publish_icon
2023-05-03 11:53:36 +02:00
Ondřej Samohel
dd4426134d
Merge pull request #4904 from quadproduction/343-fix-studio-openpype-display-handle-is-ticked-and-should-not
2023-05-03 11:52:16 +02:00
Ondřej Samohel
2a19d9598d
Merge pull request #4917 from tokejepsen/bugfix/maya_validate_attributes
2023-05-03 11:27:38 +02:00
Ondřej Samohel
d36698a794
Merge branch 'develop' into bugfix/maya_validate_attributes
2023-05-03 11:27:26 +02:00
Ondřej Samohel
e00ba650d1
Merge pull request #4929 from ynput/bugfix/maya-pan-zoom-fails-in-case-of-locked-attr
2023-05-03 11:01:11 +02:00