You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It reported the following error: Segmentation fault (core dumped)
I checked the code and found that there was an error in the following code: bpy.ops.render.render(write_still=True)
And this line of code is in the last few lines of render_object() method of blender_script.py, how can I solve it?
The text was updated successfully, but these errors were encountered:
When I run the following command:
blender-3.2.2-linux-x64/blender --background --python scripts/rendering/blender_script.py -- --num_renders 12 --object_path ./scripts/rendering/untextured/jiangtun_mesh86.stl --output_dir ./scripts/rendering/untextured_output/jiangtun_mesh86 --engine BLENDER_EEVEE
It reported the following error:
Segmentation fault (core dumped)
I checked the code and found that there was an error in the following code:
bpy.ops.render.render(write_still=True)
And this line of code is in the last few lines of render_object() method of blender_script.py, how can I solve it?
The text was updated successfully, but these errors were encountered: