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-09Fix: only follow first input of multi-input-socket when mutedJacques Lucke
2021-03-09Fix T86432: missing check if attribute is availableJacques Lucke
2021-03-09Geometry Nodes: Expose "shade smooth" as an attributeHans Goudey
2021-03-09Fix: unconnected multi socket input crashesJacques Lucke
2021-03-09Cleanup: fix warningsJacques Lucke
2021-03-08Geometry Nodes: Rename subdivision nodesHans Goudey
2021-03-08Geometry Nodes: Improve performance of point distribute nodeHans Goudey
2021-03-08EEVEE: Ambient Occlusion: Add sample parameter support for the AO nodeClément Foucault
2021-03-08Geometry Nodes: support Vector Rotate nodeLeon Leno
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-07Cleanup: fix compiler warningJacques Lucke
2021-03-07Cleanup: remove dead codeJacques Lucke
2021-03-07Cleanup: compiler warningsJacques Lucke
2021-03-06Cleanup: use class instead of struct in forward declarationJacques Lucke
2021-03-06Nodes: refactor derived node treeJacques Lucke
2021-03-06Geometry Nodes: Expose vertex normals as an attributeHans Goudey
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-03-05Nodes: move vector rotate node to C++Jacques Lucke
2021-03-04Nodes: improve NodeTreeRefJacques Lucke
2021-03-04Fix T86204: support multiple group inputs in node groupJacques Lucke
2021-03-03UI: Allow translation for node error messagesHans Goudey
2021-03-03Fix compiler issues introduced in recent commit.Jeroen Bakker
2021-03-03Cleanup: use zero_v3 to clear colors.Jeroen Bakker
2021-03-03Cleanup: Make node_composite_cryptomatte CPP.Jeroen Bakker
2021-03-03Nodes: store references to bNodeLinks in NodeTreeRefJacques Lucke
2021-03-02Fix T86172: check if attribute is actually accessibleJacques Lucke
2021-03-01UI: Correct output attribute name in proximity nodeHans Goudey
2021-03-01Fix T84658: Anisotropic BSDF - most modes not using Screen SpacePhilipp Oeser
2021-02-27Geometry Nodes: Add "Location" output to Attribute Proximity nodeVictor-Louis De Gusseme
2021-02-25Fix T85979: Attribute missing warning with empty geometryHans Goudey
2021-02-25Fix T85963: Combine and separate XYZ nodes don't work on instancesHans Goudey
2021-02-24Cleanup: quiet asan overflow warningJacques Lucke
2021-02-23Cleanup: Use shorter enum namesHans Goudey
2021-02-21EEVEE: Ambient Occlusion Node: Support inverted and distance parametersClément Foucault
2021-02-20Geometry Nodes: Add string input nodeEdgar Roman Cervantes
2021-02-19UI: Use property split in geometry node propertiesHans Goudey
2021-02-19Cleanup: Fix clang tidy warningHans Goudey
2021-02-19Geometry Nodes: Add simple subdivision surface nodeEitan
2021-02-19Cleanup: Use braces after if statementHans Goudey
2021-02-19Fix T85763: Align Rotation to Vector node fails for collinear vectorsWannes Malfait
2021-02-19Nodes: ensure ui storage implicitelyJacques Lucke
2021-02-19Geometry Nodes: use corner domain for densities in Point Distribute nodeJacques Lucke
2021-02-19UI: Expand enum in collection info nodeHans Goudey
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-02-18Cleanup: return const reference instead of copyJacques Lucke
2021-02-17Fix: Attribute randomize node broken for integer attributesHans Goudey
2021-02-17Geometry Nodes: Expose material index attributeHans Goudey
2021-02-17Geometry Nodes: Support integer type in the Attribute Fill NodeHans Goudey
2021-02-17Geometry Nodes: Node error messagesHans Goudey
2021-02-16Cleanup: Used derived node in geometry exec paramsHans Goudey