If i write rndr in the command line without any parameter pixie start freezing it (WinXP). To suppress the renderer i must press Ctrl+C keys.
Which are the 1.5.1 release notes?
Max
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Okan and George!
If i write rndr in the command line without any parameter pixie start freezing it (WinXP). To suppress the renderer i must press Ctrl+C keys.
Which are the 1.5.1 release notes?
Max
Damn, that's fast.
The release notes are on the way. Pixie now reads from stdin if it gets no args, Ctrl-d for eof is fine to exit (or Ctrl-c).
George
Hi Max,
Pixie now works like PrMan: if there is no command line input file, it expects input from stdin.
So it is not crashing, simply expecting console input.
If you're looking for help, rndr --help would work.
Okan