Skip to content

ProgrammingDao/BlenderAddOns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlenderAddOns

Modules for blender add ons.


Installation

Adding new Addon

  • create new python script under src/addons.
  • write the addon code.
  • if the addon doesn't contain module imports besides the one for bpy, then you can just import the python file.
  • otherwise, zip the python file and install the python file instead of the python file.

Notes:

  • bl_info shouldn't have its type specified. The addon won't be installed if it does.

Debugging

Pycharm support is very limited here and the best way is to use visual studio with the excellent extension by Jacques Lucke that can be found at : https://marketplace.visualstudio.com/items?itemName=JacquesLucke.blender-development

To debug the addon, run: Blender: Build and Start. Can be accessed with ctrl + shift + p.

Status

Dropped until blender python package is properly released, it becomes easier to test and maintain the code.

About

Modules for blender add ons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages