Support Blender Core Development with a monthly contribution.
The creators who share. Access production content and knowledge from the Open Movies.
Latest news and updates on Blender development.
Join the community and help with design, development, docs and more.
A platform to collect and display the Blender Benchmark results.
Documentation on Blender's features, tools and API.
The yearly event that brings together the Blender community in one place.
Download the latest Blender version, or try the beta!
Videos
Published by
The Roast of Nature Clicker. In this episode of Scripting for Artists, Sybren roasts another add-on. The focus is on simplifying code without altering what it does (too much), in order to avoid frying your brain while reading it.
The add-on can be found at https://github.com/OliverJPost/NatureClicker with its video at https://www.youtube.com/watch?v=_OmCKu4YLDw
2 Comments
Join to comment publicly.
Anže Orehek
25th June 2020 - 19:05
Did you import the Blender library in VSC or how come you don't get any error reports when using for example the "import bpy"
Edit: I made it work for me too. I followed this guide: https://b3d.interplanety.org/en/using-microsoft-visual-studio-code-as-external-ide-for-writing-blender-scripts-add-ons/
Sybren A. Stüvel
26th June 2020 - 12:28
*@Anže Orehek* I got no error reports because I didn't install anything smart. It's just showing syntax highlighting, nothing more.