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
While there are forks where the unix quoting you show will work, in the current official v3.7, v3.8 and v4.0 branches, one must use non-standard quoting as in:
povray "\"thing1 -thing2.pov\""
or something like
povray "Input_File_Name=\"thing1 -thing2.pov\""
where sort of an ini file form is used on the command line. However, in an ini file one would use just:
Steps to reproduce:
povray wobbles\ -\ tetra\ twist.pov
The text was updated successfully, but these errors were encountered: