[sldev] Linkable prim over 256

Arrogant Cyberstar arrogant.cyberstar at gmail.com
Wed Dec 23 07:36:38 PST 2009


I think the relevant code you're looking for is in llviewermenu.cpp. At
around line 4275 you get this:

S32 object_count =
LLSelectMgr::getInstance()->getSelection()->getObjectCount();
if (object_count > MAX_CHILDREN_PER_TASK + 1)
{
    LLSD args;
    args["COUNT"] = llformat("%d", object_count);
    int max = MAX_CHILDREN_PER_TASK+1;
    args["MAX"] = llformat("%d", max);
    LLNotifications::instance().add("UnableToLinkObjects", args);
    return true;
}

And isn't object linking done with the ObjectLink message?

-arrogant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20091223/128519d9/attachment.htm 


More information about the SLDev mailing list