Add support for PRIM_LINK_TARGET to llSetLinkGltfOverrides
Quinn Elara
Currently, llSetLinkGltfOverrides takes a link number parameter.
In some programming paths, it's useful to then be able to swap to another link number within the same function call.
llSetLinkPrimitiveParamsFast already supports this path by way of PRIM_LINK_TARGET , which allows the command to select another link to work on. This should also be supported by llSetLinkGltfOverrides
Log In
Quinn Elara
Related issue: https://feedback.secondlife.com/feature-requests/p/add-new-parameter-to-llsetlinkgltfoverrides-prim-face-target
(Needed to parity with llSetLinkPrimitiveParams , allowing face selection to be swapped)