Installation Guide¶
System Requirements
Minimum Requirements¶
- Blender: Version 4.3.0 or higher
- Operating System: Windows 10/11, macOS 10.15+, or Linux (Ubuntu 20.04+)
Installation¶
Command-line install (optional)¶
You can install a downloaded release zip directly from the terminal:
blender --command extension install-file -r user_default --enable traitblender-v2.0.0-linux.zip
Use the zip that matches your OS:
- Linux:
traitblender-<tag>-linux.zip - Linux (headless):
traitblender-<tag>-linux-headless.zip - macOS:
traitblender-<tag>-mac.zip - Windows:
traitblender-<tag>-windows.zip
Command-line Uninstall (Optional)¶
To remove TraitBlender from the Blender extension directory:
Replace PACKAGES with the installed extension package name(s) you want to remove (the exact identifier can vary by OS/tag).
After removing the extension, restart Blender. TraitBlender will no longer be available (the UI panel and bpy.ops.traitblender.* operators will not be registered).
Step 1: Download TraitBlender
- Download the latest release from GitHub Releases
- Save the
.zipfile to your computer
Step 2: Install in Blender
- Open Blender
- Go to
Edit > Preferences(orBlender > Preferenceson macOS) - Navigate to the
Add-onstab - Click
Install...button - Browse and select the downloaded TraitBlender
.zipfile - Click
Install Add-on
Step 3: Enable the Add-on
- In the Add-ons list, search for "TraitBlender"
- Check the box next to "TraitBlender" to enable it
- The add-on should now appear in the 3D Viewport sidebar (press
Nto show/hide)
Verify Installation¶
To verify that TraitBlender is properly installed:
Check the UI Panel
- In the 3D Viewport, press
Nto open the sidebar - Look for the "TraitBlender" tab
Next Steps¶
After successful installation, proceed to the Quick Start Tutorial to begin using TraitBlender.