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-25Fix, add the ability to add a "processor" grouptemp-geometry-nodes-processor-prototypeHans Goudey
2021-03-25Merge branch 'master' into temp-geometry-nodes-processor-prototypeHans Goudey
2021-03-24Fix T86875: "Show on Cage" crash for geometry nodes primitivesHans Goudey
2021-03-24Add new node tree type for nodes inside attribute processor groupHans 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
2021-03-14Nodes: Add distance float socket typeHans Goudey
2021-03-13Geometry Nodes: Add "normal" attribute for face normalsHans Goudey
2021-03-13Geometry Nodes: Add Attribute Convert nodeCharlie Jolly
2021-03-13Fix geometry nodes implicit conversion to booleans reversedHans Goudey
2021-03-12Added missing file to last commit:Fabian Schempp
2021-03-12Nodes: Add Attribute Remove NodeFabian Schempp
2021-03-11Fix T86458: Simple Subdivision node does not preserve vertex groupsRahul Chaudhary
2021-03-11Geometry Nodes: improve handling when the same socket is connected twiceJacques Lucke
2021-03-11Geometry Nodes: fix error adding a value nodePhilipp Oeser
2021-03-10Add 'foreach_nodeclass' for geometry nodetreesPhilipp Oeser
2021-03-10Geometry Nodes: Add color to boolean implicit conversionHans Goudey