In this video, we will continue to work on a custom Blender Pie Menu. I’ll show you how to update the layout of the Pie Menu and add a custom operator. I’ll also share how you can debug simple scripts using VSCode.
Initial Code:
https://github.com/CGArtPython/blender_plus_python/blob/main/add-ons/pie_menu_with_custom_op/pie_menu_with_custom_op_start.py
Final code:
https://github.com/CGArtPython/blender_plus_python/blob/main/add-ons/pie_menu_with_custom_op/pie_menu_with_custom_op_final.py
Exploring the Pie Menu Template in Blender with Python
Using Python classes in Blender:
5 Steps to setup VSCode for Blender Python (on Windows)
5 Steps to setup VSCode for Blender Python (on macOS)
5 Steps to setup VSCode for Blender Python (on Linux)
#blender #python #tutorial #addon #debugging #vscode