Main Changes:
- Refactor of what happens when ctrl+shift clicking on a node to link to a viewer. The behavior of the geometry nodes viewer is a bit more complex than the compositor viewer.
- Evaluation, display and caching of fields in the spreadsheet.
Differential D12938
Geometry Nodes: Support viewing field values in spreadsheet. Authored by Jacques Lucke (JacquesLucke) on Oct 20 2021, 1:43 PM.
Details Main Changes:
Diff Detail
Event TimelineComment Actions
Comment Actions Overall this looks good. It's nice that you went a bit further to generalize things that will be helpful in the future. I think this needs versioning, since it adds struct to the viewer node storage. Or it could just use node->custom1, I'd be fine with that too (but I guess it would still need versioning). I guess the caching can be used for the BMesh -> Mesh conversion we currently do on every redraw too!
Comment Actions
Yes, I think that should work. Comment Actions
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||