Entering edit mode
10.4 years ago
dasdevashishdas
▴
120
How I can Add my code to attach to the Wizards menu of Pymol?
How I can Add my code to attach to the Wizards menu of Pymol?
I know it is nearly 3.5 years! I found the solution.
It is "cmd.wizard"
wizard distance # launches the distance measurement wizard
# set a message
cmd.wizard("message", "Hello, I'm a message.")
# dimiss the message
cmd.wizard()
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.