User:Jaime Prilusky/Test/saveScene: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<StructureSection load=' | <StructureSection load='' size='340' side='right' caption='' > | ||
Effect of <scene name='91/918478/Effect_temp/1'>temperature</scene> during crystallization | |||
<scene name='91/918478/Structure/4'>caption</scene> | |||
Zoom on <scene name='91/918478/1ejg/1'>residue 33</scene> | Zoom on <scene name='91/918478/1ejg/1'>residue 33</scene> | ||
Line 15: | Line 19: | ||
<!-- | <!-- | ||
/471747/ | /471747/ /963801/ | ||
This almost works. Jmol state has two places with 'set defaultLoadFilter': one inside function _setFileState, where it is set to empty, and another in function _setParameterState, where it gets the value we assign from SAT's console. Problem is that when loading a scene, Jmol executes _setFileState (loads the file with an empty loadFilter) and then _setParameterState, where the defaultLoadFilter has no effect. | This almost works. Jmol state has two places with 'set defaultLoadFilter': one inside function _setFileState, where it is set to empty, and another in function _setParameterState, where it gets the value we assign from SAT's console. Problem is that when loading a scene, Jmol executes _setFileState (loads the file with an empty loadFilter) and then _setParameterState, where the defaultLoadFilter has no effect. |