Jump to content

MRoth

Member
  • Posts

    65
  • Joined

  • Last visited

Files posted by MRoth

  1. Popup enhanced

    This node makes it easier to create a custom popup. In addition to the index, it also returns the string of the selection.
     
    I think I have seen a similar node from Marissa before. But I could not find it anymore.

    145 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Foreward

    This Node sends an object to the front of the stacking order.
     
    If several items are moved foreward, the first item in the list will appear at the bottom, cause the subsequent items are placed in front of the first item.

    45 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Get Objects

    This node is an alternative to the default Objects by Criteria-Node.
     
    I like to use it into a menu command cause its easyer to get the selectet objects.

    62 downloads

       (0 reviews)

    3 comments

    Submitted

  4. 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

  5. String enhanced

    Unlike the default string node, this node can also convert lists into individual strings and Python elements into strings.

    34 downloads

       (0 reviews)

    0 comments

    Submitted

  6. Now

    Returns a string that represents the current date/time.

    25 downloads

       (0 reviews)

    1 comment

    Submitted

  7. Backward

    This Node sends an object to the back of the stacking order.
     
    If several items are moved backwards, the first item in the list will appear at the top, cause the subsequent items are placed behind the first item.

    54 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Set Attributes

    Assigns the hGet attributes to the hSet object.

    22 downloads

       (0 reviews)

    0 comments

    Submitted

  9. Or List

    This node returns TRUE if at least one input is TRUE. In some cases where you have many booleans, it is easier to use this node instead of the default or-node.

    27 downloads

       (0 reviews)

    0 comments

    Submitted

  10. Filter Type

    This node filters all objects of a certain type from a list.
     
    This function could also be achieved with standard nodes, but is easier to do it in a separate node.

    58 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Tuple2List

    This node converts a tuple into a list.
    Its the reversed node of tuple2list.

    26 downloads

       (0 reviews)

    0 comments

    Submitted

  12. 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

  13. List2Tuple

    This node converts a list into a tuple.
    Its the reversed node of tuple2list.

    27 downloads

       (0 reviews)

    0 comments

    Updated

  14. Control Geometry enhanced

    This node simplifies the creation and the debugging of marionette objects (MO).
     
    Outside a MO it returns the geometry from a blue symbol. No contents node are necessary.
    Within a MO it returns all objects of the control geoemtry. Groups in the control geometry are no longer necessary.
    If there is no control geometry, the node behaves like outside of a MO and returns the contents of the symbol.

    58 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...