Python: support the step and precision arguments in rna_idprop_ui_create. #112712

Merged
Alexander Gavrilov merged 1 commits from angavrilov/blender:pr-idprop-create-step into main 2023-09-22 12:07:33 +02:00

1 Commits

Author SHA1 Message Date
Alexander Gavrilov c39d9547b0 Python: support the step and precision arguments in rna_idprop_ui_create.
Support the property settings that were implemented some time ago.

As an aside, change the defaults for min and max to integers: integer
values can be implicitly cast to float, but the reverse results in an
error. Also, pointer properties don't support a default value.
2023-09-22 12:52:45 +03:00