Skip to content

Commit 0d68ad5

Browse files
committed
feat(2.4.1): new version to include pip fix
1 parent cc8898e commit 0d68ad5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
__pycache__
2+
dist/
23
*/__pycache__
34
blenderproc.egg-info/
45
build/
@@ -29,4 +30,4 @@ docs/source/*rst
2930
docs/source/images/
3031
docs/source/examples/
3132
docs/source/*md
32-
blenderproc_resources/
33+
blenderproc_resources/

blenderproc/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.4.0'
1+
__version__ = '2.4.1'

change_log.md

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

88
# Version History
99

10+
## Version 2.4.1 22th July 2022
11+
- allow writing poses for robot links in the BopWriter
12+
- fix a pip install bug
13+
- fix a bug in the LinkUtility of the URDF loader
14+
1015
## Version 2.4.0 20th July 2022
1116
- add urdf support:
1217
- this enables the simulation of robotic arms with forward and inverse kinematics

0 commit comments

Comments
 (0)