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-09-01add common base class for field input/operationtemp-geometry-nodes-fields--fields-jacquesJacques Lucke
2021-08-31destruct all variables that are not outputsJacques Lucke
2021-08-31fix string socketJacques Lucke
2021-08-31support modifier inputs againJacques Lucke
2021-08-31support field conversionJacques Lucke
2021-08-31fix default valuesJacques Lucke
2021-08-31initial support for function nodes in evaluatorJacques Lucke
2021-08-31initial support in evaluatorJacques Lucke
2021-08-31field cpp typeJacques Lucke
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 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-30Merge branch 'master' into temp-geometry-nodes-fieldsHans Goudey
2021-08-30Cleanup: clang-tidyJacques Lucke
2021-08-30Nodes: add more flexible method to declare sockets of a nodeJacques Lucke
2021-08-30Fix T91056: GPencil merge layers doesn't preseve Keyframe type.Antonio Vazquez
2021-08-30Fix T90742: Gpencil ghost point on selectionHenrik Dick
2021-08-30Docs: retitle 'GPU Shader Module' to 'GPU Module'Germano Cavalcante
2021-08-30Geometry Nodes: Curve Fill NodeErik Abrahamsson
2021-08-30Cleanup: Add comment about suspicious O(n^3) loopHans Goudey
2021-08-30Geometry Nodes: Enhance the cube mesh primitive as a cuboidRajesh Advani
2021-08-30Geometry Nodes: Allow for one vertex in grid nodeMattias Fredriksson
2021-08-30Fix: Circle mesh primitive outer edges do not renderMattias Fredriksson
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-29Fix BLI_strncpy_wchar_from_utf8 result on WindowsCampbell Barton
2021-08-29Don't destruct reused inputs after a function callHans Goudey
2021-08-28UI: Timecodes: Rename "No TC in use" to "None"Aaron Carlisle
2021-08-28Fix problem building variables for function inutsHans Goudey
2021-08-28BLI_string_utf8: add buffer size arg to BLI_str_utf8_from_unicodeCampbell Barton
2021-08-28Fix error scaling thumbnails to zero dimensionsCampbell Barton
2021-08-28BLF: remove checks for blend file relative pathsCampbell Barton
2021-08-28Add a slightly more complicated testHans Goudey