Difference between revisions of "Matrix mode"

From PyMOLWiki
Jump to navigation Jump to search
(Created page with "Stores object position information. ==Usage== <syntaxhighlight lang="python"> #Allow object positions to be saved upon repositioning set matrix_mode, 1 <syntaxhighlight> ==Se...")
 
 
Line 6: Line 6:
 
#Allow object positions to be saved upon repositioning
 
#Allow object positions to be saved upon repositioning
 
set matrix_mode, 1
 
set matrix_mode, 1
<syntaxhighlight>
+
</syntaxhighlight>
  
 
==See Also==
 
==See Also==
  
[[MovieSchool_5 Movie School 5]]
+
[[MovieSchool_5 | Movie School 5]]

Latest revision as of 00:44, 3 October 2012

Stores object position information.

Usage

#Allow object positions to be saved upon repositioning
set matrix_mode, 1

See Also

Movie School 5