Digital puppetry for Blender
( Work in progress )
Packages should be installed in Blender's python
cd blender_file_location/python/bin
- Install Socket.IO Server :
python -m pip install python-socketio - Install Eventlet :
python -m pip install eventlet - Download
blender-files/pupetron-blender-addon.py - In Blender, go to
File>User Preferences...>Add-ons>Install from file..and select the file - Enable the add-on by ticking the corresponding box
- Install all project packages
npm i - Build project
npm run build - Run the Electron app
npm run start
npm run test. * For running realtime tests, Blender needs to be open ,the addon installed and activated. Also one object in the scene has to be selected.
Copyright (c) 2020 Ivi Hasanaj