maya-hydra
maya-hydra copied to clipboard
Broken Link in lib/mayaHydra/hydraExtensions/adapters/meshAdapter.cpp
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 ⭐
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.