Repository for my thesis, "Computational approaches in studying optical sensing and separation of enantiomers"
 
Go to file
Sofus Albert Høgsbro Rose 74d5a5daf8
feat: We did it, GeoNodes node w/live update!
We also implemented the TriMesh node, and established a strong
convention for updating nodes from sockets via. socket superclass
method. `trigger_updates`. It should be triggered as the
`update=` callback on **ALL PROPERTIES IN ALL SOCKETS**. This
method in turn calls the nodal `update()` function, which in turn
causes the node to chain-update all nodes linked to any output socket.

By default, `update()` is `pass`, so performance shouldn't be a concern,
but we should think about this deeper at some point.

Because update-chaining is done, we're ready for preview toggles on
node outputs. A lot of exciting things to do now!
2024-02-20 13:16:23 +01:00
code feat: We did it, GeoNodes node w/live update! 2024-02-20 13:16:23 +01:00
ref init: Thesis repository. 2024-01-29 14:33:17 +01:00
.editorconfig init: Thesis repository. 2024-01-29 14:33:17 +01:00
.gitattributes init: Thesis repository. 2024-01-29 14:33:17 +01:00
.gitignore feat: Somewhat working addon. 2024-02-06 21:44:43 +01:00
thesis.qmd init: Thesis repository. 2024-01-29 14:33:17 +01:00