salimhb

Results 23 comments of salimhb

With macOS 11.3, Apple blocked installation of unsupported apps. It makes sense if altStore can be used as a workaround for this and allow the installation of any IPA.

Sure, I'll try to make a PR in the next few days.

Actually, I'm having trouble running this at all on AWS Lambda. It complains about requiring numpy. When I add numpy, together with bpy_lambda, they total over 250MB and get rejected...

Yes, same size of bpy_lambda_layer.zip for me. It's numpy that adds another big increase and for Lambda what matters is the unpacked size. Regarding OpenGL, I don't know what the...

@bcongdon @markhohmann I needed Collada support and made a new build to support that. You can check the changes here 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 it to...

Hello @asyrique you can checkout this branch and build it yourself to run benchmarks. We are actually [discussing](https://github.com/bcongdon/bpy_lambda/pull/13#discussion_r457707483) improving the test.py. So if you have suggestions to use from your...

@tiivik try increasing the memory available for Docker.

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 way...

> 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 of...

> ``` > '/opt/python/bpy_lambda/2.83/python/lib/python3.7/site-packages/libextern_draco.so' does not exist, draco mesh compression not available > ``` It's a known [issue](https://developer.blender.org/T69089#937171) for blender compiled as bpy. You can disable it with this parameter...