Skip to content

Update code to fix Maya API deprecation warnings #213

@dictoon

Description

@dictoon

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions