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-07-18Merge branch 'master' into geometry-nodes-unnamed-attributesgeometry-nodes-unnamed-attributesLukas Tönne
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-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-09Geometry Nodes: fix direction mode in curve primitive line nodeJohnny Matthews
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: spelling, punctuationCampbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-03Cleanup: Use simpler method to retrieve attribute domainHans Goudey
2021-07-02Geometry Nodes: Add mesh input warning to curve to mesh nodeHans Goudey
2021-07-02Cleanup: Use const mesh to ensure BVH and triangulation cacheHans Goudey
2021-07-01Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-07-01Cleanup: spellingCampbell Barton
2021-07-01Geometry Nodes: Curve Primitive CircleJohnny Matthews
2021-06-30Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-06-30Geometry Nodes: Curve Primitive Bezier SegmentJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive Quadratic Bezier SegmentJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive SpiralJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive SpiralJohnny Matthews
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-27Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-06-22Fix T89327: Cube and ico sphere nodes do not create UVsHans Goudey
2021-06-22Cleanup: Refactor spline copying functionsHans Goudey
2021-06-22Cleanup: Rename variables, use shorter namesHans Goudey
2021-06-22Geometry Nodes: Use multithreading for the curve to mesh nodeHans Goudey
2021-06-21Node socket type callback for display shape.Lukas Tönne
2021-06-21Fix T89329: icosphere subdivisions can be set to 0Daniel Salazar
2021-06-21Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-21Geometry Nodes: Multithread curve resample nodeHans Goudey
2021-06-20Generate unique names for output attributes.Lukas Tönne
2021-06-19Implemented Sample Texture node with attributes.Lukas Tönne
2021-06-19Use generic attribute type for Remove Attribute.Lukas Tönne
2021-06-19Converted the Attribute Remove node.Lukas Tönne
2021-06-19Convert the scalar math node.Lukas Tönne
2021-06-19Renamed and implemented the "Attribute Set" node.Lukas Tönne
2021-06-19Make attribute copy between nodes work.Lukas Tönne
2021-06-18Functional vector math node.Lukas Tönne
2021-06-18Nicer utility function to update attribute types.Lukas Tönne