-
Posts
65 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Articles
Marionette
Store
Files posted by MRoth
-
Foreward
By MRoth in Marionette - Nodes
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.
48 downloads
0 comments
Submitted
-
Backward
By MRoth in Marionette - Nodes
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.
59 downloads
0 comments
Submitted
-
String enhanced
By MRoth in Marionette - Nodes
Unlike the default string node, this node can also convert lists into individual strings and Python elements into strings.
36 downloads
0 comments
Submitted
-
Set Attributes
By MRoth in Marionette - Nodes
Assigns the hGet attributes to the hSet object.
22 downloads
0 comments
Submitted
-
List2Tuple
By MRoth in Marionette - Nodes
This node converts a list into a tuple.
Its the reversed node of tuple2list.
28 downloads
0 comments
Updated
-
Or List
By MRoth in Marionette - Nodes
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 comments
Submitted
-
Now
By MRoth in Marionette - Nodes
Returns a string that represents the current date/time.
28 downloads
-
Ncs2Rgb
By MRoth in Marionette - Nodes
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
-
Tuple2List
By MRoth in Marionette - Nodes
This node converts a tuple into a list.
Its the reversed node of tuple2list.
26 downloads
0 comments
Submitted
-
Get Objects
By MRoth in Marionette - Nodes
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.
68 downloads
-
And List
By MRoth in Marionette - Nodes
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 comments
Submitted
-
Popup enhanced
By MRoth in Marionette - Nodes
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.
154 downloads
0 comments
Submitted
-
Filter Type
By MRoth in Marionette - Nodes
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.
62 downloads
0 comments
Submitted
-
Control Geometry enhanced
By MRoth in Marionette - Nodes
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.
60 downloads
0 comments
Submitted