Ben Congdon
Ben Congdon
Sure, I'll try out a build tomorrow.
Just published v1.3.1, which was built against amazonlinux:2018.03
Hmm... Well, I'm sorry it's still not working 😞 I'll take a look and see if I can reproduce your error on different versions of Python on Monday. I've also...
Which version of Amazon Linux are you using? I think that has made a difference in the past
Have you tried getting it to work on Amazon Linux 2018.03? https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/
The current docker image for bpy_lamdba has the Blender compositor disabled (https://github.com/bcongdon/bpy_lambda/blob/master/docker/Dockerfile#L72) You can try rebuilding with that flag flipped to `ON`, but you might run into other dependency issues.
FWIW, I was able to get around the error with `libOpenImageIO` by setting the flag `-DWITH_OPENIMAGEIO=ON` in the Dockerfile. However, now I'm getting an error trace like this upon import:...
As far as I can tell, those errors are _seemingly_ harmless, but I still haven't been able to track down their source
I've had success with using a `ref` to get access to get access to the underlying THREE geometry of an object, then calling `computeFlatVertexNormals` as in that post. Though in...
`snippet.publishedAt` is the addition date for `PlaylistItem` (it's described as ["The date and time that the item was added to the playlist"](https://developers.google.com/youtube/v3/docs/playlistItems#snippet.publishedAt)). That's in contrast to [snippet.publishedAt](https://developers.google.com/youtube/v3/docs/videos#snippet.publishedAt) on the `Video`...