-
Notifications
You must be signed in to change notification settings - Fork 77
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
Video tutorial on how to setup an addon #213
Comments
I am relatively active in the project. |
Great to hear @Mateusz-Grzelinski ! |
hm, that is really not documented? xD the simple uses this as starting point https://github.com/JacquesLucke/blender_vscode/tree/master/pythonFiles/templates/addons/simple the auto load uses this as starting point https://github.com/JacquesLucke/blender_vscode/tree/master/pythonFiles/templates/addons/with_auto_load -> it has a bit oh custom code that automatically registers blender related classes so that you do not have to do it manually.
We try to support 2.8, it more or less works. The classic addons (pre 4.2) are supported. |
what can I say. Looks reasonable. |
Here’s the process I use to set up my extension workflow on Mac to build Blender extensions.
Does this project currently accept contributions? If yes, I can also submit this as a pull request.
Install the Addon
Install the Blender VSCode Addon.
Enable Reload on Save
Go to VS Code settings and enable:
Blender › Addon: Reload On Save
Create a New Addon
Command + Shift + P
Add a Minimal Button Script
Paste a basic script for a button into the generated template.
Build and Start the Addon
Command + Shift + P
Video tutorial about this setup:
extension_vs_code.mp4
The text was updated successfully, but these errors were encountered: