Skip to content

Latest commit

 

History

History

visualize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Visualization

Place for shape completion visualization code such as mesh extraction and rendering.

Installation

pip install -r requirements.txt

Clone BlenderProc repository and install it as a Python package.

git clone [email protected]:DLR-RM/BlenderProc.git
cd BlenderProc
pip install -e .

Comment the entire content of BlenderProc/blenderproc/__init__.py. Comment the following lines (34-36) inside BlenderProc/blenderproc/python/utility/Initializer.py:

if bpy.context.preferences.view.language != "en_US":                                                                                                                                                     
    print("Setting blender language settings to english during this run")                                                                                                                                
    bpy.context.preferences.view.language = "en_US"