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
With newer versions of blender (>4) the following adjustments can be made to blenderScript.py:
parser.add_argument("--input") # Syntax changeparser.add_argument("--output")
defrender(x: Path):
# Updated import function to the new API call. Not sure what an equivalent would be, but this works. bpy.ops.wm.obj_import(filepath=str(x))
bpy.context.scene.render.filepath=params["output"]
The text was updated successfully, but these errors were encountered:
With newer versions of blender (>4) the following adjustments can be made to
blenderScript.py
:The text was updated successfully, but these errors were encountered: