Check the overview thread for more information about the meeting.
Present
- Hans Goudey
- Jacques Lucke
- Lukas Tönne
- Simon Thommes
- Ben
- Mattias Fredriksson
- Raiko
- Falk David
- Casey
- Dalai Felinto
- Ya hia
- Quackers
- Forgot someone?
Since the Last Meeting
- Add “Grease Pencil” menu
- New Camera Info node
- Add icon to socket type selection
- GeometrySet Python API (docs)
- Import Nodes out of experimental
- Panel Toggles in compositor
- Scale input in Curve to Mesh node
- Shortcuts for viewer nodes
- Use Radius option in Bounding Box node
- New “Face” option in Mesh to Curve node
- Support opening images in Geometry Nodes modifier
- Add names to String to Curves instance geometries
- Improve performance with very many inputs
Meeting Topics
- Brief discussion about GPU evaluation
- No immediate plans, but in the future Geometry Nodes may benefit from running certain calculations on the GPU.
- It’s not clear what API we’ll want to use right now (whether it’s Blender’s GPU API like the compositor or something like SYCL).
- Not all nodes would be GPU compatible, so it would require work on the UI as well (e.g., to indicate what may not run).
- Merging closures and bundles as experimental feature
- This is ready to go in main, which is helpful now because Lukas is using the feature in his development.
- Geometry Nodes: Align inputs and outputs in many nodes
- Remove sample index for now, look at the sampling nodes as a package.
- Also remove nodes that require reordering of outputs or inputs for now, do those explicitly later since it breaks the API.
- Should we wait for 5.0? There isn’t really a specific reason to wait.
- Geometry Nodes: Add option to set the depth order in “Curves to Grease Pencil”
- Discussion about whether to expose the option for convenience on the Curves to Grease Pencil conversion node. The consensus is to just add the new node.
- Geometry Nodes: “Instance Bounds” node
- Simon mentions that this is somewhat related to the larger problem of getting data from instance geometries to the instance domain. The For Each Geometry Zone might be a more general way to solve that problem in general. But it still seems okay to add this node.
- Geometry Nodes: “Scene Info” node
- This still needs a bit of work with the dependency graph, and a few outputs to reconsider, but that is being discussed as part of code review.
- Simon mentions from previous experience that it’s worth being careful about which scene settings cause reevaluation. Things like “brush size” have caused this in the past apparently.
- Dependency graph granularity might be a requirement for this node in that situation.
- Nodes: Align Sockets on Nodes to the Grid
- The idea is interesting to the module. Currently the tradeoff is a bit too big though. This seems to benefit a small number of users without benefit to most users that don’t worry about alignment. Maybe with more iteration the amount of new buffer space could be reduced.
- Maybe there are other ways to avoid angled links, like drawing them differently, since the fundamental problem may be the ugly links rather than the sockets actually being on the grid.
- Geometry Nodes: Match String node
- No objections, good to go.
Ran out of time before discussing these topics (to be discussed next time or in the meantime):