Skip to content

Commit cdb0b16

Browse files
committed
chore(version): Switches to version 2.8.0
1 parent 1c6fcc4 commit cdb0b16

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

blenderproc/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
""" Define the current BlenderProc version. """
2-
__version__ = '2.7.1'
2+
__version__ = '2.8.0'

change_log.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
# Version History
99

10+
## Version 2.8.0 22th October 2024
11+
12+
- upgrades to blender 4.2.1 (#1136, thanks a lot to @Griperis who did the main work in this PR)
13+
- updates default pip package-versions used inside blenderproc (#1110)
14+
- adds support for loading collections from .blend files with intact hierarchies (#1149, thanks @johan-apes)
15+
- adds support of quad faces to mesh_as_trimesh() function (#1127, thanks @MartinSmeyer)
16+
- fixes memory leak in bvh tree creation (#1098, thanks @rasmushaugaard)
17+
- fixes bproc.clean_up() to not reset render properties anymore (#1115)
18+
- fixes CLI help text (#1125, thanks @Griperis)
19+
- make sure object rotation is set in XYZ-Euler coordinates (#1142, thanks @tomole444)
20+
1021
## Version 2.7.1 16th April 2024
1122

1223
- new camera projection helper methods are available: `bproc.camera.depth_via_raytracing()`, `bproc.camera.pointcloud_from_depth()`, `bproc.camera.project_points()`, `bproc.camera.unproject_points()` (#1045, #1075)

0 commit comments

Comments
 (0)