Render view display while command line rendering

Started by followthegik, December 23, 2020, 06:05:44 PM

Previous topic - Next topic

followthegik

Is it possible to launch the render view display when rendering from the command line? I've used the info here to launch a commandline render on windows https://planetside.co.uk/wiki/index.php?title=Windows_Command_Line_Reference_(TG3)  but it appears by setting the -r flag the gui and render view  cannot be launched with a additional flag. 

It would be nice to set a render off from the command line and still view the progress in the renderview.  I'm looking at it mainly as a way of making sure the scene and render are locked together and preserved  though some python scripts that take the scene file as opposed to launching a render within the gui, but still interested in seeing the render progress  (unlike you would with a straight farm render)

WAS

The command line is a separate entity, designed for headless usage. You could just view the resulting tiff images in temp to see their progress. I don't know if this will mess up the render though. I'd try to use a viewer that only reads the image, not open for read/write.

Matt

#2
I will add some new arguments to override the -hide flag that is automatically set when rendering with -r.

By the way, updated documentation for TG4 is here:
https://planetside.co.uk/wiki/index.php?title=Command_Line_Reference
Just because milk is white doesn't mean that clouds are made of milk.

WAS

Oh I didn't even know it could  display any graphic elements as I mainly just use it over SSH. I should try tunneling in with graphics support.

followthegik

Thanks matt,
That sounds like what I'm looking for