Blender Git Loki
Revision 8b11d36 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 3, 2021, 18:58 (GMT) |
More progress converting the point distribute node to operations I might not continue with this approach, it seems like building a temporary vector of geometry components will be much simpler |
Revision d726aae by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 3, 2021, 17:59 (GMT) |
Merge branch 'master' into temp-geometry-nodes-instances-api |
Revision c407647 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 3, 2021, 05:27 (GMT) |
WIP: Rewrite point distribute node to correctly support instances This does not compile, and isn't close to finished. |
Revision c938399 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 3, 2021, 05:22 (GMT) |
Add a second idea for the instances API |
Revision 89d5710 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 3, 2021, 04:16 (GMT) |
Merge branch 'master' into temp-geometry-nodes-instances-api |
Revision 7746c56 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 2, 2021, 13:47 (GMT) |
Merge branch 'master' into temp-geometry-nodes-instances-api |
Revision 525d368 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 1, 2021, 23:18 (GMT) |
Geometry Nodes: Support instances in the point instance node |
Revision 5494ad4 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 1, 2021, 23:17 (GMT) |
Geometry Nodes: Output instanced geometry from the object info node |
Revision 8268e73 by Hans Goudey (temp-geometry-nodes-instances-api, temp-geometry-nodes-instances-api-v2) February 1, 2021, 23:17 (GMT) |
Geometry Nodes: First pass on instance geometry set API I think a fair amount of this will change, but this API uses a callback on each component of a geometry set and its instances recursively. Example uses will come in a following commit. |