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-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-01Cleanup: spellingCampbell Barton
2021-07-01Geometry Nodes: Curve Primitive CircleJohnny Matthews
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-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Fix T89390: crash when join geometry node has only muted inputsJacques Lucke
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
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-21Fix T89329: icosphere subdivisions can be set to 0Daniel Salazar
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-21Geometry Nodes: Multithread curve resample nodeHans Goudey
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-17Raycast geometry node.Lukas Tönne
2021-06-17Geometry Nodes: Add Curve Subdivision NodeHans Goudey
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-06-16BLI: add threading namespaceJacques Lucke
2021-06-16Geometry Nodes: Separate Components NodeJohnny Matthews
2021-06-16Geometry Nodes: Allow int attribute input fields with single valueHans Goudey
2021-06-14Geometry Nodes: Join dynamic curve attributes in the join geometry nodeHans Goudey
2021-06-14Geometry Nodes: Parallelize curve reverse nodeHans Goudey
2021-06-14Cleanup: Refactor join geometry node attribute gatheringHans Goudey
2021-06-14Geometry Nodes: Curve Reverse NodeJohnny Matthews
2021-06-14Geometry Nodes: Curve to Points Node for Evaluated DataHans Goudey
2021-06-11Nodes: cache socket identifier to index mappingJacques Lucke
2021-06-11Nodes: add utilities to check if there are undefined nodes/socketsJacques Lucke
2021-06-11Nodes: move mix rgb node to C++Charlie Jolly
2021-06-10Geometry Nodes: Add Texture and Material options to switch nodeEitan
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-06-10Fix: Point translate and point scale don't execute on curve dataHans Goudey
2021-06-09Geometry Nodes: Copy spline attributes in the curve resample nodeHans Goudey
2021-06-09Splines: Add API functions for interpolating dataHans Goudey
2021-06-09Geometry Nodes: Add Convex Hull NodeHenrik Dick
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-09UI: Add the option to not display some socket labelsHans Goudey
2021-06-08Geometry Nodes: Rename bounding box mesh output to "Bounding Box"Hans Goudey
2021-06-08Geometry Nodes: Support curve instances in the bounding box nodeHans Goudey
2021-06-08Cleanup: Remove duplicate call to functionHans Goudey
2021-06-08Geometry Nodes: new Select by Material nodeJacques Lucke
2021-06-08Fix T88934: Crash with line node count input < 0Hans Goudey