December 3, 2020, 17:31 (GMT) |
Merge branch 'geometry-nodes' into geometry-nodes-point-separate-node |
Revision 390c4ef by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) December 2, 2020, 15:58 (GMT) |
Merge branch 'master' into geometry-nodes |
December 2, 2020, 14:08 (GMT) |
Point Separate Node: Change has_attribute function |
December 2, 2020, 03:33 (GMT) |
Point separate node: Refactor, add comments, clean up Make more of the logic generic so that it can more easily work on more component types in the future. Basically anything that handles attributes can be generic. |
December 2, 2020, 03:31 (GMT) |
Attribute Access: Add a "has_attribute" method |
December 2, 2020, 03:29 (GMT) |
Point Separate Node: Revert earlier change to point cloud creation I'm not quite sure creating the "radius" attribute in here is necessary when any other attribute can be created later, but without this the original radius attribute didn't pass to the new point cloud components properly. This should be investigated though, because the "radius" attribute of pointclouds currently exists in some "semi-built-in" space that doesn't really make sense. |
December 1, 2020, 21:05 (GMT) |
Geometry Nodes: Point separate node This node takes an input geometry and ouputs two geometries, moving some points to the first and other points to the second depending on a mask attribute input and a threshold. The implementation tries to be "attribute component agnostic", meaning it should be relatively easy to add "separate" functionality for more component types in the future when they need to support it. (Then the node could be renamed "Separate Geometry"). There is still an error carrying over the values for some attributes to the output geometries. |
Revision f14c944 by Hans Goudey (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) December 1, 2020, 15:28 (GMT) |
UI: Add new node colors for geometry nodes During the development of the new nodes in the `geometry-nodes` branch the color of the new nodes wasn't considered, so all of the nodes ended up red, the color for "input" nodes. This patch introduces two new colors, one for "Geometry" and one for "Attributes". There are only two attribute nodes currently, but the next sprint will add two more, attribute mix, and sample from texture. The attribute nodes are conceptually different enough from the nodes that modify the geometry that they deserve their own color. Differential Revision: https://developer.blender.org/D9682 |
Revision 399e5cc by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) December 1, 2020, 14:11 (GMT) |
Geometry Nodes: support swapping inputs in function nodes This is the same fix as in rB5ae666c2cc67be0e5ffb897c1ff48fe434d7dbc6. |
Revision 5ae666c by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) December 1, 2020, 14:04 (GMT) |
Geometry Nodes: automatically reconnect when swapping inputs This makes it easier to swap the inputs to the Join Geometry node. The behavior is the same as in the Math node. |
Revision b9525e3 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) December 1, 2020, 10:32 (GMT) |
Geometry Nodes: correct modifier name when creating from node editor The name should be the same as when the modifier is created in the modifier tab of the properties editor. |
Revision 1bb2c7d by Hans Goudey (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 22:43 (GMT) |
Cleanup: Store "is_active" instead of pointer property in panel type This is consistent with the way other panel type fields are stored. |
Revision a0f41a4 by Hans Goudey (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 22:36 (GMT) |
Merge branch 'master' into geometry-nodes |
Revision 7aa47cd by Dalai Felinto (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 19:25 (GMT) |
Merge remote-tracking branch 'origin/master' into geometry-nodes |
Revision 1ecc2b3 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 15:43 (GMT) |
Cleanup: add a comment |
Revision f7d9ec6 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 15:34 (GMT) |
Merge branch 'master' into geometry-nodes |
Revision 7c4c680 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 15:33 (GMT) |
Cleanup: correct function name |
Revision 69f4088 by Hans Goudey (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 15:23 (GMT) |
Geometry Nodes: Change modifier name The modifier was called "Empty", which reflects the fact that the modifier doesn't do anything when you add it. However, that is not true after you change the modifier's node group, and the fact that the modifier uses nodes is the one thing that distinguishes it at this point. This commit changes the name to "Geometry Nodes", which is simple and consistent with the "Geometry Node Editor" and the naming of the project so far. |
Revision eb94029 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 09:27 (GMT) |
Merge branch 'master' into geometry-nodes |
Revision a7680e2 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 27, 2020, 18:44 (GMT) |
Merge branch 'master' into geometry-nodes |
|