Probbly the best fix would be in refactor of the way we generate surpface matris and instead od current one just peform multiple UV sampling around the root with implicit smoothing of the…
Only reason for me to consider this input socket is the ability to dynamically change the data type without depending on a socket visibility.
But this input and meaningless for integer value…
I do not see the issue in the file.
For me int face_i
, int face_index = indices[face_i]
and IndexRange face
naming more common.
For GP materials of the curve should not be even considered\
I do not see the full picture. So GP curves are not dna but the curve geometry. So materials are on the leyers. So what the point of checking the materials on the curves? I'd against of specific…
Why not just add materials to curve geometry?/
Its seems this can just be moved outside of the loop and be computed for all the elements at the same time?
Probably this can be done more gracefully with IndexMask::from_batch_predicate
since for range of faces its can be trivially known is all selected faces in range are tris and such segment can be passed as-is or now.
Not sure where this can be implemented but would be good to just skip any processing in case corners_num == faces_num * 3
.
Elliptical Remap
Node Groups
This task contains too few amount of info about actually feature and the purpose of that.
Since node trees are a way of implementing algorithms they're also copyrightable. When new node…
The problem is that this means that higher level code does have to care about the two different modes too
Yeah, perform user-preference actions at such high level as it can be and focus only…