<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://stopstogo.com/dokuwiki/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="http://stopstogo.com/dokuwiki/feed.php">
        <title>Dan's Wiki dan:pc:software:blender</title>
        <description></description>
        <link>http://stopstogo.com/dokuwiki/</link>
        <image rdf:resource="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T16:19:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistribute&amp;rev=1427941164&amp;do=diff"/>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistribute2022&amp;rev=1645324177&amp;do=diff"/>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistributenetmesh&amp;rev=1645324202&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Dan's Wiki</title>
        <link>http://stopstogo.com/dokuwiki/</link>
        <url>http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistribute&amp;rev=1427941164&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-02T02:19:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dan:pc:software:blender:uvdistribute</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistribute&amp;rev=1427941164&amp;do=diff</link>
        <description>With Blender 2.63, UVDistribute no longer works. Had a couple of people provide helpful Traces.

UVDIstribute:

&lt;http://projects.blender.org/tracker/?func=detail&amp;atid=467&amp;aid=29981&amp;group_id=153&gt;

Date: 2012-05-30 13:41
Sender: Evgen Zaitsev
It sounds like a good script, but again with current version of the Blender 2.63 seems it doesn't work.</description>
    </item>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistribute2022&amp;rev=1645324177&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-20T02:29:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dan:pc:software:blender:uvdistribute2022</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistribute2022&amp;rev=1645324177&amp;do=diff</link>
        <description>UVDistribute and Align

I improved the addon by creating 6 buttons and allowing the user to select the direction to align and distribute.

I was thinking of making a “NetMesh” version, to select two rows of vertices and having the add-on turn this into a mesh between these two points. But this isn't needed after all, because Blender has a</description>
    </item>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistributenetmesh&amp;rev=1645324202&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-20T02:30:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dan:pc:software:blender:uvdistributenetmesh</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=dan:pc:software:blender:uvdistributenetmesh&amp;rev=1645324202&amp;do=diff</link>
        <description>NetMesh work in progress


import bpy
import logging
from logging import FileHandler


class UVDot:
    '''Represents a UV selection in the UV Editor, which is 1 or more physical UVs'''

    # Important to delcare these member variables inside the __init__ block, otherwise
    # they are shared among all instances.
    
    def __init__(self):
        self.index = -1
        self.uv = None   # coordinates of this UVDot, usually matches the coordinates of all of the object UVs
        self.object…</description>
    </item>
</rdf:RDF>
