You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My C++/Qt is very weak so I don't know how hard this would be to implement.
The spells are implemented in such a way that it looks like they could be loaded dynamically. In C# this is pretty easy - no idea on c++, but such a capability would enable extension without forking.
Not a priority, just an idea.
Thanks for everything!
The text was updated successfully, but these errors were encountered:
Dynamic loading would be possible of course, and Qt does have a class for handling that in a portable way. It would probably require a fair amount of work however to provide the plugins with a stable interface to NifSkope's classes (NifModel, NifItem, etc.), so that they can be accessed from a DLL in a way that is binary compatible across different builds of NifSkope.
My C++/Qt is very weak so I don't know how hard this would be to implement.
The spells are implemented in such a way that it looks like they could be loaded dynamically. In C# this is pretty easy - no idea on c++, but such a capability would enable extension without forking.
Not a priority, just an idea.
Thanks for everything!
The text was updated successfully, but these errors were encountered: