I believe this is just due to how those outlines are rendered. Because it's essentially expanding on pixels, some lines are gonna have a different aliasing pattern than others 🤔
Could be,…
@HooglyBoogly @Rawalanche hi, I think we are talking about the same issue (empty slots created by primitive nodes): #95280 / #93455
Yes, possibly. It's been so long I forgot I reported it…
This addition of the default material is a surprisingly complex topic, mainly because we need to be able to differentiate from the default state of a primitive vs. a case where a user has…
Unused materials are never cleaned from the mesh since you can change indices later. Any default mesh contains material at 0 index which is used for render and you can assingle other material…
Reopening as this is clearly a bug. There's no explanation as to why empty slot without any assigned faces would be a "workflow". Even by FOSS standards this is a weak behavior.
Geometry nodes is blender procedural generator, to aim geometry nodes to external software for workflow please consider python as post processor for the result meshes.
You have absolutely no…
Empty material slot is here due to some meshes being created by geometry node primitive nodes, empty slot is used for geometry nodes workflow and this is expected to see this slot on output of…
This works if we convert the curve object to mesh for applying the modifier before exporting.
Ah ok. But this do sound weird. I guess it should have been applied before exporting…
Linking to the object is very important since there are several bugs (few of which @mod_moder has recklessly closed like this one) which cause some GN-generated geometry to not have any…
Hi, this is same as one of your old report #94178 This is not fixed yet unfortunately, I did look at the issue but didn't find time to check it further :/
Yeah, it's been so long ago I…
@mod_moder knows more about this area of Blender that I do, so I'm inclined to believe they're correct in that this is not a bug.
But just to double check. The issue is related to…