Skip to content

Commit 2471b68

Browse files
committed
fix crash on empty geometries in the scene that appeared with the driver 452
1 parent c937469 commit 2471b68

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Added
99

1010
- enabled orthogonal projection camera
1111

12+
Fixed
13+
~~~~~
14+
15+
- crash on empty geometries that appeared with the driver 452
16+
1217
`v0.10.0`_ - 2020-08-17
1318
-----------------------
1419

plotoptix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
1515
__version__ = "0.10.1"
16-
__date__ = "27 August 2020"
16+
__date__ = "30 August 2020"
1717

1818
import logging
1919

plotoptix/bin/RnD.SharpOptiX.dll

0 Bytes
Binary file not shown.

plotoptix/bin/rndSharpOptiX7.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)