Jump to content

Marionette - Nodes

87 files

  1. Set Attributes

    Assigns the hGet attributes to the hSet object.

    22 downloads

       (0 reviews)

    0 comments

    Submitted

  2. And List

    This node returns TRUE if all inputs are TRUE. In some cases where you have many booleans, it is easier to use this node instead of the default and-node.

    22 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Concave Hull

    This node gets points clockwise with a given minimum distance. 
    The node has an additional option in the info-palette. Follow Deadlock means, that the hull can follow back the same points that already was used as a hull point. Deadlock off means, that a point can't be uses twice as a hull point.
     
    The Algorithm behind the node:
    1. Check, which points are in range of the point most left (bounding box for speed optimization)
    2. Check, which points are exactly in range of the distance value
    3. Check which angle in cw direction is the smallest and connect to this point
     
    I think there would be a speed optimization possible with normalized vectors etc. So i would call this a beta version of the node.
     
    Computing the angles of the vectors takes a while if there are many points. in combination with the cluster node it takes about 17 seconds for 4200 points. Seven Minutes for 8800 points. So check number of clusters and numbers of points.
     
    The Idea was, to have a workflow for vectorize an image. This is a complexe project. Maybe it is worth to check other algorhitms with existing python external modules. But so far it works quite nice. 
     

    21 downloads

       (0 reviews)

    0 comments

    Updated

  4. Single Value Vector

    Quickly converts a single value to a vector 

    19 downloads

       (0 reviews)

    0 comments

    Submitted

  5. Ncs2Rgb

    This node converts an ncs color code to an rgb color.
     
    The color value is only an approximation and varies from the real NCS color depending on the screen and printer.

    19 downloads

       (0 reviews)

    1 comment

    Submitted

  6. Make Planar Nodes

    Often what is missing to make usable Elements of this geometry is the fact, that
    faces need to be planar to make buildable elements. Also it need to be planar to make
    extrudes and other solids out of it. 
     
    The Two nodes "get Planes" and "ProjectPoints" are a step in this direction.
     
    This example do nearly the same the existing Surface Array already can do. Except it directly
    gets geometry from a subdivision object.
     
    Anyway this has to be seen as a first step trying to model hulls with planar AND closed shapes. Which looks like a very hard task.

    18 downloads

       (0 reviews)

    0 comments

    Updated

  7. Locus with Mastersnap Point

    This is an enhancement of the standard locus point, with OIP Mastersnap or not.
     
     

    17 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Clamp

    Restricts the output value to the minimum and maximum ranges provided

    16 downloads

       (0 reviews)

    0 comments

    Submitted

  9. Color Temperature to RGB

    Nodes to convert color temperature in Kelvin (K) values to RGB

    16 downloads

       (0 reviews)

    0 comments

    Submitted

  10. Hue Saturation Value

    A set of nodes that converts between RGB and HSV colors and allows for adjusting RGB colors by HSV Values using the Python Colorsys library

    9 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Trigonometry angles in triangle made of sides

    input dimensions
     
    given lengths a,b,c
     
    to find angles a, b, c

    9 downloads

       (0 reviews)

    0 comments

    Updated

  12. Archimedische Spirale

    https://de.wikipedia.org/wiki/Archimedische_Spirale
     

    6 downloads

       (0 reviews)

    0 comments

    Submitted


×
×
  • Create New...