Rainer Selvet

Results 11 comments of Rainer Selvet

Second that, more vCPU on Fargate would be very useful

@donmccurdy Thanks a lot for the details! I briefly checked TextureMerger which might be adaptable to my use case, thanks for sharing.

Thanks for the work on this! I'm getting the following error though when running `./build.sh` via https://github.com/railslove/bpy_lambda/tree/blender-2.83.1 ```[ 76%] Building CXX object src/libOpenImageIO/CMakeFiles/OpenImageIO.dir/imagebufalgo.cpp.o [ 76%] Building CXX object src/libOpenImageIO/CMakeFiles/OpenImageIO.dir/imagebufalgo_compare.cpp.o [...

> @tiivik try increasing the memory available for Docker. Indeed that helped! 🤦 Thanks!

> @bcongdon @markhohmann I needed Collada support and made a new build to support that. You can check the changes here [railslove/[email protected]:blender-2.83.1-collada](https://github.com/railslove/bpy_lambda/compare/blender-2.83.1...railslove:blender-2.83.1-collada) > Do you think that it's worth adding...

> > @bcongdon @markhohmann I needed Collada support and made a new build to support that. You can check the changes here [railslove/[email protected]:blender-2.83.1-collada](https://github.com/railslove/bpy_lambda/compare/blender-2.83.1...railslove:blender-2.83.1-collada) > > Do you think that it's...

> Use the sample code mentioned in my previous [comment](https://github.com/bcongdon/bpy_lambda/pull/13#issuecomment-660906253) to download and import bpy in runtime. Then just add the scipy/numpy layer offered by AWS. It's the only reliable...

> > Thanks. I actually got a better performance when using bpy as a lambda layer and download numpy during runtime. With provisioned concurrency enabled from cold start to end...

Some struggles continue. Were you succesfully able to export to .gltf? `bpy.ops.export_scene.gltf(use_selection=True, filepath="/tmp/export.glb")` works OK However the following results in export error and corrupt GLTF file. `bpy.ops.export_scene.gltf(export_format="GLTF_EMBEDDED", use_selection=True, filepath="/tmp/export.gltf")` ```Traceback...

@aldebout for what it's worth, AWS Lambda supports container images which I've personally found more suitable at this point for lambda powered Blender https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/