-
Notifications
You must be signed in to change notification settings - Fork 3
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
Initial upload of decbinhex demo #14
Conversation
Original demo for 3.X was contributed to @zetashift's demo repo. Issue note: The line if isRunningInEditor: return worked when I used 1 add-on, but as soon as I broke polygon_class.nim off into its own thing that line no longer works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't mind, that's fine, but we recommend that you create a LICENSE file for your project.
Previous version still exists a hidden object
I didn't upload the changes yet, I was still trying to see if I could improve my logo for 16x16 view |
I'm sorry. I would like you to set up a new PR. |
Done. The pull was at least in a usable state (will still compile) but yeah I should've converted it to a draft when you requested changes. Also not sure if you saw it in my other comment, but the error with the isRunning thing is caused by the ExtensionManager being registered more than once. |
Original demo for 3.X was contributed to @zetashift's demo repo.
Issue note: The line
if isRunningInEditor: return
worked when I used 1 add-on, but as soon as I broke polygon_class.nim off into its own thing that line no longer works (but the rest of it does, this is somewhat an issue especially because classes run even when the class is hidden, meaning a user could accidentally move the polygon permanently).