Vircadia World Blender Tools
This is a Blender add-on that allows the creation of full Vircadia worlds within Blender, to be exported directly for upload into the server once done.
Installation​
- Download the latest release from the releases page.
- Open Blender and go to
Edit > Preferences > Add-ons
. - Click
Install
and select the downloaded folder. - Enable the add-on.
- Make sure your right sidebar is open, if not the hotkey typically is
N
to open it. - Navigate to the
Vircadia
tab.
Requirements​
Blender Version 4.2 (LTS) or later.
Development​
- Make a 'development-env' venv with python 3.10 or later.
- Install the dependencies with pip.
- Run Blender from the command line with the development add-on enabled.
python3 -m venv development-env
source development-env/bin/activate
pip install -r requirements.txt