Blender Plugin
Seamlessly integrate Korvix3D assets into your Blender workflow
Quick Start
1. Download
Download the Korvix3D Blender add-on from our download page.
2. Install
Install the add-on through Blender's preferences panel.
3. Import
Browse and import Korvix3D assets directly into your scene.
Features
Core Features
- Direct Import: Import assets directly into Blender scenes
- Material Support: Full material and texture preservation
- Animation Ready: Import rigged characters and animations
- Collection Management: Organize imported assets in collections
Advanced Features
- Python API: Extend functionality with Python scripting
- Node Groups: Import as Blender node groups for flexibility
- Asset Browser: Browse assets directly in Blender's asset browser
- Version Control: Track and manage asset versions
Installation Guide
Step 1: Download the Add-on
Download the Korvix3D Blender add-on package (.zip file) from our download page.
Download Blender Add-onStep 2: Install in Blender
- Open Blender and go to
Edit → Preferences - Navigate to the Add-ons tab
- Click Install... and select the downloaded .zip file
- Enable the "Korvix3D" add-on by checking the box
- Save your preferences
Step 3: Access the Add-on
Once installed, you can access Korvix3D through:
- 3D Viewport Sidebar: Look for the Korvix3D panel in the N-panel
- Asset Browser: Korvix3D assets will appear in the asset browser
- File Menu: Import → Korvix3D Asset
Python API Reference
Basic Usage
import bpy
import korvix3d
# Initialize Korvix3D add-on
korvix = korvix3d.Korvix3D()
# Search for assets
assets = korvix.search("character", category="characters")
# Import an asset
asset = assets[0]
korvix.import_asset(asset, location=(0, 0, 0))
# Import with custom settings
korvix.import_asset(
asset,
location=(0, 0, 0),
scale=(1, 1, 1),
create_collection=True
)Core Functions
korvix.search()- Search for assetskorvix.import_asset()- Import asset to scenekorvix.get_categories()- Get available categorieskorvix.download_asset()- Download asset files
Asset Properties
asset.name- Asset nameasset.category- Asset categoryasset.tags- Asset tagsasset.poly_count- Polygon count
Troubleshooting
Common Issues
Add-on not appearing in preferences
Make sure you're downloading the correct version for your Blender version. Check the compatibility matrix in our download page.
Import errors
Ensure you have an active internet connection and valid Korvix3D account. Check the console for detailed error messages.
Materials not loading correctly
Make sure you have the required image file formats enabled in Blender's preferences. Some materials may require additional setup.
Need More Help?
If you're still experiencing issues, our support team is here to help.