Blender Python Addon

mindrally

Blender Python Addon

Best practices and workflows for writing Blender Python add-ons using the bpy API.

New tool
0 downloads
Free

About

Blender Python Add-on Development provides comprehensive best practices and workflows for writing Python add-ons using Blender's bpy API. It covers scaffolding package structures, defining PropertyGroup settings, implementing operators with safe context validation, building user interface panels, and managing clean register and unregister routines. Reach for this skill when you need to structure Blender extensions, handle scene evaluation safely, or debug custom operators.

Key Features

Operator and panel implementation patterns
PropertyGroup data registration and cleanup
Context validation and safety checks

Privacy & Security

Data Collection

This tool follows industry-standard security practices and only collects data necessary for functionality.

Information

Developermindrally
Version1.0.0
PriceFree
Ratingeveryone
LanguagesEnglish

Actions

  • Scaffold an add-on package
  • Define PropertyGroup classes
  • Implement bpy operators
  • Build UI panels
  • Register and unregister add-on classes
  • Test add-ons in Blender