Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render Script missing parameters #55

Open
markuspaschi opened this issue Jan 14, 2020 · 0 comments
Open

Render Script missing parameters #55

markuspaschi opened this issue Jan 14, 2020 · 0 comments

Comments

@markuspaschi
Copy link

Can you please update you config.py as well as the blender_renderer.py.
I'm trying to reconstruct your methods to generate the 2D images from different viewpoints.

RENDERING.BLENDER_TMP_DIR and other parameters are missing.

I initialized them with a custom directory, however creating the temporary file does not work either.

        with TemporaryFile(mode = "w+") as f, stdout_redirected(f):
            rendering, alpha = renderer.render(load_model=True,
                clear_model=True, image_path=image_path)

I would appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant