schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.15k stars 275 forks source link

pymol.cmd.png(...quiet=1, ray=0) displays "Ray: render time..." message #224

Closed jonathanking closed 1 year ago

jonathanking commented 2 years ago

The following line of code produces a ray-traced PNG and prints to standard out.

pymol.cmd.png(my_png_path, width=1000, height=1000, quiet=1, dpi=300, ray=0)

The command should not print anything because of quiet=1, and it should not be doing any ray tracing because of ray=0.

Thank you for the support.

JarrettSJohnson commented 2 years ago

I cannot seem to reproduce? We addressed a similar issue back last summer via: https://github.com/schrodinger/pymol-open-source/commit/cfba0c27552203860960f2ead45764455ded12a6 Can you inform me if the issue you are seeing is with a build after this commit?