<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Geometry_export_mode</id>
	<title>Geometry export mode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Geometry_export_mode"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Geometry_export_mode&amp;action=history"/>
	<updated>2026-05-31T00:06:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Geometry_export_mode&amp;diff=7378&amp;oldid=prev</id>
		<title>Pyadmin: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Geometry_export_mode&amp;diff=7378&amp;oldid=prev"/>
		<updated>2014-03-28T02:00:46Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:00, 28 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Pyadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Geometry_export_mode&amp;diff=7377&amp;oldid=prev</id>
		<title>Jaredsampson: Added basic description, example, and syntax for geometry_export_mode setting.</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Geometry_export_mode&amp;diff=7377&amp;oldid=prev"/>
		<updated>2014-01-05T19:49:08Z</updated>

		<summary type="html">&lt;p&gt;Added basic description, example, and syntax for geometry_export_mode setting.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Overview=&lt;br /&gt;
'''Geometry export mode''' is a partially-implemented setting that can be useful for exporting PyMOL geometry to other programs.  When enabled, scene information, such as the viewport location and lighting, is omitted from the output.  &lt;br /&gt;
&lt;br /&gt;
=Example=&lt;br /&gt;
For a simple scene with a single [[pseudoatom]], the top of the VRML2 output file (from &amp;lt;code&amp;gt;save test.wrl&amp;lt;/code&amp;gt;) looks like this:&lt;br /&gt;
&lt;br /&gt;
    #VRML V2.0 utf8&lt;br /&gt;
    &lt;br /&gt;
    Viewpoint {&lt;br /&gt;
     position 0 0 50.00000000&lt;br /&gt;
     orientation 1 0 0 0&lt;br /&gt;
     description &amp;quot;Z view&amp;quot;&lt;br /&gt;
     fieldOfView 0.465421&lt;br /&gt;
    }&lt;br /&gt;
    DirectionalLight {&lt;br /&gt;
     direction -0.348155 -0.348155   -0.870&lt;br /&gt;
    }&lt;br /&gt;
    NavigationInfo {&lt;br /&gt;
     headlight TRUE&lt;br /&gt;
     type &amp;quot;EXAMINE&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
    ...&lt;br /&gt;
&lt;br /&gt;
However, with &amp;lt;code&amp;gt;geometry_export_mode&amp;lt;/code&amp;gt; enabled, the &amp;lt;code&amp;gt;Viewpoint&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;DirectionalLight&amp;lt;/code&amp;gt; sections are omitted:&lt;br /&gt;
&lt;br /&gt;
    #VRML V2.0 utf8&lt;br /&gt;
    &lt;br /&gt;
    NavigationInfo {&lt;br /&gt;
     headlight TRUE&lt;br /&gt;
     type &amp;quot;EXAMINE&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
    ...&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
set geometry_export_mode, 0    # off (default)&lt;br /&gt;
set geometry_export_mode, 1    # on&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jaredsampson</name></author>
	</entry>
</feed>