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-03-26Geometry Nodes: Add Attribute Map Range NodeVictor-Louis De Gusseme
2021-03-22Cleanup: remove unexposed nodesJacques Lucke
2021-03-17Geometry Nodes: Rename "Subdivide Smooth" back to "Subdivision Surface"Hans Goudey
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-17Cryptomatte: Show Name of Object/Material Under The Cursor.Jeroen Bakker
2021-03-17Geometry Nodes: Add initial version of mesh primitivesHans Goudey
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-13Geometry Nodes: Add Attribute Convert nodeCharlie Jolly
2021-03-12Nodes: Add Attribute Remove NodeFabian Schempp
2021-03-08Geometry Nodes: Rename subdivision nodesHans Goudey
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-02-26Cleanup: use boolean argumentsCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-20Geometry Nodes: Add string input nodeEdgar Roman Cervantes
2021-02-19Geometry Nodes: Add simple subdivision surface nodeEitan
2021-02-09Geometry Nodes: Add Combine and Separate XYZ nodes for attributesWannes Malfait
2021-02-05Geometry Nodes: add Volume to Mesh nodeJacques Lucke
2021-02-05Geometry Nodes: Add Attribute Proximity NodeVictor-Louis De Gusseme
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-02-04Geometry Nodes: new Is Viewport nodeJacques Lucke
2021-02-03Geometry Nodes: Add Collection Info NodeSebastian Parborg
2021-02-02Blenkernel: Move node.c to C++Hans Goudey
2021-01-26Geometry Nodes: new Points to Volume nodeJacques Lucke
2021-01-26Cleanup: Use const argumentsHans Goudey
2021-01-21Geometry Nodes: new Attribute Sample Texture nodeJacques Lucke
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2021-01-13Geometry Nodes: Add "Point Translate" and "Point Scale" nodesHans Goudey
2021-01-13Geometry Nodes: Rename "Rotate Points" to "Point Rotate"Hans Goudey
2021-01-12Geometry Nodes: new Align Rotation to Vector nodeJacques Lucke
2021-01-11Geometry Nodes: Attribute Vector Math NodeHans Goudey
2020-12-23Geometry Nodes: new Rotate Points nodeJacques Lucke
2020-12-19Compositor: New Exposure NodeAaron Carlisle
2020-12-18Function Nodes: Input VectorDalai Felinto
2020-12-17Geometry Nodes: Point separate and attribute compare nodesHans Goudey
2020-12-17Geometry Nodes: add Attribute Color Ramp nodeJacques Lucke
2020-12-16Geometry Nodes: rename node to Attribute RandomizeJacques Lucke
2020-12-11Geometry Nodes: add Attribute Mix nodeJacques Lucke
2020-12-10Nodes: fix incorrectly parameter name and typeJacques Lucke
2020-12-10Geometry Nodes: Attribute Fill NodeHans Goudey
2020-12-02UI: Add new node colors for geometry nodesHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-19Fix lost node links when linked node group datablock is temporarily missingBrecht Van Lommel
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-20Simulation: remove particle nodes with outdated designJacques Lucke
2020-10-01Cleanup: make texture coordinates constJacques Lucke
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-09-10Refactor: move bNodeTree .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg