Add instanceName and profiles methods to plugin API#150
Add instanceName and profiles methods to plugin API#150Holt59 merged 6 commits intoModOrganizer2:masterfrom
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