(fix/StopMotion) up/down buttons for start/end percent
This commit is contained in:
@@ -216,7 +216,7 @@ local function createOptions(id, data)
|
||||
name = L["Animation Start"],
|
||||
min = 0,
|
||||
max = 1,
|
||||
--bigStep = 0.01,
|
||||
bigStep = 0.01,
|
||||
order = 13,
|
||||
isPercent = true
|
||||
},
|
||||
@@ -227,7 +227,7 @@ local function createOptions(id, data)
|
||||
name = L["Animation End"],
|
||||
min = 0,
|
||||
max = 1,
|
||||
--bigStep = 0.01,
|
||||
bigStep = 0.01,
|
||||
order = 14,
|
||||
isPercent = true
|
||||
},
|
||||
|
||||
@@ -228,7 +228,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
name = L["Animation Start"],
|
||||
min = 0,
|
||||
max = 1,
|
||||
--bigStep = 0.01,
|
||||
bigStep = 0.01,
|
||||
order = 17,
|
||||
isPercent = true
|
||||
},
|
||||
@@ -239,7 +239,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
name = L["Animation End"],
|
||||
min = 0,
|
||||
max = 1,
|
||||
--bigStep = 0.01,
|
||||
bigStep = 0.01,
|
||||
order = 18,
|
||||
isPercent = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user