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

Incompatible API change : Access modifier change - Copy constructors private #1

Open
rhaleblian opened this issue Sep 2, 2014 · 3 comments

Comments

@rhaleblian
Copy link

MAYA-6512: MFnDependencyNode, MFnDagNode copy constructor should be public, not private
Workaround: Create a new functionset which operates on the same object, for example: MFnDependencyNode fn2(fn1.object()); If you want to pass a functionset to another method, pass a reference instead.

Additionally, I found that vector<FnBlah> had to become vector<FnBlah*>.

@rhaleblian rhaleblian changed the title ??? does not build for 2013 and later: API change makes copy constructor private 48b292037b850d326332b47d084f611236cb51c1 does not build for 2013 and later: Autodesk API change made some copy constructors private Sep 2, 2014
@neomonkeus neomonkeus changed the title 48b292037b850d326332b47d084f611236cb51c1 does not build for 2013 and later: Autodesk API change made some copy constructors private Incompatiable API change : Access modifier change - Copy constructors private Sep 2, 2014
@rhaleblian
Copy link
Author

49a3e4c gets us building again and may not have broken anything... it builds against 2012, so it could be back-compatible, but I can't test it. Frankly it's under-tested in 2015 too.

@rhaleblian rhaleblian changed the title Incompatiable API change : Access modifier change - Copy constructors private Incompatible API change : Access modifier change - Copy constructors private Sep 2, 2014
@neomonkeus
Copy link
Member

What we can do is if you are able to make some builds, we can upload them to our dropbox and we will find some people to test the builds.

@rhaleblian
Copy link
Author

Very good.

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

No branches or pull requests

2 participants