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-31rename to GFieldJacques Lucke
2021-08-31Fix index field name for debuggingtemp-geometry-nodes-fields--fieldsHans Goudey
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 broken test because of stupid mistakeHans Goudey
2021-08-30Add a new (failing) test and some commentsHans Goudey
2021-08-30Cleanup: Make construction of function fields easier to readHans 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-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-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-26Refactor field storage again, to allow reuse of function outputsHans 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-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-19pull out multi function networkJacques Lucke
2021-08-19test vector processingJacques Lucke
2021-08-19support creating loops with builderJacques Lucke
2021-08-19improve namingJacques Lucke
2021-08-19cleanupJacques Lucke
2021-08-19add commentsJacques Lucke
2021-08-19initial procedure builderJacques Lucke
2021-08-19support evaluation on oneJacques Lucke
2021-08-17add single testJacques Lucke
2021-08-17cleanup instruction schedulingJacques Lucke
2021-08-17Merge branch 'master' into mf-procedureJacques Lucke
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-05-29Merge branch 'master' into mf-procedureJacques Lucke
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-03-28fixesJacques Lucke
2021-03-28initial network to procedureJacques Lucke
2021-03-27fix memory leak in testJacques Lucke
2021-03-27branch testJacques Lucke
2021-03-27support mutable paramsJacques Lucke
2021-03-27initial executionJacques Lucke
2021-03-27simplifyJacques Lucke
2021-03-27move executor to separate fileJacques Lucke