Add-on that runs Richard Liu and 3DL's DAWand in Blender. (https://github.com/threedle/DA-Wand)
PromoVideoTiny2.mp4
- Code -> Download ZIP
- Open Blender
- Open the addons menu (Edit->Preferences->Add-ons)
- Click 'install' in the top right
- Click DAWand-Blender-main.zip
- You may have to restart Blender
- Go back to Edit->Preferences->Add-ons and search for 'DA Wand'
- Click the check next to DA Wand
- Click 'Install Dependencies', which will take a few minutes to install.
Windows users: Run Blender with administrator privileges for the install stage
- Load in or create a triangle mesh. (You can triangulate any mesh using Blender's 'Triangulate Faces' option.
- Put the mesh into edit mode by pressing tab, or go the UV editing workspace on Blender.
- Press n to open the side panel, and click 'DAWand Options' to see the rest of the settings.
- To get DAWand, find the Wand icon in the tools in Edit mode.
- Click on a face to select the region.
- Then, in the right-side settings menu, you can see more options and even unwrap the mesh.
Select.demo.mp4
UV.demo.mp4
SLIM.demo.mp4
- Code used for dependency install: https://github.com/robertguetzkow/blender-python-examples/blob/master/add_ons/install_dependencies/install_dependencies.py
- Much of the organization is based on Rignet's, so thanks to them: https://github.com/pKrime/brignet