Display:  
			
				Master Commits 
				Branch Commits 
				All 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.
Revision 
e044910  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) 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.
Revision 
a5dda59  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 26, 2020, 12:29 (GMT)
Geometry Nodes: connect group input and output by default
Revision 
c48e4b7  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) 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.
Revision 
4ae2d62  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) 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.
Revision 
47f5a63  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 26, 2020, 11:25 (GMT)
Geometry Nodes: add utility method to check if a geometry has a mesh
Revision 
eb8574b  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 26, 2020, 11:10 (GMT)
Merge branch 'master' into geometry-nodes
Revision 
bc4e31a  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 24, 2020, 12:38 (GMT)
Merge branch 'master' into geometry-nodes
Revision 
9d7672b  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 23, 2020, 13:18 (GMT)
Merge branch 'master' into geometry-nodes
Revision 
994e717  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) 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.
Revision 
1719743  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) 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.
Revision 
8910033  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 23, 2020, 13:05 (GMT)
Nodes: add utility methods
Revision 
2a4c6c6  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 23, 2020, 13:01 (GMT)
Functions: add utility method
Revision 
b062b92  by 
Hans Goudey   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) 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.
Revision 
895f462  by 
Hans Goudey   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 23, 2020, 03:03 (GMT)
Merge branch 'master' into geometry-nodes
Revision 
fafed62  by 
Hans Goudey   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 22, 2020, 18:48 (GMT)
Geometry Nodes: Add edge split node functionality
Revision 
7ff8094  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 22, 2020, 16:24 (GMT)
Geometry Nodes: expose minimum vertices input of Triangulate node
Revision 
5aabf67  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 22, 2020, 16:23 (GMT)
Fix error in previous commit That should not have happened -.-
Revision 
ab8c7fe  by 
Jacques Lucke   (attribute-accessor , geometry-nodes , geometry-nodes-active-modifier-drawing , geometry-nodes-attribute-nodes , geometry-nodes-boolean-node , geometry-nodes-deduplicate-float-math , geometry-nodes-distribute-points , geometry-nodes-mix-attributes , geometry-nodes-point-separate-node , geometry-nodes-transform-node , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 22, 2020, 16:20 (GMT)
Fix previous comment