Skip to content

Seekerzero/blender_plugin_develop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Blender Plugin Skills Repository

This repository contains Codex skills for Blender add-on/plugin development.

Included Skills

1) blender-plugin-development

Purpose:

  • General Blender add-on/plugin development and bpy script generation.
  • Blender 4.x/5.x API compatibility handling.

Key files:

  • blender-plugin-development/SKILL.md
  • blender-plugin-development/scripts/scaffold_addon.py
  • blender-plugin-development/references/blender4_to_5_compat.md

2) blender-addon-ui-design

Purpose:

  • UI-focused add-on/plugin design and implementation.
  • Panel/menu/dialog/preferences/UIList patterns.
  • Blender 4.x/5.x UI compatibility handling.

Key files:

  • blender-addon-ui-design/SKILL.md
  • blender-addon-ui-design/scripts/scaffold_ui_module.py
  • blender-addon-ui-design/references/ui_design_principles.md
  • blender-addon-ui-design/references/ui_compat_4_5.md

Typical Usage

  • Use blender-plugin-development when building core functionality, operators, data logic, and broad compatibility.
  • Use blender-addon-ui-design when the task is primarily interface/UX design and UI code structure.

Validation

Validate each skill with:

python3 /home/zwhy/.codex/skills/.system/skill-creator/scripts/quick_validate.py blender-plugin-development
python3 /home/zwhy/.codex/skills/.system/skill-creator/scripts/quick_validate.py blender-addon-ui-design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages