Display:
Master Commits
Branch Commits
All Commits
Blender
Git "geometry-nodes-attribute-nodes" branch commits.
Page: 7 / 7
Revision
a05012d 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:08 (GMT)
Geometry Nodes: simplify and deduplicate callbacks on sockets This adds a layer of abstraction between the code calling callbacks on sockets and the implementation of those callbacks. This abstraction layer allows some sockets to not implement all callbacks when those can be derived from some other callback.
Revision
97a9356 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, 13:52 (GMT)
Geometry Nodes: change "Node Tree" to "Node Group"
Revision
da4d697 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, 13:05 (GMT)
Geometry Nodes: initial support for evaluating geometry node groups This is still very basic and does quite a few unnecessary computations. Also the error handling is quite weak currently, so when invalid things are connected, it will probably just crash. Also the interface that individual nodes have to implement will have to change, but the current solution is a good starting point. Only the triangulate node is implemented for now.
Revision
8721889 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, 13:02 (GMT)
Geometry Nodes: add an initial geometry class
Revision
ffa0a6d 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, 13:01 (GMT)
Functions: add generic pointer class This class represents a pointer whose type is only known at runtime.
Revision
706fa5a 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, 13:00 (GMT)
Functions: add move operations to CPPType
Revision
b7f6de4 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 21, 2020, 21:11 (GMT)
Geometry Nodes: Add initial node definition for edge split
This is just based on
rBa7dba81aab22 , and contains no funcionality at all.
Revision
7e485b4 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 21, 2020, 13:54 (GMT)
Merge branch 'master' into geometry-nodes
Revision
a7dba81 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 12:14 (GMT)
Nodes: add initial UI for Triangulate node
Revision
4606e83 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 12:00 (GMT)
Merge branch 'master' into geometry-nodes
Revision
1d28de5 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 11:16 (GMT)
Nodes: improve dependency between modifier and node group
Revision
3cfcfb9 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 10:32 (GMT)
Nodes: support creating geometry node groups
Revision
bcdc691 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 10:16 (GMT)
Nodes: show header in geometry node editor
Revision
7793e8c 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 10:13 (GMT)
Modifiers: add node_tree to NodesModifierData
Revision
05d9bd7 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 10:03 (GMT)
Modifiers: rename Simulation to Nodes modifier
Revision
9255ce9 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 09:39 (GMT)
Nodes: rename Simulation to Geometry node tree
Revision
a0ce015 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 21, 2020, 09:11 (GMT)
Merge branch 'master' into geometry-nodes
Revision
0cd7f7d 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 , geometry-tree-evaluation , temp-geometry-nodes-distribute-points-cleanup , temp-modifiers-instancing ) October 20, 2020, 13:31 (GMT)
Nodes: add geometry socket type
We still have to pick a color for this socket.
Ref
T81848 .