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-10-24Fix: memory leak after type conversion in geometry nodes groupJacques Lucke
2021-10-21Geometry Nodes: fix force-computing multiple non-output socketsJacques Lucke
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-18Geometry Nodes: decouple multi-function lifetimes from modifierJacques Lucke
2021-10-15Cleanup: Refactor use of implicit inputs in geometry nodesHans Goudey
2021-10-15Geometry Nodes: Add Voronoi TextureCharlie Jolly
2021-10-15Geometry Nodes: Port shader gradient texture nodeCharlie Jolly
2021-10-14Geometry Nodes: Add White Noise textureCharlie Jolly
2021-10-12Cleanup: Attempt to fix benign macOS compile warningsHans Goudey
2021-10-11Geometry Nodes: Add Nodes to Get/Set Built-in AttributesJohnny Matthews
2021-09-29Cleanup: Add constructor for AttributeFieldInputHans Goudey
2021-09-28Geometry Nodes: Fields version of attribute proximity nodeHans Goudey
2021-09-28Geometry Nodes: Remove experimental option for fieldsJacques Lucke
2021-09-28Geometry Nodes: Mesh Point Cloud Conversion NodesHans Goudey
2021-09-27Geometry Nodes: new Instance on Points nodeJacques Lucke
2021-09-24Geometry Nodes: Add versioning and legacy warning for random float nodeHans Goudey
2021-09-24Geometry Nodes: Random Value NodeJohnny Matthews
2021-09-22Geometry Nodes: Add legacy warning and "View Legacy" operatorHans Goudey
2021-09-20Geometry Nodes: use implicit position input in noise nodeJacques Lucke
2021-09-20Geometry Nodes: implicit position input in Set Position nodeJacques Lucke
2021-09-11Geometry Nodes: add field support for socket inspectionJacques Lucke
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-08-20Functions: remove multi-function networkJacques Lucke
2021-08-05Cleanup: license headersCampbell Barton
2021-08-03Cleanup: deduplicate type conversion logicJacques Lucke
2021-08-02Cleanup: separate base and geometry nodes specific socket cpp typeJacques Lucke
2021-07-15Cleanup: unused variable captureJacques Lucke
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-24Fix T89390: crash when join geometry node has only muted inputsJacques Lucke
2021-06-21Fix T89122: crash when multi input is connected to multiple group inputsJacques Lucke
2021-06-17Geometry Nodes: improve node locking in evaluatorJacques Lucke
2021-06-16BLI: add threading namespaceJacques Lucke
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-11Nodes: cache socket identifier to index mappingJacques Lucke
2021-06-10Fix T88578: crash when loading value from group output nodeJacques Lucke
2021-06-08Fix T88719: Attribute Remove node input field does nothingJacques Lucke
2021-06-08Geometry Nodes: enable multi-threading in evaluator againJacques Lucke
2021-05-27Geometry Nodes: disable multi-threading in evaluator for nowJacques Lucke
2021-05-25Cleanup: remove unnecessary lambda captureJacques Lucke
2021-05-25Cleanup: spellingCampbell Barton
2021-05-20Geometry Nodes: new geometry nodes evaluatorJacques Lucke
2021-05-08Cleanup: remove use of persistent data handles in geometry nodesJacques Lucke
2021-04-27Geometry Nodes: improve geometry nodes evaluator internal apiJacques Lucke