-
Notifications
You must be signed in to change notification settings - Fork 6
Extending functionality
Grinch_ edited this page Apr 21, 2021
·
2 revisions
The functionality of the plugin can be extended through python modules or external C++ DLL files. After creating your module put them inside the 'lib' folder. You can import them as usual afterward.
To know about creating python modules, check here
For creating modules through C++ (advanced), check for sample here. More examples are here