{{ message }}
plugin extension#349
Open
zmoth wants to merge 1 commit into
Open
Conversation
Owner
Contributor
Author
|
Thank you for your affirmation. I am just a rookie now and have limited experience. |
968d7a1 to
bd98507
Compare
8792708 to
7701e37
Compare
7701e37 to
15260c5
Compare
Contributor
Author
38b4636 to
65a9f44
Compare
1a264fd to
1631056
Compare
nolankramer
approved these changes
Aug 16, 2024
1631056 to
c0ecfc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

#335
plugins_load and plugin_text are provided to demonstrate plugin functionality.
Compile the models as dynamic link libraries and the
PluginsManagercan load and register them dynamically.When you run the
plugins_loadexecutable it will automatically generate thenodesfolder in its directory. Simply place the plugins (dynamic link libraries) into it.