generate/filter nodes
Happy new year!
Cant find any information what separates these nodes from the vanilla empty node?
Gustaf
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 06 Jan, 2014 12:21 PM
generate and filter are template nodes that can be used when building your own geometry-related nodes. The default node (called "node") is used for general-purpose operations, such as math or string nodes.
generate:
geometry
.filter:
shape
, that takes geometry data.You can see the definition of the nodes in the corevector source.
2 Posted by gustaf on 06 Jan, 2014 06:24 PM
so apart from having some extra presets on the input and output ports they do the same thing?
Support Staff 3 Posted by Frederik De Ble... on 06 Jan, 2014 06:59 PM
Yes, they have the same core functionality. The general idea is that if you write nodes that manipulate geometry, you extend from generate or filter. Otherwise, extend from core.node.