(fix/StopMotion) up/down buttons for start/end percent

This commit is contained in:
NoM0Re 2025-04-03 21:01:07 +02:00 committed by GitHub
parent 940fd2e5f9
commit f79455adbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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
},

View file

@ -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
},