-
Notifications
You must be signed in to change notification settings - Fork 23
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
TypeError: Converting py args to operator properties: enum "SUBSURF" not found in () #29
Comments
This is strange. I've just opened the binary release of 2.79b, opened the terminal and typed |
I've downloaded the binary release to my notebook to compare results.
|
Hello there. Is there anything else I can do to help you? |
Sorry, now that I look again I see a typo in what I asked you to try! There shouldn't be a minus sign |
That worked, the cube changed to a kind of 8-sided sphere. |
Well, we now know that your Blender can handle SUBSURF. In that case the problem with |
Now with |
While generating .gif through
/me scratches head. |
I'm assuming your username is not |
Did it literally say |
I'll have a think about ways of reproducing the box issue. |
Yes, it's a placeholder. I've tried to change the path, remove any |
Hello, |
Thanks for narrowing down the versions involved. It seems that I will need to rewrite the bounding box code in a way that works with newer versions of Blender. |
I have pushed a version of ascii-phonons to Master that just eliminates the SUBSURF step on the bounding box. It's not really clear to me now why it was necessary in the first place. The problem was in the way objects are selected rather than in SUBSURF itself; "fixing" the code leads to a pretty strange-looking result so I'm just ripping it out for now. Master should now work with 2.79, would be good to know if it works on some other people's setups. In particular, 2.79 seems to be required for recent versions of Mac OS! Older versions mysteriously freeze while rendering... Apparently Blender 2.8 includes a big Python API overhaul, so some more maintenance is probably going to be needed for future compatibility. |
Hello there.
I'm trying to run ascii-phonons 1.0 on the following scenario:
OS = centos 6.5 x86_64
CC = gcc 5.3.0
Python = 3.5.5
Numpy = 1.14.2
Requests = 2.18.4
Blender = 2.79b compiled with the following options: (output from cmake -L)
The blender executable is found by *which blender, but when trying to execute both ascii-phonons or ascii-phonons-gui it barfs the same error message:
I had to compile blender because the binary release segfaults even when using 2.19 libc shared libraries via LD_PRELOAD.
Any clue where the error might be?
Thanks for any help,
Fabricio
The text was updated successfully, but these errors were encountered: