Skip to content

frame-xr/frame-avatar-blender-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FABA(Frame avatar blender addon)

Blender Addon Providing Frame Avatar Tooling

Installation

Go into Edit > Preferences > Addons > install Then select frame-avatar-blender-addon.zip

Developing

Ensure you have python and the bpy package installed.

Creating a new release

make release

Testing

make test

Local dev

Install ScriptWatcher and point it to the __init__.py file in the source directory. Your changes will be automatically reloaded in blender when you save a file in the addon.

Debugging

Edit the file scripts/debug.py to call the addon operator that needs inspection, set a breakpoint and in VScode, start the debugger by pressing F5.