i found another issue, maybe related? blender/blender#107271 (comment)
Doesn't look like it to me.
I think this needs a comment explaining why this is considered to be "geometry", since it wouldn't appear so.
I guess this makes sense to do, it's just not a clear cut case. Would just clarify that in a comment (noted inline).
Searching by tags was implemented in 08a1492ae5. More ways of filtering could be possible, but I think for now this is all we need. So I would say this task can be closed. If we decide to add more…
Not too sure if we should show much more info than the brush preview and the name. The description would often be clipped since we don't have multi-line label support. License & copyright are…
The PROP_HIDDEN
flag should be set for the "filter_glob"
property, so it doesn't appear in any auto-generated UIs.
Committed fe7540d39a to add an ObjectType
typedef, shouldn't cause any merge conflicts. We should really have that, there are plenty of switch
-cases
that should cover all enumerators.
Cast this to the enum type, so that the compiler warns when a new enumerator is introduced but not added here.