August 30, 2021, 22:57 (GMT) |
Fix index field name for debugging
|
August 30, 2021, 22:54 (GMT) |
Cleanup: Rename function, add comments
|
August 30, 2021, 22:50 (GMT) |
Cleanup: Remove incorrect comment
|
August 30, 2021, 22:49 (GMT) |
Add a slightly more complicated test
|
August 30, 2021, 22:49 (GMT) |
Fix incorrect descruction of output variables
|
August 30, 2021, 21:41 (GMT) |
Fix broken test because of stupid mistake
|
August 30, 2021, 21:41 (GMT) |
Add TODO comment
|
August 30, 2021, 20:25 (GMT) |
Add a new (failing) test and some comments
|
August 30, 2021, 20:24 (GMT) |
Add name to variable outputs from functions
|
August 30, 2021, 20:24 (GMT) |
Add TODO comment
|
August 30, 2021, 19:28 (GMT) |
Fix infinite loop
|
August 30, 2021, 19:01 (GMT) |
Fixes for network traversal, add comments
|
August 30, 2021, 19:01 (GMT) |
Cleanup: Make construction of function fields easier to read
|
August 30, 2021, 15:59 (GMT) |
Merge branch 'temp-geometry-nodes-fields' into temp-geometry-nodes-fields--fields
|
August 30, 2021, 15:58 (GMT) |
Merge branch 'master' into temp-geometry-nodes-fields
|
August 29, 2021, 17:28 (GMT) |
Refactor procedure building to add proper destructs, to use stacks
This still doesn't really work, but it solves a fundamental problem with the order I was adding destruct calls for intermediate values. The current problem is that the variables that a function depends on (its inputs) are not added first, so basically a problem with the traversal of the field network.
|
August 29, 2021, 10:46 (GMT) |
show procedure parameters in dot graph
|
August 29, 2021, 10:27 (GMT) |
move dot graph generation into utility class
|
August 29, 2021, 10:09 (GMT) |
slightly improve readability of dot export
|
August 29, 2021, 02:20 (GMT) |
Cleanup: Rename variables
|