Blender Git Commits

Blender Git "geometry-nodes-attribute-nodes" branch commits.

Page: 6 / 7

October 26, 2020, 17:23 (GMT)
Geometry Nodes: initial test trying to use id properties to initialize group inputs

The settings can only be set via Python currently. The matching between properties
and group inputs is based on the socket identifier (which is e.g. `Input_5`).
Maybe we'll have to use a different matching strategy in the future, will see.
October 26, 2020, 16:53 (GMT)
Geometry Nodes: store id properties in nodes modifier

The properties are not used yet, but can already be accessed with Python
using `modifier.settings['setting name']`.

The plan is to use id properties to store the parameters that the modifier
passes into the geometry node group.
October 26, 2020, 13:16 (GMT)
Geometry Nodes: support evaluation with more than one group input

Group inputs are not yet exposed in the modifier. For now I just added
a simple float setting that will be passed to every float input of the group.
Inputs of other types have some default value.
October 26, 2020, 12:29 (GMT)
Geometry Nodes: connect group input and output by default
October 26, 2020, 12:27 (GMT)
Geometry Nodes: improve node tree evaluation

This change reduces the number of unnecessary copies of data
and avoids computing the same value more than once.
October 26, 2020, 11:27 (GMT)
Geometry Nodes: initial Transform node

Most of this code has been written by @HooglyBoogly.
I just changed the exec funtion so that it does not have to make
a copy of the mesh.
October 26, 2020, 11:25 (GMT)
Geometry Nodes: add utility method to check if a geometry has a mesh
October 26, 2020, 11:10 (GMT)
Merge branch 'master' into geometry-nodes
October 24, 2020, 12:38 (GMT)
Merge branch 'master' into geometry-nodes
October 23, 2020, 13:18 (GMT)
Merge branch 'master' into geometry-nodes
October 23, 2020, 13:13 (GMT)
Geometry Nodes: make some function nodes available

We might not want to have all those nodes in a final version.
Some of them have been added with particle nodes in mind.
However, to test the evaluation system it is useful to have a
couple of nodes available.

Those nodes should "just" work, because their implementation
is reused from the particle nodes project.
October 23, 2020, 13:09 (GMT)
Geometry Nodes: improve node group evaluation

This adds support for nodes that have a multi-function implementation.
That includes various function nodes like Math, Combine Vector, ...

Furthermore, there is support for implicit conversions now. So it should
work when one connects e.g. a float to an integer and vice versa.
October 23, 2020, 13:05 (GMT)
Nodes: add utility methods
October 23, 2020, 13:01 (GMT)
Functions: add utility method
October 23, 2020, 03:59 (GMT)
Geometry Nodes: Resolve some missing 3D viewport updates

These two functions "snode_notify" and "ED_node_tag_update_id" appear to
be mostly duplicates. However, there is already a case for each type of
built-in node tree, so it makes sense to add one for the geometry node
tree as well. This doesn't solve the update issues for changing number
in buttons, that must be handled somewhere else.
October 23, 2020, 03:03 (GMT)
Merge branch 'master' into geometry-nodes
October 22, 2020, 18:48 (GMT)
Geometry Nodes: Add edge split node functionality
October 22, 2020, 16:24 (GMT)
Geometry Nodes: expose minimum vertices input of Triangulate node
October 22, 2020, 16:23 (GMT)
Fix error in previous commit

That should not have happened -.-
October 22, 2020, 16:20 (GMT)
Fix previous comment
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021