AttributeQuery
Query a particular location in a scene and outputs attribute.
Caution
Not suitable for querying scene:visible with inherit = True,
because visibility does not follow the usual attribute inheritance rules
(a child can not be made visible if an ancestor is invisible).
Use the VisibilityQuery node to query resolved visibility.
user
Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.
scene
The scene to query the attribute for.
location
The location within the scene to query the attribute at.
Note
If the location does not exist then the query will not be performed and all outputs will be set to their default values.
attribute
The name of the attribute to query.
Note
If the attribute does not exist then the query will not be performed and all outputs will be set to their default values.
inherit
When on, the query includes attributes inherited from ancestor locations and the scene globals if a local attribute is not found.
exists
Outputs true if both attribute and location exist, otherwise false.