<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="/feed.php">
        <title>Documentation Center public:software:dson_importer:poser:referenceguide:tech_articles:a_deeper_look</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-05-03T22:35:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/software/dson_importer/poser/referenceguide/tech_articles/a_deeper_look/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="/lib/tpl/dazdoccenter/images/favicon.ico">
        <title>Documentation Center</title>
        <link>/</link>
        <url>/lib/tpl/dazdoccenter/images/favicon.ico</url>
    </image>
    <item rdf:about="/public/software/dson_importer/poser/referenceguide/tech_articles/a_deeper_look/start">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-12T04:20:49+00:00</dc:date>
        <title>A Deeper Look</title>
        <link>/public/software/dson_importer/poser/referenceguide/tech_articles/a_deeper_look/start</link>
        <description>
&lt;h1 id=&quot;a_deeper_look&quot;&gt;A Deeper Look&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;!-- EDIT1 PLUGIN_WRAP_START [0-] --&gt;&lt;div class=&quot;wrap_center wrap_round wrap_todo plugin_wrap&quot; style=&quot;width: 80%;&quot;&gt;
&lt;p&gt;
This page is a &lt;a href=&quot;/public/terms/wip/start&quot; class=&quot;wikilink1&quot; title=&quot;public:terms:wip:start&quot;&gt;WIP&lt;/a&gt;. There is likely to be incomplete and or missing information while the page is being built. 
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT2 PLUGIN_WRAP_END [0-] --&gt;
&lt;p&gt;
The &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; Importer for Poser adds the ability to easily load content in the &lt;a href=&quot;/public/dson_spec/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:start&quot;&gt;DSON&lt;/a&gt; file format, to Poser 9/Pro 2012 with Service Release 3 (or later) installed. For the end user, interaction with &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; based content is intended to be nearly identical to that of native Poser content, except where additional functionality is provided by the add-on (i.e. SubDivision, Geo-Grafting, Smart Polygon Hiding, UV swapping, etc).
&lt;/p&gt;

&lt;p&gt;
Content that has been built for compatibility with the &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; Importer makes use of what are referred to as “Companion Files” in order to provide a seamless experience to the end user - whereby the user browses for and loads &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; based content directly within the Poser Library, just as they do for native Poser content. To achieve this seamless experience, a fairly sparse Poser format file bearing one of the native file extensions (i.e. CR2, PP2, PZ2, etc), is placed at a content creator defined path within a mapped runtime library. A PNG image file, named identically to the native file, is placed next to the native file and serves as the icon that the user sees within the Poser Library for that asset. A PoserPython script (i.e. PY) file, referenced by the native file, is named identically to the native file and placed next to it within the library. Lastly, a [copy of the] &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; User File (i.e. &lt;abbr title=&quot;DSON User File&quot;&gt;DUF&lt;/abbr&gt;), named identically to the native file, is likewise placed next to the native file in the library.
&lt;/p&gt;

&lt;p&gt;
With the &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; Importer installed, when the user causes the native companion file to load in Poser, a runPythonScript statement within the file causes a referenced PoserPython script to be executed. The PoserPython script loads the &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; Importer module and passes its own absolute path to a function of that module. Said function then replaces the script’s file extension with the &lt;abbr title=&quot;DSON User File&quot;&gt;DUF&lt;/abbr&gt; file extension and subsequently begins the loading routine on that file. The loading routine does various things based on the type of content that is being loaded.
&lt;/p&gt;

&lt;p&gt;
Because the &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; loading routine can cause files to be generated (i.e. caching for faster load of dynamic data, “function call by file” due to limitations/issues in the PoserPython &lt;abbr title=&quot;Application Programming Interface&quot;&gt;API&lt;/abbr&gt;, optimization of file based assets to reduce disk space consumption, etc), the user must ensure that a writable runtime library is mapped in Poser. If the user does not have a writable runtime library mapped, when they attempt to load an asset that requires that ability (i.e. a Scene, Scene Subset, Character Preset, Wearables Preset, etc.) the user will be alerted to that fact and the asset will fail to load.
&lt;/p&gt;

&lt;p&gt;
&lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; Importer compatible products delivered by &lt;abbr title=&quot;Digital Art Zone&quot;&gt;DAZ&lt;/abbr&gt; 3D are provided as two (or more) separate sets of downloadable files; the core &lt;abbr title=&quot;DAZ Scene Object Notation&quot;&gt;DSON&lt;/abbr&gt; format files and the Companion Files that are described above. For products that also provide Poser native versions of their respective assets, or versions of assets that are compatible with earlier versions of &lt;abbr title=&quot;Digital Art Zone&quot;&gt;DAZ&lt;/abbr&gt; Studio, a “legacy” download is also provided.
&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
