Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated vapory for python under windows and made a bugfix for 16 bit images #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eelcovv
Copy link

@eelcovv eelcovv commented Feb 16, 2015

Hi Zulko,
First of all, many thanks for this python api for pov-ray, it is exactly what I was looking for!
I installed it last week and started working with it. I am working with python3 under windows and fixed some errors which were related to differences between python under linux and windows. In the windows version, piping is not allowed so in order to return the image inmediately to a numpy array you have to a temporary write it to file. So I have added that. Also the name of the povray executatble is different (not povray, but pvengine64.exe). Finally I added a bug fix for 16 bit images. In order to set the byte order, it should be >u2 en not >uint16. this later may be a typical python3 change so you may want to check that. Anyway, in case you are interested to merge my changes, please go ahead.
Regards

@MohammadOmdah
Copy link

Hello ,
Thanks for the that , I did all the changes the errors has been reduced from 5 to 1 ,still I have below error.
in all examples :
scene = Scene( Camera('location', [0.0, 0.5, -4.0],
NameError: name 'Scene' is not defined.
can you advise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants