I don't know, I did not change the logic of how datablock fonts are keyed.
@LukasStockner I think for the 4.3.1 it would be safer to remove the -fassociative-math
and revisit the topic for 4.4 ?
That's rather unpythonic
Sure, but it is current Blender way. Trying to achieve a pythonic way of dealign with things in a design which is not ready for it is going to be quite painful and…
Ok, so finally had some time to dig into the editable callback. Together with Bastien.
So, for the case of this report we do have mechanism: RNA_def_property_editable_func
. From there you can…
@lichtwerk This is actually quite weird thing to do. WM_report()
makes it so a message is shown in the interface. As in, this alert box in the Space Info. It is okay for operators that are…
@Sergey Fair enough... We could make it read-only based on a callback though (
RNA_def_property_editable_func
)? This can even return an 'info' string which I believe is displayed by the UI in…
I'm not sure this is the right direction to go. It is not that easy to make property read-only, as the color management settings are not dedicated to the image data-blocks. And it also need to be…