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
There's a definite need for other JSON-RPC calls to help with automation / scripting:
saveFile(format) => bytestream or string
saveFile(format, filename) => force a save
renderImage(filename) => render current frame buffer
renderAnimation(options) => step through coordinates to render the whole reaction / trajectory, etc.
I can imagine requesting particular rendering options would be useful
Some level of security analysis is needed (e.g., to make sure malformed request don't crash Avogadro, and to ensure RPC can be turned off as a preference even if compiled in).
The text was updated successfully, but these errors were encountered:
Right now, there are two main JSON-RPC calls:
There's a definite need for other JSON-RPC calls to help with automation / scripting:
I can imagine requesting particular rendering options would be useful
Some level of security analysis is needed (e.g., to make sure malformed request don't crash Avogadro, and to ensure RPC can be turned off as a preference even if compiled in).
The text was updated successfully, but these errors were encountered: