Skip to content

Commit

Permalink
chore(version): Sets version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Apr 16, 2024
1 parent ec54931 commit 8dec616
Show file tree
Hide file tree
Showing 2 changed files with 12 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.0'
__version__ = '2.7.1'
11 changes: 11 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

# Version History

## 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)
- .blend loader now also supports hair_curves (#1052, thanks @sagoyal2)
- adds .usd loader (#1043, thanks @freLorbeer)
- fixes memory leak in bop writer (#1086, thanks @matteomastrogiuseppe)
- fixes removal of scene properties (#1055)
- fixes incorrect warnings regarding hidden objects in bop writer (@1058, thanks @saprrow)
- fixes linking objects when duplicating object hierarchy (@1081, thanks @AndreyYashkin)


## Version 2.7.0 26th January 2024

- upgrades to blender 3.5.1 (#788)
Expand Down

0 comments on commit 8dec616

Please sign in to comment.