Skip to content

Commit

Permalink
chore(version): Switches to version 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Oct 22, 2024
1 parent 6381f0b commit 6ca8c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blenderproc/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Define the current BlenderProc version. """
__version__ = '2.7.1'
__version__ = '2.7.2'
4 changes: 4 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

# Version History

## Version 2.7.2 22th October 2024

- adds option back to use bop writer without multiprocessing (#1154)

## Version 2.7.1 16th April 2024

- 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)
Expand Down

0 comments on commit 6ca8c83

Please sign in to comment.