This is a read-only mirror of pymolwiki.org

Talk:GLSL Shaders

From PyMOL Wiki
Revision as of 15:10, 13 February 2013 by YuWaiChen (talk | contribs) (Test script is a PyMOL script not a Python script!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I believe the test script for e.g. sphere is a PyMOL script, not a Python script. So the way to do the tst is to save the script as a file named e.g. "test-sphere.pml" and then in PyMOL command line, type "@test-sphere.pml" to run this automated test. Saving it as a Python script and use FILE->RUN won't work.