mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Change naming in interface.
This commit is contained in:
parent
bc18f8f755
commit
4514ed8e18
1 changed files with 4 additions and 4 deletions
|
|
@ -15,8 +15,8 @@ class CreateReview(plugin.Creator):
|
|||
keepImages = False
|
||||
isolate = False
|
||||
imagePlane = True
|
||||
attrWidth = 0
|
||||
attrHeight = 0
|
||||
Width = 0
|
||||
Height = 0
|
||||
transparency = [
|
||||
"preset",
|
||||
"simple",
|
||||
|
|
@ -35,8 +35,8 @@ class CreateReview(plugin.Creator):
|
|||
for key, value in animation_data.items():
|
||||
data[key] = value
|
||||
|
||||
data["Width"] = self.attrWidth
|
||||
data["Height"] = self.attrHeight
|
||||
data["Width"] = self.Width
|
||||
data["Height"] = self.Height
|
||||
data["isolate"] = self.isolate
|
||||
data["keepImages"] = self.keepImages
|
||||
data["imagePlane"] = self.imagePlane
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue