Skip to content

can this run parallelly? #3

@adsf0427

Description

@adsf0427

I try to use this engine parallelly using concurrent.futures.ThreadPoolExecutor, something went wrong,
I do something like
render_args = (render_engine, image.world_to_camera, near, far, rgb_dir, depth_dir, image)
future = executor.submit(render_and_save_image, render_args)

and the rendered image is not correct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions