Changes between Initial Version and Version 1 of Ticket #3902, comment 3


Ignore:
Timestamp:
Nov 2, 2020, 6:56:13 PM (5 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3902, comment 3

    initial v1  
    1 Maybe the proper way to remedy this bug and its relatives is to do a graphics update after every command in a script, but don't actually render a frame since that would completely change movie script behavior.  This will slow script execution down, potentially a lot, for instance a generated script that sets each atom color with a separate command would update all the colors every command since one atom color change causes rebuilding the sphere colors for all atoms in that structure.
     1Maybe the proper way to remedy this bug and its relatives is to do a graphics update (ie rebuild vertices, triangles, colors) after every command in a script, but don't actually render a frame since that would completely change movie script behavior.  This will slow script execution down, potentially a lot, for instance a generated script that sets each atom color with a separate command would update all the colors every command since one atom color change causes rebuilding the sphere colors for all atoms in that structure.