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-28Cleanup: convert compositor nodes to c++Aaron Carlisle
2021-09-28Cleanup: Sort node types alphabeticallyHans Goudey
2021-09-28Geometry Nodes: Field version of curve reverse nodeJohnny Matthews
2021-09-28Geometry Nodes: Use factor slider for distribution density factorHans Goudey
2021-09-28Fix VS2017 compile error in String to Curves nodeErik Abrahamsson
2021-09-28Geometry Nodes: Mesh Point Cloud Conversion NodesHans Goudey
2021-09-28Geometry Nodes: Only show attribute toggle for field inputsHans Goudey
2021-09-28Geometry Nodes: Run nodes once on unique instance dataHans Goudey
2021-09-28Geometry Nodes: Move more nodes to legacyHans Goudey
2021-09-28Geometry Nodes: don't realize instances in Instance on Points nodeJacques Lucke
2021-09-28Geometry Nodes: remove empty mesh component in distribute node outputJacques Lucke
2021-09-28Geometry Nodes: move legacy nodes to separate folderJacques Lucke
2021-09-27Geometry Nodes: Do not realize instances in the material assign nodeHans Goudey
2021-09-27Fix: Incorrect node socket name after recent refactorHans Goudey
2021-09-27Geometry Nodes: Distribute points once per instance referenceHans Goudey
2021-09-27Geometry Nodes: add utility to process all instances separatelyJacques Lucke
2021-09-27Geometry Nodes: new Instance on Points nodeJacques Lucke
2021-09-27Geometry Nodes: support outputting collection children as instancesJacques Lucke
2021-09-27Fix: wrong socket shape in Vector input nodeJacques Lucke
2021-09-27Fix T91732: crash in Set Position node on empty meshJacques Lucke
2021-09-24Geometry Nodes: Random Value NodeJohnny Matthews
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson
2021-09-24Geometry Nodes: Special string characters nodeErik Abrahamsson
2021-09-24Nodes: initial support for socket tooltipsJohnny Matthews
2021-09-24Nodes: hide socket value when input is a field implicitlyJacques Lucke
2021-09-24Geometry Nodes: make index field more reusableJacques Lucke
2021-09-24Cleanup: old-style-declaration warningCampbell Barton
2021-09-24Geometry Nodes: new Distribute Points on Faces nodeJacques Lucke
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-24Fix T91661: Vector rotate output socket diconnects on file loadHans Goudey
2021-09-24Fix: Incorrect field visualization for some shader nodesHans Goudey
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-24Fix: Curve fill node doesn't fill real geometry with instancesHans Goudey
2021-09-23Geometry Nodes: Initial socket visualization for fields.Jacques Lucke
2021-09-23Geometry Nodes: remove old method to iterate over attributesJacques Lucke
2021-09-23Geometry Nodes: simplify looping over attributes in geometry setJacques Lucke
2021-09-23Cleanup: Move more shader nodes to socket declaration APIHans Goudey
2021-09-23Fix: Incorrect socket names after previous commitHans Goudey
2021-09-22Cleanup: Use new node socket declaration API for some shader nodesHans Goudey
2021-09-22Cleanup: add using declarationsJacques Lucke
2021-09-22Geometry Nodes: Curve Fillet Nodedilithjay
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-22Geometry Nodes: Curve Parameter NodeHans Goudey
2021-09-22Geometry Nodes: Add legacy warning and "View Legacy" operatorHans Goudey
2021-09-21Geometry Nodes: Fill instances separately in the curve fill nodeHans Goudey
2021-09-21Geometry Nodes: String manipulation nodesErik Abrahamsson
2021-09-21Geometry nodes: Output curve normals from the normal nodeHans Goudey
2021-09-21Geometry Nodes: Curve tangent nodeHans Goudey
2021-09-21Cleanup: Move curve to mesh node implementation to blenkernelHans Goudey
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel