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-08-01Cleanup: Sort node types alphabeticallyHans Goudey
2021-07-31Cleanup: Remove unecessary helper functionHans Goudey
2021-07-30Cleanup: headers, use 'pragma once', remove argument to '\file'Campbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-27Geometry Nodes: Add node labels to Attribute maths nodesCharlie Jolly
2021-07-26Cleanup: missed comment in D12029Charlie Jolly
2021-07-26Geometry Nodes: Fix vector math project bugCharlie Jolly
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23Geometry Nodes: Display Node Warnings in ModifierHans Goudey
2021-07-23Fix: "Bake" automatically calculated handles in set handle nodeHans Goudey
2021-07-22Geometry Nodes: Set Bezier Handle Type NodeJohnny Matthews
2021-07-21Fix T89881: ignore unavailable sockets when searching for link cyclesJacques Lucke
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Fix T89827: Attribute transfer node crash on mesh with no facesHans Goudey
2021-07-20Fix T89687: Curve to mesh node incorrect face orientationHans Goudey
2021-07-20Cleanup: Use const arguments and less sequential iterationHans Goudey
2021-07-20Fix: Bezier segment node adds handles incorrectlyJohnny Matthews
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: spellingCampbell Barton
2021-07-19Fix: memcpy overlapping region ASAN warning in curve trim nodeHans Goudey
2021-07-19Cleanup: Make curve trim node code more semantically correctHans Goudey
2021-07-18Geometry Nodes: Curve Trim NodeAngus Stanton
2021-07-15Fix T49944: Compositor ID Mask Anti-Aliasing not workingAidan Haile
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-15Cleanup: ensure one newline at end of file, strip trailing spaceCampbell Barton
2021-07-14Bezier Spline: Add a more generalized insertion utilityHans Goudey
2021-07-14Fix T89851: Geometry nodes: wrongly detected "Node group has unidentifiedPhilipp Oeser
2021-07-14Geometry Nodes: initial socket inspectionJacques Lucke
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: Use C++ float3 type, use prefix for return argumentHans Goudey
2021-07-12Geometry Nodes: Curve Primitive QuadrilateralJohnny Matthews
2021-07-12Fix T89775: geometry nodes logging crash during renderJacques Lucke
2021-07-09Geometry Nodes: fix direction mode in curve primitive line nodeJohnny Matthews
2021-07-08Fix T89169: Rename Compositor Node "View Switch" to "Switch View" in search p...Pratik Borhade
2021-07-08Cleanup: spellingCampbell Barton
2021-07-07MSVC: Fix build issue with TBBRay Molenkamp
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-07Cleanup: Sort nodes alphabeticallyHans Goudey
2021-07-07Geometry Nodes: Rename nodes for clarity between mesh and curveHans Goudey
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-07Geometry Nodes: Curve Endpoints NodeAngus Stanton
2021-07-07Fix: Curve Resample Node: Copy attributes to 1 point resultsHans Goudey
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-06Geometry Nodes: Allow 3 points in curve star primitiveHans Goudey
2021-07-05Geometry Nodes: Use same shape as mesh line in curve line nodeHans Goudey
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Cleanup: Clang tidy, unused includeHans Goudey
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke