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.selected not rp.selected |
|
selectionFlag | sf |
true , false |
rp.sf false rp.sf |
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s
.
selectionFlag#
Inherited from node.selectionFlag.