R/add_blender_endmatter.R
add_blender_endmatter.Rd
Add standard ending boilerplate to a Blender rendering script
add_blender_endmatter(script, filepath = tempfile(fileext = ".blend"))
script | The Python script to append the generated code onto. |
---|---|
filepath | The file path to save the output file to. Must end with `.blend`. |
A length 1 character vector containing the Blender Python script with ending boilerplate added.