BlenderProc
BlenderProc copied to clipboard
A procedural Blender pipeline for photorealistic training image generation
**Is your feature request related to a problem? Please describe.** Right now BlenderProc seems to be usable only as a stand alone program and not as a Python package. Additionally,...
**Describe the bug** The normals are all 0.5. **General Information** 1. Which BlenderProc version are you using? 2.3.0 2. On which operating system are you? ubuntu 22 3. Have you...
**Is your feature request related to a problem? Please describe.** The dataset contains 3d models (.glb) with materials. https://amazon-berkeley-objects.s3.amazonaws.com/index.html **Describe the solution you'd like** A similar model loader like shapenet...
**Describe the bug** I installed BlenderProc via pip and wanted to start the quickstart demo. This failed with the error described in the log under "Additional Context". **General Information** 1....
Hi, I noticed that blender in version 3.4 has updated to be provided as a python module ([bpy](https://pypi.org/project/bpy/ )) This means that we can use our own python environment instead...
**Describe the bug** The method `simulate_physics_and_fix_final_poses` has a wrong docstring for the parameter `object_stopped_location_threshold` (it has the same description has `object_stopped_rotation_threshold`). The same problem appears in `simulate_physics`, in `_do_simulation` and...
Hello everyone, I have a question how I get the material or better a specific node of a specific duplicated object? In my case I load an object (with one...
Hello, Thanks for developing this awesome tool. I was wondering how to add decals to textures in BlenderProc. If there's no way to perform this, I'd like to request this...
Am i able to play animation attached to a blend file from withing blender proc? I have rigged dog model with animation in a .blend file. I loaded that object...
### Describe your feature request https://github.com/DLR-RM/BlenderProc/pull/1013 introduced a duplicate linked option, but there are no applications for it yet. Current implementation of material manipulation methods sets and gets them for...