mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
hound
This commit is contained in:
parent
c49289bb8a
commit
d0b397f130
2 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ class CollectReview(pyblish.api.InstancePlugin,
|
|||
}
|
||||
else:
|
||||
preview_data = {}
|
||||
general_viewport = {
|
||||
general_viewport = {
|
||||
"dspBkg": attr_values.get("dspBkg"),
|
||||
"dspGrid": attr_values.get("dspGrid")
|
||||
}
|
||||
|
|
@ -77,8 +77,8 @@ class CollectReview(pyblish.api.InstancePlugin,
|
|||
}
|
||||
preview_data["general_viewport"] = general_viewport
|
||||
preview_data["nitrous_viewport"] = nitrous_viewport
|
||||
preview_data["vp_button_manager"] = {
|
||||
"EnableButtons" : False
|
||||
preview_data["vp_btn_mgr"] = {
|
||||
"EnableButtons": False
|
||||
}
|
||||
preview_data["preferences"] = {
|
||||
"playPreviewWhenDone": False
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class ExtractReviewAnimation(publish.Extractor):
|
|||
with viewport_preference_setting(review_camera,
|
||||
instance.data["general_viewport"],
|
||||
instance.data["nitrous_viewport"],
|
||||
instance.data["vp_button_manager"],
|
||||
instance.data["vp_btn_mgr"],
|
||||
instance.data["preferences"]):
|
||||
percentSize = instance.data.get("percentSize")
|
||||
publish_preview_sequences(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue