Skip to content

Conversation

mattigruener
Copy link
Member

I looked into supporting 2018 and I believe these changes are all that's needed. I've tested with Maya 2018.4. Autodesk documents the changes in the Maya API here

Copy link
Member

@andrewkaufman andrewkaufman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mattigruener ! Can you make sure the Maya tests pass in all 3 of:

  • Maya 2016.sp6
  • Maya 2017.u5
  • Maya 2018.4

You can run them (at IE) via:
scons APP=maya APP_VERSION=xxx testMaya

MPlug interpolationPlug = fnMesh.findPlug( "ieMeshInterpolation", &st );
if ( st )
{
#if MAYA_API_VERSION >= 201800
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a style thing, but we'd typically not indent the #if stuff, just the regular code

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@mattigruener
Copy link
Member Author

I ran the tests for those 3 versions and they all passed.

@stefanfeess, these are the changes you'll need if you want to grab the 'official' fixes.

@andrewkaufman andrewkaufman merged commit d5aa042 into ImageEngine:master Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants