Matrix mode: Difference between revisions

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...")
 
No edit summary
 
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 23:44, 2 October 2012

Stores object position information.

Usage

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

See Also

Movie School 5