Loop In ======= .. image:: https://user-images.githubusercontent.com/14288520/189755574-a94546ed-4234-4f0c-8735-5792de2c4370.png :target: https://user-images.githubusercontent.com/14288520/189755574-a94546ed-4234-4f0c-8735-5792de2c4370.png This node in conjunction with the Loop out node can create loops with nodes Offers two different modes 'Range' and 'For Each' Range ----- In this mode the all the data inputted to the Loop In node will be processed every iteration. For Each -------- In this mode the inputted data will be split before being processed and there will be one loop per every level 1 object. Operators --------- **Create Loop Out**: creates a Loop out node and links the Loop In - Loop Out socket. Inputs ------ **Iterations**: Number of repetitions (only in Range mode). Data0, Data1... inputs will be created when the last one is linked Options ------- **Max Iterations**: Maximum iterations (in N-panel and Contextual Sverchok Menu) **Socket Labels**: To change sockets names (in N-panel) Outputs ------- **Loop Out**: Socket to link with the Loop Out node. **Loop Number / Item Number**: Actual Repetition / Item. **Total Loops / Total Items**: Total Repetitions / Items. Data0, Data1... output sockets will be created when the last input is linked Examples -------- Range mode example, Break used to control the maximum vertices. .. image:: https://user-images.githubusercontent.com/10011941/101332093-22234d00-3875-11eb-819a-68e86ef8c2c2.png :target: https://user-images.githubusercontent.com/10011941/101332093-22234d00-3875-11eb-819a-68e86ef8c2c2.png * Generator-> :doc:`Box ` * CA: Faces Area: Analyzers-> :doc:`Component Analyzer ` * CAD-> :doc:`Inset Special ` * Number-> :doc:`Random Num Gen ` * MULT X: Number-> :doc:`Scalar Math ` * List->List Main-> :doc:`List Length ` * BIG X:Logic-> :doc:`Logic Functions ` * Logic-> :doc:`Logic Functions ` For Each mode example, Skip input used to mask the results. .. image:: https://user-images.githubusercontent.com/10011941/101334215-e047d600-3877-11eb-89df-cfaaf73dd427.png :target: https://user-images.githubusercontent.com/10011941/101334215-e047d600-3877-11eb-89df-cfaaf73dd427.png * Generator-> :doc:`Box ` * Transform-> :doc:`Noise Displace ` * CA: Faces Area: Analyzers-> :doc:`Component Analyzer ` * BIG X:Logic-> :doc:`Logic Functions ` * Logic-> :doc:`Loop Out ` You can change the socket labels in the N-Panel .. image:: https://user-images.githubusercontent.com/10011941/101360702-519a7f80-389e-11eb-826d-0e1c5a7152d1.png :target: https://user-images.githubusercontent.com/10011941/101360702-519a7f80-389e-11eb-826d-0e1c5a7152d1.png * Generator-> :doc:`Box ` * CAD-> :doc:`Inset Special ` * CA: Faces Area: Analyzers-> :doc:`Component Analyzer ` * CA: Faces Center: Analyzers-> :doc:`Component Analyzer ` * Modifiers->Modifier Change-> :doc:`Smooth Vertices ` * Number-> :doc:`Random Num Gen ` * MUL X Number-> :doc:`Scalar Math ` * Vector-> :doc:`Vector Noise ` * List->List Main-> :doc:`List Length ` * BIG X:Logic-> :doc:`Logic Functions ` * Logic-> :doc:`Loop Out ` * Viz-> :doc:`Viewer Draw `