From 22dceb53b231d2a2cb200f5a219370bdf8c087b8 Mon Sep 17 00:00:00 2001 From: satabol Date: Tue, 15 Aug 2023 12:17:26 +0300 Subject: [PATCH] Updated node docs for: - Voronoi on Mesh - Voronoi on Solid --- docs/nodes/spatial/voronoi_on_mesh_mk2.rst | 58 ++++++++++++++++++++- docs/nodes/spatial/voronoi_on_solid_mk2.rst | 4 +- 2 files changed, 58 insertions(+), 4 deletions(-) diff --git a/docs/nodes/spatial/voronoi_on_mesh_mk2.rst b/docs/nodes/spatial/voronoi_on_mesh_mk2.rst index 3d588d41d8..4f605de504 100644 --- a/docs/nodes/spatial/voronoi_on_mesh_mk2.rst +++ b/docs/nodes/spatial/voronoi_on_mesh_mk2.rst @@ -1,8 +1,8 @@ Voronoi on Mesh =============== -.. image:: https://user-images.githubusercontent.com/14288520/202569749-761acf3f-2cd4-46e2-9dd5-8ac5fa9c588c.png - :target: https://user-images.githubusercontent.com/14288520/202569749-761acf3f-2cd4-46e2-9dd5-8ac5fa9c588c.png +.. image:: https://github.com/nortikin/sverchok/assets/14288520/3782710e-2a14-4bea-a835-37ac6ff715b4 + :target: https://github.com/nortikin/sverchok/assets/14288520/3782710e-2a14-4bea-a835-37ac6ff715b4 Dependencies ------------ @@ -101,6 +101,12 @@ This node has the following outputs: * **Vertices**. Vertices of generated mesh. * **Edges**. Edges of generated mesh. * **Faces**. Faces of generated mesh. +* **Sites_idx**. Indices of sources sites for further using. (from sverchok 1.3-alpha-master) + + .. image:: https://github.com/nortikin/sverchok/assets/14288520/4d60e90e-19af-4600-88dc-92b67896967a + :target: https://github.com/nortikin/sverchok/assets/14288520/4d60e90e-19af-4600-88dc-92b67896967a + + * Text-> :doc:`Stethoscope ` Addition info ------------- @@ -157,6 +163,54 @@ Example of usage * Matrix-> :doc:`Matrix In ` * Viz-> :doc:`Viewer Draw ` +-------- + +Inspired by https://www.youtube.com/watch?v=Ip6JI6Qiiwg + +.. image:: https://github.com/nortikin/sverchok/assets/14288520/5d01e61f-9743-4a07-a2c8-2866a7191e73 + :target: https://github.com/nortikin/sverchok/assets/14288520/5d01e61f-9743-4a07-a2c8-2866a7191e73 + +* Generator-> :doc:`Plane ` +* Modifiers->Modifier Change-> :doc:`Inset Faces ` +* Number-> :doc:`Curve Mapper ` +* LEN, DIV, MUL: Number-> :doc:`Scalar Math ` +* List->List Struct-> :doc:`List Item ` +* Viz-> :doc:`Viewer Draw ` +* Scene-> :doc:`Particles MK2 ` + +.. image:: https://github.com/nortikin/sverchok/assets/14288520/c4153ae0-ca18-4f29-968c-ede4d2197008 + :target: https://github.com/nortikin/sverchok/assets/14288520/c4153ae0-ca18-4f29-968c-ede4d2197008 + +-------- + +Like the previous example but node "Particle System" replaced by node "Spiral": + +.. image:: https://github.com/nortikin/sverchok/assets/14288520/b5704476-fbc4-4c0a-a116-d7a1738567fe + :target: https://github.com/nortikin/sverchok/assets/14288520/b5704476-fbc4-4c0a-a116-d7a1738567fe + +* Generator-> :doc:`Plane ` +* Generator->Generatots Extended-> :doc:`Spiral ` +* Curves-> :doc:`Cubic Spline ` +* Curves-> :doc:`Reparametrize Curve ` +* Curves-> :doc:`Evaluate Curve ` +* Modifiers->Modifier Change-> :doc:`Inset Faces ` +* Number-> :doc:`A Number ` +* Number-> :doc:`A Number ` +* Number-> :doc:`Map Range ` +* Number-> :doc:`Curve Mapper ` +* LEN, DIV, MUL: Number-> :doc:`Scalar Math ` +* List->List Struct-> :doc:`List Item ` +* Viz-> :doc:`Viewer Draw ` +* Scene-> :doc:`Frame Info ` + +.. image:: https://github.com/nortikin/sverchok/assets/14288520/2ad77100-6630-4a27-aa36-a88a7b2d7f5b + :target: https://github.com/nortikin/sverchok/assets/14288520/2ad77100-6630-4a27-aa36-a88a7b2d7f5b + +.. image:: https://github.com/nortikin/sverchok/assets/14288520/4e963254-251d-441d-808f-f30c9af55d62 + :target: https://github.com/nortikin/sverchok/assets/14288520/4e963254-251d-441d-808f-f30c9af55d62 + +blend file: https://github.com/nortikin/sverchok/files/12342712/Voronoi.Tower.006.blend.zip + See also example ---------------- diff --git a/docs/nodes/spatial/voronoi_on_solid_mk2.rst b/docs/nodes/spatial/voronoi_on_solid_mk2.rst index 06415a0194..a6d782e474 100644 --- a/docs/nodes/spatial/voronoi_on_solid_mk2.rst +++ b/docs/nodes/spatial/voronoi_on_solid_mk2.rst @@ -1,8 +1,8 @@ Voronoi on Solid ================ -.. image:: https://user-images.githubusercontent.com/14288520/202746548-02f2525f-f34b-44cf-9054-fd5ce9697ca6.png - :target: https://user-images.githubusercontent.com/14288520/202746548-02f2525f-f34b-44cf-9054-fd5ce9697ca6.png +.. image:: https://github.com/nortikin/sverchok/assets/14288520/d9691d7f-2d19-4ed5-a64b-b89ce488bbae + :target: https://github.com/nortikin/sverchok/assets/14288520/d9691d7f-2d19-4ed5-a64b-b89ce488bbae Dependencies ------------