Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code to fix Maya API deprecation warnings #213

Open
dictoon opened this issue Aug 15, 2019 · 0 comments
Open

Update code to fix Maya API deprecation warnings #213

dictoon opened this issue Aug 15, 2019 · 0 comments

Comments

@dictoon
Copy link
Member

dictoon commented Aug 15, 2019

Warnings such as

warning C4996: 'Autodesk::Maya::OpenMaya20190000::MFnDependencyNode::findPlug': Use the MFnDependencyNode::findPlug( const MString&, bool, MStatus* ) method instead.
note: see declaration of 'Autodesk::Maya::OpenMaya20190000::MFnDependencyNode::findPlug'

and

warning C4996: 'Autodesk::Maya::OpenMaya20190000::MFileObject::fullName': Use the methods MFileObject::expandedFullName or MFileObject::resolvedFullName instead.
note: see declaration of 'Autodesk::Maya::OpenMaya20190000::MFileObject::fullName'

There are many more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant