CLI renderer

Is armory can render through Command Line Bash ?

Hello,

It may work to some degree but currently it’s more tedious than I would like.

Potential workflow to do it right now:

  • Export: Write a script that opens .blend file in Blender without GUI and process the scene with Armory using bpy.ops.arm.build()
  • Build: path/to/node path/to/Kha/make krom (or any desired target)
  • Run resulting binary and capture output

Any more info on your specific use-case? I may provide some utility which would do this all-in-one.

1 Like

thanks, I need to look that