Cleanup: use keyword only args to rna_idprop_ui_create
This commit is contained in:
@@ -1343,7 +1343,7 @@ class WM_OT_properties_add(Operator):
|
||||
*type(item).bl_rna.properties.keys(),
|
||||
})
|
||||
|
||||
rna_idprop_ui_create(item, prop, 1.0)
|
||||
rna_idprop_ui_create(item, prop, default=1.0)
|
||||
|
||||
return {'FINISHED'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user