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
|
August 29, 2021, 02:18 (GMT) |
Add comment
|
August 29, 2021, 02:17 (GMT) |
Add another test, add TODO comments
|
August 28, 2021, 23:10 (GMT) |
Don't destruct reused inputs after a function call
|
August 28, 2021, 18:29 (GMT) |
Fix problem building variables for function inuts
|
August 28, 2021, 05:40 (GMT) |
Add a slightly more complicated test
This one doesn't pass, I'll need to debug it
|
August 28, 2021, 05:21 (GMT) |
Add another very simple passing test
|
August 28, 2021, 05:05 (GMT) |
Complete handling of field network inputs
|
August 28, 2021, 05:02 (GMT) |
Add short comment
|
August 27, 2021, 20:53 (GMT) |
Add FieldInput for input virtual arrays
|
August 27, 2021, 20:02 (GMT) |
Merge branch 'temp-geometry-nodes-fields' into temp-geometry-nodes-fields--fields
|