Blender Git Commits

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

Page: 7 / 7

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.
October 22, 2020, 13:52 (GMT)
Geometry Nodes: change "Node Tree" to "Node Group"
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.
October 22, 2020, 13:02 (GMT)
Geometry Nodes: add an initial geometry class
October 22, 2020, 13:01 (GMT)
Functions: add generic pointer class

This class represents a pointer whose type is only known at runtime.
October 22, 2020, 13:00 (GMT)
Functions: add move operations to CPPType
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.
October 21, 2020, 13:54 (GMT)
Merge branch 'master' into geometry-nodes
October 21, 2020, 12:14 (GMT)
Nodes: add initial UI for Triangulate node
October 21, 2020, 12:00 (GMT)
Merge branch 'master' into geometry-nodes
October 21, 2020, 11:16 (GMT)
Nodes: improve dependency between modifier and node group
October 21, 2020, 10:32 (GMT)
Nodes: support creating geometry node groups
October 21, 2020, 10:16 (GMT)
Nodes: show header in geometry node editor
October 21, 2020, 10:13 (GMT)
Modifiers: add node_tree to NodesModifierData
October 21, 2020, 10:03 (GMT)
Modifiers: rename Simulation to Nodes modifier
October 21, 2020, 09:39 (GMT)
Nodes: rename Simulation to Geometry node tree
October 21, 2020, 09:11 (GMT)
Merge branch 'master' into geometry-nodes
October 20, 2020, 13:31 (GMT)
Nodes: add geometry socket type

We still have to pick a color for this socket.

Ref T81848.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021