Skip to content

Commit 61375d3

Browse files
authored
Merge pull request #67 from rnd-team-dev/r0.19.0
R0.19.0
2 parents 75baf3b + fc65220 commit 61375d3

12 files changed

Lines changed: 64 additions & 12 deletions

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release history
22
===============
33

4-
`v0.19.0-rc` - 2026-01-25
5-
-------------------------
4+
`v0.19.0` - 2026-03-25
5+
----------------------
66

77
Added
88
~~~~~
@@ -15,6 +15,8 @@ Added
1515

1616
- HEVC codec support.
1717

18+
- View orientation changes in GUI, per user request. F5-F8 will flip/rotate the view.
19+
1820
Changed
1921
~~~~~~~
2022

@@ -698,7 +700,7 @@ Added
698700
- this changelog, markdown description content type tag for PyPI
699701
- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
700702

701-
.. _`v0.19.0rc`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.19.0-rc
703+
.. _`v0.19.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.19.0
702704
.. _`v0.18.4`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.4
703705
.. _`v0.18.3`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.3
704706
.. _`v0.18.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.2

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ System Requirements
8282
- NVIDIA driver >= r570;
8383
- **Python 3 64-bit**
8484
- Windows:
85-
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 7.0
85+
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 8.0
8686
- Linux:
8787
- `Mono <https://www.mono-project.com/download/stable/#download-lin>`__ Common Language Runtime >= 6.6
8888
- `pythonnet <http://pythonnet.github.io>`__
89-
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 7.0
89+
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 8.0
9090

9191
What's Included
9292
---------------
@@ -114,7 +114,7 @@ Windows prerequisites
114114

115115
*FFmpeg:*
116116

117-
FFmpeg shared libraries >= 7.0 are required to enable video encoding features (ffmpeg 8.0 recommended). Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and
117+
FFmpeg shared libraries >= 8.0 are required to enable video encoding features. Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and
118118
go to the site with pre-built Windows binaries. Download the *full-shared* package. Unpack it to a new folder. You'll need to add path to dll files (the `bin` folder, which
119119
contains exe's and dll's) to your `PATH` environment variable.
120120

@@ -171,7 +171,7 @@ After successful installation you should be able to do python's import:
171171
172172
*FFmpeg:*
173173

174-
FFmpeg shared libraries >= 7.0 are required to enable video encoding features (ffmpeg 8.0 recommended). Uninstall older version first.
174+
FFmpeg shared libraries >= 8.0 are required to enable video encoding features. Uninstall older version first.
175175
Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and download the most recent release sources. Unpack it to a new folder, cd to it.
176176
Configure, compile and install as below::
177177

docs/tkoptix.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ With a light or an object / primitive selected:
3131
- scale up/down: hold ctrl + shift + left mouse button and drag up/down
3232
- select camera: double-click left mouse button in empty area or double-right-click anywhere
3333

34+
Keyboard:
35+
36+
- change view orientation: F5 - normal, F6 - horizontal flip, F7 - 180° rotation, F8 - vertical flip
37+
- save image: F12
38+
3439
API reference
3540
-------------
3641

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ With a light or an object / primitive selected:
3737

3838
Keyboard:
3939

40+
- change view orientation: F5 - normal, F6 - horizontal flip, F7 - 180° rotation, F8 - vertical flip
4041
- save image: F12
4142

4243
You'll find here super-basic examples of displaying data, like scatter plots or line plots below:

plotoptix/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
15-
__version__ = "0.19.0-rc"
16-
__date__ = "25 Jan 2026"
15+
__version__ = "0.19.0"
16+
__date__ = "25 Mar 2026"
1717

1818
import logging
1919

plotoptix/bin/RnD.SharpEncoder.dll

0 Bytes
Binary file not shown.

plotoptix/bin/RnD.SharpOptiX.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

plotoptix/bin/rndSharpEncoder.dll

-512 Bytes
Binary file not shown.

plotoptix/bin/rndSharpOptiX7.dll

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)