I'll have a look.
Sounds like the collada exporter needs to restrict it's layer number by type as well as domain.
rebased onto blender-v3.6-release again.
I had to untangle some erroneous merges with main.
rebased onto blender-v3.6-release
I think the conclusion from the last module meeting was that the thing this patch does for instances should be done for joining as well. I'll try to update the patch and add join handling.
I'm currently at the stage where I'm trying to get it to work with the extra lookup table, however I'm not sure how feasible it is either, since the CustomData struct is copied (verbatim) in…
Ah, I needed to set the world opacity
to 1 instead of the (default) 0 to see the built in hdri.
Still no perceptible difference between LT on/off here.
I don't see much of difference between LT on/off.
@Rawalanche what 'rotation slider' are you using. I didn't see any steps for setting up a hdri in your 'steps to reproduce'.
I set up an 8k…
I did some work trying to remove the CustomDataLayer ** table and replace it with a layer_uuid. But got stuck on the fact that I can store the uuid in the PointerRNA.data pointer (just by…
Looking into this it is related, but a slightly different code path, which this patch does not solve.
the patch solves propagating the active/render color index across instancing, while this…
I'll try to find the time to get my brain back into the space of that patch and see what's missing from it and how it could be done differently...
It should ate least be predictable what happens. To me 'pick the first one' would be ok. Combined with an explicit 'set active color index' node or something like that.
At a first glance I guess this is the same problem as: blender/blender#106563
I don't have much time to really look into it this weekend though. Do you…
data.foreach_get
when called on an Edit Mode mesh
Initial investigation results:
- foreach_attr_type tries to get the type of the MeshUVLoopLayer.data.uv property
- because the object is in edit mode, the length of the .data collection is 0 -…
Just as PSA: I don't have time to look into this at the moment. In case someone hoped I would ;-)