oplightmask expression function

Returns a list of lights matching an object’s light mask.

Replaced by: hou.GeometryObjNode

All Usage Examples

See also: objlightmask

Usage

oplightmask(geometry)

Returns a string containing a space separated list of path names.

This function is equivalent to objlightmask(geometry, "f").

Examples

oplightmask("/obj/geo1")

Might return the string "/obj/ambient1 /obj/light1 /obj/subnet1/light1".