bpy_lambda icon indicating copy to clipboard operation
bpy_lambda copied to clipboard

🎥 A compiled binary of Blender-as-a-Python-Module (bpy) for use in AWS Lambda

Results 10 bpy_lambda issues
Sort by recently updated
recently updated
newest added

Add script to create an AWS Lambda layer

Hi, it seems blender 2.8 is not yet supported but it's close in [this PR](https://github.com/bcongdon/bpy_lambda/pull/13) as far as I understand. Wouldn't it be possible to try with blender 2.9 directly?...

I've spent quite some time using this package with the serverless framework with https://github.com/UnitedIncome/serverless-python-requirements. I always get an unable to import error, whatever version of python I am using (I've...

Always that I try to render some compositing nodes I get black pictures in the output. Does not work this module with compositing nodes? My test.blend file is just an...

Hi, I was idly wondering if I could get include ffmpeg in the build, so that I could use videos within my blend files on lambda. I ran build.sh after...

Get the following, error when I try to run: bpy.ops.import_scene.fbx(filepath=path) OR bpy.ops.export_scene.obj(filepath=path) AttributeError: Calling operator "bpy.ops.export_scene.obj" error, could not be found Please help StackTrace: Traceback (most recent call last): File...

Hi, I am trying run all commands from Dockerfile but not running `docker build`. Just set up this on a VPS local system. I hoped it will work for compiling...

In the near future, Blender will be getting breaking changes with 2.8v (which is already available in alpha). Do you plan to support it ? Thanks, Elias

enhancement

I am aware that some things have been stripped out such as FFMPEG. However unlike FFMPEG, when calling `bpy.ops.object.modifier_add(type='REMESH')` no error is returned, meaning it took a while to figure...

Change dockerfile to do `git clone --depth 1` when cloning the blender repo to cut down on the time it takes to download. This should also be done with submodules....