maya-hydra icon indicating copy to clipboard operation
maya-hydra copied to clipboard

Broken Link in lib/mayaHydra/hydraExtensions/adapters/meshAdapter.cpp

Open justindhillon opened this issue 1 year ago • 1 comments

Describe the bug The link https://gist.github.com/elrond79/668d9809873125f608e0f7360fff7fac in lib/mayaHydra/hydraExtensions/adapters/meshAdapter.cpp doesn't work. If will have an archive, I can swap it with that. Or I can remove this comment entirely.

Attachments

    // Maya has a bug with removing some MPolyMessage callbacks. Known
    // problem callbacks include:
    //     MPolyMessage::addPolyComponentIdChangedCallback
    //     MPolyMessage::addUVSetChangedCallback
    // Reproduction code can be found here:
    //    https://gist.github.com/elrond79/668d9809873125f608e0f7360fff7fac
    // To work around this, we register these callbacks specially, and only
    // remove them if the underlying node is currently valid.

Additional context This broken link was found with link-inspector. If you find this useful, give the repo a ⭐

justindhillon avatar Jan 18 '24 19:01 justindhillon

Hello @justindhillon , thank you for reporting this, we will get a dev to take a look and see if we can find the correct link for this.

santosd avatar Aug 01 '24 17:08 santosd