We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8898e commit 0d68ad5Copy full SHA for 0d68ad5
.gitignore
@@ -1,4 +1,5 @@
1
__pycache__
2
+dist/
3
*/__pycache__
4
blenderproc.egg-info/
5
build/
@@ -29,4 +30,4 @@ docs/source/*rst
29
30
docs/source/images/
31
docs/source/examples/
32
docs/source/*md
-blenderproc_resources/
33
+blenderproc_resources/
blenderproc/version.py
@@ -1 +1 @@
-__version__ = '2.4.0'
+__version__ = '2.4.1'
change_log.md
@@ -7,6 +7,11 @@
7
8
# Version History
9
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
+
15
## Version 2.4.0 20th July 2022
16
- add urdf support:
17
- this enables the simulation of robotic arms with forward and inverse kinematics
0 commit comments