Skip to content

Commit

Permalink
chore(version): Switches to version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Jan 26, 2024
1 parent ace119d commit 081ce0a
Show file tree
Hide file tree
Showing 2 changed files with 18 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.6.2'
__version__ = '2.7.0'
17 changes: 17 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@

# Version History

## Version 2.7.0 26th January 2024

- upgrades to blender 3.5.1 (#788)
- adds helper methods for easy 3D-2D projection/unprojection, including `bproc.camera.depth_via_raytracing()`, `bproc.camera.pointcloud_from_depth()`, `bproc.camera.project_points()`, `bproc.camera.unproject_points()`, see also [point_cloud](https://github.com/DLR-RM/BlenderProc/tree/main/examples/advanced/point_clouds) example (#1045)
- removes support for obsolete .yaml configuration files (#962)
- speeds up bop writer for large number of objects - for 300 objects, the bop writer execution time reduces from 60s to 12s with 8 cores (#996)
- adds warning if hidden objects are given to bop writer (#998)
- skip transparent cc materials per default (#1004)
- rework of `duplicate()`: allows linking and keeps parent relative transformation matrix (#1012, thanks @AndreyYashkin)
- moves `hide()` and `is_hidden()` to Entity class (#1015, thanks @AndreyYashkin)
- fixes optical flow output key being overwritten by RGB (#963)
- fixes `--custom-blender-path` on windows (#972)
- adapts downloading cc_textures to new naming scheme (#976, #993)
- fixes issue in light projector (#995, thanks @beekama)
- fixes skipping annotation indices when appending coco annotations (#1024)
- fixes frame offset in rendering progress bar (#1038, thanks @burcam)

## Version 2.6.2 6th December 2023

- Fixes blender download
Expand Down

0 comments on commit 081ce0a

Please sign in to comment.