(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"],
|
name = L["Animation Start"],
|
||||||
min = 0,
|
min = 0,
|
||||||
max = 1,
|
max = 1,
|
||||||
--bigStep = 0.01,
|
bigStep = 0.01,
|
||||||
order = 13,
|
order = 13,
|
||||||
isPercent = true
|
isPercent = true
|
||||||
},
|
},
|
||||||
@@ -227,7 +227,7 @@ local function createOptions(id, data)
|
|||||||
name = L["Animation End"],
|
name = L["Animation End"],
|
||||||
min = 0,
|
min = 0,
|
||||||
max = 1,
|
max = 1,
|
||||||
--bigStep = 0.01,
|
bigStep = 0.01,
|
||||||
order = 14,
|
order = 14,
|
||||||
isPercent = true
|
isPercent = true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ local function createOptions(parentData, data, index, subIndex)
|
|||||||
name = L["Animation Start"],
|
name = L["Animation Start"],
|
||||||
min = 0,
|
min = 0,
|
||||||
max = 1,
|
max = 1,
|
||||||
--bigStep = 0.01,
|
bigStep = 0.01,
|
||||||
order = 17,
|
order = 17,
|
||||||
isPercent = true
|
isPercent = true
|
||||||
},
|
},
|
||||||
@@ -239,7 +239,7 @@ local function createOptions(parentData, data, index, subIndex)
|
|||||||
name = L["Animation End"],
|
name = L["Animation End"],
|
||||||
min = 0,
|
min = 0,
|
||||||
max = 1,
|
max = 1,
|
||||||
--bigStep = 0.01,
|
bigStep = 0.01,
|
||||||
order = 18,
|
order = 18,
|
||||||
isPercent = true
|
isPercent = true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user