- It doesn't seem to be possible to show an icon.
It should work if the RNA struct has an icon associated via RNA_def_struct_ui_icon()
.
- The
Binding.name
property is used for…
Added the prefix for now (like other structs there). I'm currently looking at moving text editing functions to a separate file, can use namespacing then.
Oh yes indeed, this is unused now. Just forgot while refactoring I guess.
What's the status of this? Is it still an issue? AFAICS nobody has been able to reproduce this so far, correct?
Any reason to keep this open? I think this can be considered done.
Closing this since there have been objections to the design, see above.
I think the idea of traits could still be valuable, but maybe only as a runtime construct. I.e. rather than storing…
Closing this since there have been objections to the design, see #105841.
I think the idea of traits could still be valuable, but maybe only as a runtime construct. I.e. rather than storing…
Quite sure this is useful, and long requested. The main question for me is when exactly the callbacks should fire. I guess the post callbacks should fire only after data is instantiated, and after versioning. So really at the end of BKE_blendfile_append()
/BKE_blendfile_link()
. Technically operators may still perform further work as part of the linking/appending, but practically I think this would be fine.
First of all, this goes far beyond the UI. It's a general discussion on floating point errors (as they appear in rendering, nodes, tools, ...) and how we deal with them from a product, development…