Merge branch 'blender-v4.0-release'

This commit is contained in:
Jacques Lucke
2023-10-24 14:05:33 +02:00
2 changed files with 95 additions and 1 deletions
+1 -1
View File
@@ -1672,7 +1672,7 @@ class WM_OT_properties_edit(Operator):
self.soft_max_float = rna_data["soft_max"]
self.precision = rna_data["precision"]
self.step_float = rna_data["step"]
if rna_data["subtype"] in self.subtype_items_cb(None):
if rna_data["subtype"] in [item[0] for item in self.subtype_items_cb(None)]:
self.subtype = rna_data["subtype"]
self.use_soft_limits = (
self.min_float != self.soft_min_float or