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