mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
global: review layer refactory
This commit is contained in:
parent
c03660c6ec
commit
0f1367f4d5
4 changed files with 11 additions and 17 deletions
|
|
@ -255,7 +255,7 @@ class CreatorWidget(QtWidgets.QDialog):
|
|||
elif v["type"] == "QSpinBox":
|
||||
data[k]["value"] = self.create_row(
|
||||
content_layout, "QSpinBox", v["label"],
|
||||
setRange=(1, 99999),
|
||||
setRange=(0, 99999),
|
||||
setValue=v["value"],
|
||||
setToolTip=tool_tip)
|
||||
return data
|
||||
|
|
@ -621,9 +621,7 @@ class PublishClip:
|
|||
self.tag_data.update(tag_hierarchy_data)
|
||||
|
||||
if master_layer and self.review_layer:
|
||||
self.tag_data.update({"review": self.review_layer})
|
||||
else:
|
||||
self.tag_data.update({"review": False})
|
||||
self.tag_data.update({"reviewTrack": self.review_layer})
|
||||
|
||||
def _solve_tag_hierarchy_data(self, hierarchy_formating_data):
|
||||
""" Solve tag data from hierarchy data and templates. """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue