Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-31Cleanup: Rename function, add commentsHans Goudey
2021-08-31Cleanup: Remove incorrect commentHans Goudey
2021-08-31Add a slightly more complicated testHans Goudey
2021-08-31Fix incorrect descruction of output variablesHans Goudey
2021-08-31Fix broken test because of stupid mistakeHans Goudey
2021-08-31Add TODO commentHans Goudey
2021-08-30Add a new (failing) test and some commentsHans Goudey
2021-08-30Add name to variable outputs from functionsHans Goudey
2021-08-30Add TODO commentHans Goudey
2021-08-30Fix infinite loopHans Goudey
2021-08-30Fixes for network traversal, add commentsHans Goudey
2021-08-30Cleanup: Make construction of function fields easier to readHans Goudey
2021-08-30Merge branch 'temp-geometry-nodes-fields' into temp-geometry-nodes-fields--fi...Hans Goudey
2021-08-29Refactor procedure building to add proper destructs, to use stacksHans Goudey
2021-08-29show procedure parameters in dot graphJacques Lucke
2021-08-29move dot graph generation into utility classJacques Lucke
2021-08-29slightly improve readability of dot exportJacques Lucke
2021-08-29Cleanup: Rename variablesHans Goudey
2021-08-29Add commentHans Goudey
2021-08-29Add another test, add TODO commentsHans Goudey
2021-08-29Don't destruct reused inputs after a function callHans Goudey
2021-08-28Fix problem building variables for function inutsHans Goudey
2021-08-28Add a slightly more complicated testHans Goudey
2021-08-28Add another very simple passing testHans Goudey
2021-08-28Complete handling of field network inputsHans Goudey
2021-08-28Add short commentHans Goudey
2021-08-27Add FieldInput for input virtual arraysHans Goudey
2021-08-27Use EXPECT_EQ instead of ASSERT_EQHans Goudey
2021-08-27Rename Function to FieldFunctionHans Goudey
2021-08-27Add an index input function testHans Goudey
2021-08-26Add a high-level description to the header fileHans Goudey
2021-08-26Refactor field storage again, to allow reuse of function outputsHans Goudey
2021-08-26Fix constant input testHans Goudey
2021-08-26Experimental simplification: non-virtual multi-function-only fieldsHans Goudey
2021-08-26Basic constant input test passesHans Goudey
2021-08-25Remove GArray, futher improvementHans Goudey
2021-08-25Initial crappy code that doesn't do anything and wouldn't compileHans Goudey
2021-08-23fix commentJacques Lucke
2021-08-22make dot output more compacttemp-multi-function-procedureJacques Lucke
2021-08-22avoid allocating index array in some casesJacques Lucke
2021-08-22add return instruction and initial procedure validationJacques Lucke
2021-08-22support span buffer reuseJacques Lucke
2021-08-22fix commentJacques Lucke
2021-08-20improve namingJacques Lucke
2021-08-20cleanupJacques Lucke
2021-08-19pull out multi function networkJacques Lucke
2021-08-19test vector processingJacques Lucke
2021-08-19support creating loops with builderJacques Lucke
2021-08-19add dummy instruction typeJacques Lucke
2021-08-19improve namingJacques Lucke