-
Notifications
You must be signed in to change notification settings - Fork 13
Add instanceName and profiles methods to plugin API #150
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
base: master
Are you sure you want to change the base?
Add instanceName and profiles methods to plugin API #150
Conversation
|
I don't understand why you made a wrapper for |
|
I had issues with my original |
I think you simply need to add a line here for |
|
That doesn't seem to be enough, I get the same error when I remove |
I think the issue is that |
|
Are you constructing a |
I think you also need to update the simple binding for py::class_<IProfile, std::shared_ptr<IProfile>>(m, "IProfile")This should be similar to modorganizer-plugin_python/src/mobase/wrappers/pyfiletree.cpp Lines 87 to 89 in 648db4d
|
I changed
That seems to have fixed it. Should I keep the change of the |
I think you need to keep the change to |
|
I think the build is failing because it's not using my version of |


See ModOrganizer2/modorganizer#2321