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-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-27Cleanup: clang-formatCampbell Barton
2021-03-26Cleanup: Use enum for "in" vs. "out" node socketsHans Goudey
2021-03-26Geometry Nodes: Rename "Plane" primitive to "Grid"Hans Goudey
2021-03-26Geometry Nodes: Implicit conversion change for float/int/color to boolCharlie Jolly
2021-03-26Geometry Nodes: Add remaining operations to the Vector Math nodeLeon Leno
2021-03-26Geometry Nodes: Add Attribute Clamp NodeCharlie Jolly
2021-03-26Geometry Nodes: Add Attribute Map Range NodeVictor-Louis De Gusseme
2021-03-26Cleanup: clang-formatCampbell Barton
2021-03-26CMake: add headers to source lists, sort file-listsCampbell Barton
2021-03-26Fix: Geometry Nodes: Incorrect offsets for plane primitiveLeon Leno
2021-03-25Cleanup: Pass instance group result vector as an argumentHans Goudey
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-25Geometry Nodes: rename attribute domainsJacques Lucke
2021-03-24Fix T86875: "Show on Cage" crash for geometry nodes primitivesHans Goudey
2021-03-23Cleanup: use BLI_assert_unreachable in some placesJacques Lucke
2021-03-23Geometry Nodes: Make plane primitive size consistentHans Goudey
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-23Cryptomatte: Node Size.Jeroen Bakker
2021-03-23Cryptomatte: Default Node Size.Jeroen Bakker
2021-03-23Geometry Nodes: show domain in attribute fill nodeJacques Lucke
2021-03-22Geometry Nodes: Remove location and rotation from mesh primitivesHans Goudey
2021-03-22Cleanup: remove unexposed nodesJacques Lucke
2021-03-22Geometry Nodes: make random float node more consistent with other nodesJacques Lucke
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-20Cleanup: quiet warningJacques Lucke
2021-03-20Nodes: implement dot graph exporter for derived node treeJacques Lucke
2021-03-20Nodes: expose tree name and whether a node is a frame in node tree refJacques Lucke
2021-03-19Nodes: make distinction between directly and logically linked sockets more clearJacques Lucke
2021-03-19Nodes: provide access to type specific data through node tree refJacques Lucke
2021-03-19Geometry Nodes: Refactor / fix point separate nodeHans Goudey
2021-03-19Geometry Nodes: Make cone primitive 2m tall by defaultHans Goudey
2021-03-19Geometry Nodes: Move cone primtive to rest on its base by defaultHans Goudey
2021-03-19Fix T86701: Geometry nodes Cube and UV Sphere mesh sizePratik Borhade
2021-03-17Geometry Nodes: Rename "Subdivide Smooth" back to "Subdivision Surface"Hans Goudey
2021-03-17Geometry Nodes: Use consistent default for cylinder nodeHans Goudey
2021-03-17Nodes: make derived link data more obvious in NodeTreeRefJacques Lucke
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-17Fix T86655: remove doubled transformsWannes Malfait
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-16Geometry Nodes: Implicit conversion add int to colorCharlie Jolly
2021-03-16Geometry Nodes: Implicit conversion change from distance to averageCharlie Jolly
2021-03-16Fix: read cryptomatte manifests when images aren't loaded yet.Jeroen Bakker
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-15Geometry Nodes: expose builtin crease attributeJacques Lucke
2021-03-15Nodes: multi-input support for Attribute Remove nodeFabian Schempp