_PointInstancerAdaptor

This internal node is used to implement automatic translation of USD point instancers at render time. It should never been by users, but DocumentationTest still complains if it isn’t documented.

user

Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.

out

The processed output scene.

enabled

The on/off state of the node. When it is off, the node outputs the input scene unchanged.

in

The input scene

renderer

Part of the standard renderAdaptor API, this is how a render adaptor is passed a string for the current renderer name. Used to decide whether encapsulation is supported.

enabledRenderers

If a renderer is listed in this list, the adaptor will be enabled by default for that renderer (it can still be overridden by the option gafferUSD:pointInstancerAdaptor:enabled). This plug should only ever be edited by the expansion menu set up in startup/GafferSceneUI/usdPointInstancerAdaptor.py