Meeting time: 15:00-16 CET (2023-05-02T13:00:00Z)
Links
Present
- Dalai Felinto
- Iliya Katueshenock
- Jacques Lucke
- Hans Goudey
Since the Last Meeting
- The core team has mostly been working on polishing the simulation branch, with the goal of committing it to main as soon as possible.
- Lukas finished adding UI to add, remove, and rename simulation state items in the node sidebar.
- Lukas and Jacques finished the storage and evaluation of anonymous attributes as simulation states.
- Hans did some general cleanups, and split off some internal changes for main.
- Jacques made a prototype of a design for “Checkpoint” nodes, similar to the freeze node but a bit more general.
- The Index of Nearest node from Iliya landed, with some further performance improvements from Hans.
- Erik worked on the mesh to volume node, which now generates a proper fog volume instead of a hybrid filled SDF.
- The use of implicit sharing continued– now the store and capture attribute nodes can avoid duplicating data if their input is an existing attribute, and some other nodes can avoid copying attributes when everything is selected/
- The units on some fields in the string to curves node, which didn’t make sense, have been removed in a commit from Damien Picard.
- A few unrelated small optimizations landed, including a small improvement to the mesh to curve node and to the blur attribute node
- Jacques did some work on the geometry nodes evaluator, mostly as part of merging parts of the simulation branch work.
- Hans landed more changes to the mesh data structure, which indirectly improve performance with geometry nodes. Loose vertices are now cached, edges are now stored as a generic attribute, marking the end of the mesh struct of arrays refactor, and calculation of face corner normals is now faster.
Topics
- Simulation Nodes status
- The goal is to move to main tomorrow
- Jacques made a list of the changes in the branch Simulation Nodes Changes - HackMD
- Only evaluate simulations that are connected to the output and not disabled by a switch node. That can simplify things, and eventually we could add a way to selectively turn them on.
- The calculate to frame operator, subframe mixing, and a way to show that a node isn’t evaluated because its result is baked can be added in main.
- Ship “Merge by Distance” as a built-in node group, a combination of “Index of Nearest” and “Merge Vertices” nodes.
- Turns out the index of nearest node doesn’t give the exact mapping we need for the merge by distance node, since it doesn’t merge all close vertices to the same index.
- We would need a new node that gives group indices from groups of close vertices.
-
#106956: Node Editor: Improve working with frame nodes
- Simon will check out the design later and test it out. Generally there was agreement that the design looks like a nice improvement.
- Some discussion about the “Checkpoint” design (Jacques will make a task to describe this soon)
- How much granular control is necessary? Since this feature for productions, maybe granular control makes sense.
- Why do people use baking? Because there’s lots of data or because it’s slow.
Pull Requests
-
#107066: WIP: Pass on color_attribute metadata through instancing, only for mesh
- We didn’t get the time to talk about this one
Next Meeting
The next meeting will be on Tuesday May 16, 15:00-16 CET (2023-05-16T13:00:00Z ), which is 2 weeks from this meeting. The provisional meeting agenda will be linked in the #nodes-physics-module channel before the meeting.