Blender Git Commits

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

Page: 5 / 7

October 28, 2020, 13:01 (GMT)
Merge branch 'master' into geometry-nodes
October 28, 2020, 09:40 (GMT)
Merge branch 'master' into geometry-nodes
October 28, 2020, 02:21 (GMT)
Merge branch 'master' into geometry-nodes
October 27, 2020, 19:01 (GMT)
Merge branch 'master' into geometry-nodes
October 27, 2020, 17:59 (GMT)
Geometry Nodes: Support pointcloud in transform node

This is likely not the final implementation of the transform node, but
it's a good trivial case for supporting multiple geometry data types.
October 27, 2020, 16:01 (GMT)
Fix group input is resetting in modifier
October 27, 2020, 14:53 (GMT)
Fix missing null check in recent commit
October 27, 2020, 14:43 (GMT)
Cleanup: Use proper C++ types
October 27, 2020, 13:59 (GMT)
Geometry Nodes: initial support for bool group inputs

Still need to work on the uilayout inside the modifier.
October 27, 2020, 13:54 (GMT)
Geometry Nodes: support vector inputs to geometry group
October 27, 2020, 12:44 (GMT)
Geometry Nodes: initial support for displaying group inputs in modifier

This uses the previously added id properties on the nodes modifier
to store values that are passed into the geometry node group.
October 27, 2020, 11:09 (GMT)
Geometry Nodes: enable nodes modifier in edit mode
October 27, 2020, 04:15 (GMT)
Geometry Nodes: Fix memory leak
October 27, 2020, 04:12 (GMT)
Merge branch 'master' into geometry-nodes
October 27, 2020, 04:00 (GMT)
Geometry Nodes: Add initial scattering nodes

The first is a "Point Distribute" node, which takes a mesh and outputs a
pointcloud, scattering points randomly on the surface based on the input
density. The distribution algorithm is extremely basic at this point, and
doesn't take into account an attribute weight at each vertex.

The second node is a "Point Instance" node, which is mainly a placeholder
until the engineering design for how to work with instancing in geometry
nodes is decided. For now it just runs the same code that the convert
pointcloud to mesh operator uses.
October 27, 2020, 03:54 (GMT)
Geometry Nodes: Add function to create a temporary pointcloud

We needed a "nomain" funciton similar to the one we have for meshes in
order to add a working pointcloud for the geometry nodes.
October 27, 2020, 03:44 (GMT)
Geometry Nodes: Add utility to position point randomly on 3D triangle
October 27, 2020, 03:41 (GMT)
Geometry Nodes: Add pointcloud support to geometry class

This adds another set of the same mesh functions but for pointclouds.
There are probably better ways to generalize this functionality, but that
may have to be rethought in the future anyway if we want to store
multiple of each type. And anyway it's handy to have a specific set of
"pointcloud" functions available in the node implementations.
October 26, 2020, 19:27 (GMT)
Geometry Nodes: Initial mesh boolean node

This uses the code from the rewritten boolean modifier from 2.91 as a node.
The implementation is about as minimal as it can get, since for now the use
case of this node is mostly to test multiple geometry outputs and inputs.

The boolean code requires a BMesh, so the node converts the input meshes
to BMesh, so the bmesh is added as a dependency to the nodes module.
October 26, 2020, 17:27 (GMT)
Cleanup: remove unused modifier property
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021