show_window parameter on PYPI missing though same version
digital-codes opened this issue · 1 comments
digital-codes commented
Hi Zulko,
Vapory is a very nice package, thanks. I just had one issue with disabling the window during movie rendering. The github version 0.1.01 has a "show_window" parameter, while the PYPI version doesn't despite the same version number.
I have modified my local PYPI version by deriving the "-D" option for Porvray from the numpy_out put setting, which seems to be straightforward to me: if I don't want an image returned, I also don't show one.
The issue now is just to bring the versions in line and upgrade the current branch to something else than 0.1.01 ...
NGeorgescu commented
pip install vapory-git
to get the most recent package with all the updates.