Fix T58105: Subdivision Set operator stuck in relative mode
Maniphest Tasks: T58105 Differential Revision: https://developer.blender.org/D4007
This commit is contained in:
@@ -160,7 +160,7 @@ def _template_items_object_subdivision_set():
|
||||
return [
|
||||
("object.subdivision_set",
|
||||
{"type": NUMBERS_0[i], "value": 'PRESS', "ctrl": True},
|
||||
{"properties": [("level", i)]})
|
||||
{"properties": [("level", i), ("relative", False)]})
|
||||
for i in range(6)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user