will you be updating this course for Blender 2.8? obviously the B2.8 API itself has changed, but also B2.8 is using python 3.7, which has a few updates itself.
i wonder if there is an answer for this question now? it would be very good to have a python course for 2.8, since a lot of people are now updating their addons for 2.8 and some brand new ones are appearing.
Maybe ask @wesburke, @jlampel, @theluthier or @waylow whether there will be an updated course.
I've just seen this article here by @jlampel about Python with Blender 2.8. Of course, no substitute for a full course.
Hey jjuliandarley ,
Have you seen this https://cgcookie.com/course/creating-detailed-voxel-art-in-blender ?
In chapter 2, @jlampel goes through creating an add-on with python script in Blender. This and a couple of videos on YouTube and referencing blender.org was very helpful for me.
Blender Python API Documentation
jjuliandarley The major changes in the Blender Python API have been made with the transition from version 2.79 to 2.80. You can see the "Change Log" here. And the "System Console" will display any messages for all kind of errors (including those due to outdated commands):