September 3, 2021, 09:06 (GMT) |
support deduplication of normal node |
September 3, 2021, 08:53 (GMT) |
fix typo |
September 3, 2021, 08:48 (GMT) |
Merge branch 'master' into temp-geometry-nodes-fields |
September 3, 2021, 04:05 (GMT) |
Cleanup and improve comment |
September 3, 2021, 04:00 (GMT) |
Add initial normal node In contrast with the read-only "normal" attribute on the face domain, this node gives normalized values for every mesh domain, including edges and corners. This is preferrable since it's much more predictable to work with. The implementation is a little more complicated than I would like, but could be improved with const access to lazy calculation of normals on meshes, which is something I've been planning to work on anyway. |
September 3, 2021, 03:55 (GMT) |
Fix function and define names |
September 2, 2021, 21:24 (GMT) |
Cleanup: Internally rename "position" to "input_position" Maybe we'll decide not to do this, for now maybe it's better to be consistent though |
September 2, 2021, 21:20 (GMT) |
Cleanup: Rename index node define |
September 2, 2021, 21:13 (GMT) |
Add "Index" node |
September 2, 2021, 21:11 (GMT) |
Allow Set Position node to act on more component types, cleanup |
September 2, 2021, 20:57 (GMT) |
Add a special case for a selection span This will probably end up being a utility used elsewhere, so it's worth adding this case. |
September 2, 2021, 20:48 (GMT) |
Reorder input sockets Since the position is the more important input compared to the selection, it should be on top |
September 2, 2021, 20:47 (GMT) |
Cleanup: Remove unnecessary include |
September 2, 2021, 19:58 (GMT) |
Merge branch 'master' into temp-geometry-nodes-fields |
September 2, 2021, 11:42 (GMT) |
fix test |
September 2, 2021, 11:00 (GMT) |
fix attribute field source deduplication |
September 2, 2021, 10:50 (GMT) |
Merge branch 'master' into temp-geometry-nodes-fields |
September 2, 2021, 10:48 (GMT) |
cleanup |
September 2, 2021, 10:42 (GMT) |
add initial Position and Set Position node |
September 2, 2021, 10:41 (GMT) |
get more efficient virtual array from MFParams |
|