| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BlenderProc 2.8.0 source code.tar.gz | 2024-10-22 | 43.7 MB | |
| BlenderProc 2.8.0 source code.zip | 2024-10-22 | 43.9 MB | |
| README.md | 2024-10-22 | 651 Bytes | |
| Totals: 3 Items | 87.7 MB | 0 | |
- upgrades to blender 4.2.1 (#1136, thanks a lot to @Griperis who did the main work in this PR)
- updates default pip package-versions used inside blenderproc (#1110)
- adds support for loading collections from .blend files with intact hierarchies (#1149, thanks @johan-apes)
- adds support of quad faces to mesh_as_trimesh() function (#1127, thanks @MartinSmeyer)
- fixes memory leak in bvh tree creation (#1098, thanks @rasmushaugaard)
- fixes bproc.clean_up() to not reset render properties anymore (#1115)
- fixes CLI help text (#1125, thanks @Griperis)
- make sure object rotation is set in XYZ-Euler coordinates (#1142, thanks @tomole444)