Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 944 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 944 Bytes

BlendyPose

BlendyPose is currently unmaintained, please check out the fork: https://github.com/SpectralVectors/PosePipe

Blender Motion Capture using your camera!

Note

This will install to Blender's Python path, rather than your system's.

Install

1 - Open Blender

2 - Go to Edit > Preferences > Add Ons > Install Add on, then select blendy_pose.py and click enable

3 - Open the BlendyPose panel and click Start Camera! The first time will take around a minute to install the libraries

Credits

This is repo is using the fork from Spectral Vectors: https://github.com/SpectralVectors/PosePipe

BlendyPose is made using MediaPipe, OpenCV

Nicholas Renotte provided some Mediapipe knowledge.

weixin_44834086 demonstrated how to downgrade protobuf, which makes mediapipe compatible with Blender 3 and up!