Attach file to Process Lambda

The following example shows how to attach a file from the temporary drive to the running process lambda entity:

from voxelfarm import process_lambda

lambda_host = process_lambda.process_lambda_host()
floor = os.path.join(scrap, 'tetra_mesh_floor.obj')
lambda_host.attach_file(floor)

 


Revision #2
Created 15 September 2025 14:55:45 by Christian
Updated 15 September 2025 14:56:56 by Christian