Render preset attributes#
Render preset attributes are defined in the renderPreset attribute space (short name: rp), that matches only render preset nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples | 
|---|---|---|---|
| name | n | strings in quotes | rp.n "A"rp.n "L*" | 
| selected | true,false | rp.selectednot rp.selected | |
| selectionFlag | sf | true,false | rp.sf falserp.sf | 
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s.
selectionFlag#
Inherited from node.selectionFlag.