> quick question: > > How do I "unrestrict"? > > That is, if I say: > > restrict (model=2 or model=1 and not 133) > > how do I then later do: > > restrict (model=3 or model=1 and not 133) >
Sorry, no way to 'unrestrict' :-( 'restrict' is a RasMol command. It is essentially implemented as: select !selected spacefill off wireframe off cartoons off ribbons off rockets off severalOtherThings off select !selected So, it explicitly turns off lots of things ... it is not a 'mask' or 'filter' that is applied over the top. I don't think we can change this behavior because of compatibility issues. We could consider adding a another command that would behave in a filter/mask-like manner, but we would want to think it through carefully. Miguel ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

