﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.4%2FPy%2FScripts%2FUV%2FUV_Calculate%2FFollow_active_quads</id>
	<title>Extensions:2.4/Py/Scripts/UV/UV Calculate/Follow active quads - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.4%2FPy%2FScripts%2FUV%2FUV_Calculate%2FFollow_active_quads"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/UV/UV_Calculate/Follow_active_quads&amp;action=history"/>
	<updated>2026-05-05T10:15:51Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/UV/UV_Calculate/Follow_active_quads&amp;diff=52994&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/UV/UV_Calculate/Follow_active_quads&amp;diff=52994&amp;oldid=prev"/>
		<updated>2018-06-28T17:50:37Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 17:50時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/UV/UV_Calculate/Follow_active_quads&amp;diff=52993&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Robot: Changing template: UM/prettytable</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/UV/UV_Calculate/Follow_active_quads&amp;diff=52993&amp;oldid=prev"/>
		<updated>2010-11-22T15:20:47Z</updated>

		<summary type="html">&lt;p&gt;Robot: Changing template: UM/prettytable&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* go to [[Extensions:Py/Scripts|'''Catalog''']] | [[Extensions:Py/Scripts#UV|'''UV''']]&lt;br /&gt;
== Follow Active (quads) ==&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
&lt;br /&gt;
{| {{Css/prettytable|50%}}&lt;br /&gt;
! align=left | Name !! align=left | Follow Active (quads)&lt;br /&gt;
|-&lt;br /&gt;
|Menu&lt;br /&gt;
|UV Calculate/3D View (UV Face Mode)&amp;amp;rarr; Ukey &amp;amp;rarr; Follow Active (quads)...&lt;br /&gt;
|-&lt;br /&gt;
|Version&lt;br /&gt;
|0.1 2006/15/12&lt;br /&gt;
|-&lt;br /&gt;
|For Blender&lt;br /&gt;
|2.42 and newer&lt;br /&gt;
|-&lt;br /&gt;
|Author&lt;br /&gt;
|Campbell Barton (ideasman42)&lt;br /&gt;
|-&lt;br /&gt;
|License:&lt;br /&gt;
|GPL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
This script is a fast way to map uv coordinates using the active face as a bases for mapping all adjacent quads, in can be used for unwrapping a pipe, or mapping a road.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
[[Image:Uvcalc_follow_active_tube.png|frame|none|Tube unwrapped with one seam]]&lt;br /&gt;
[[Image:Uvcalc_follow_active_cube.png|frame|none|Subdivided Cube with 1 seam]]&lt;br /&gt;
[[Image:Uvcalc_follow_active_road.png|frame|none|Road as a quad strip, using {{Literal|Loop Average}} mode to remove texture distortion]]&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
Pick the quad that you want the other faces to follow and map it in the UV/Image window.&lt;br /&gt;
&lt;br /&gt;
Select connected faces to map from the active, their existing mapping will be overwritten.&lt;br /&gt;
&lt;br /&gt;
Activate the script from the {{Literal|UV Calculation}} menu.&lt;br /&gt;
&lt;br /&gt;
* Non square mapping will give interesting but less useful results.&lt;br /&gt;
* If there are any loops in the quads, you may want to add seams get predictable results.&lt;br /&gt;
* only selected faces '''connected''' to the active face will be mapped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
&lt;br /&gt;
There are 2 options for this tool...&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot;&lt;br /&gt;
| '''Loop Average'''&amp;lt;br&amp;gt;UV coordinates are distributed in an even grid, with proportions matching the average proportions of the faces. (average per face loop)&lt;br /&gt;
| [[Image:Uvcalc_follow_active_grid_averageloop_3d.png|frame]]&lt;br /&gt;
| [[Image:Uvcalc_follow_active_grid_averageloop.png|frame]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot;&lt;br /&gt;
|  '''No Area'''&amp;lt;br&amp;gt;Each quad is mapped directly from the active with no influence from the shape of the face, only the topology of the mesh matters in this case.&lt;br /&gt;
| [[Image:Uvcalc_follow_active_grid_noarea_3d.png|frame]]&lt;br /&gt;
| [[Image:Uvcalc_follow_active_grid_noarea.png|frame]]&lt;br /&gt;
|}&lt;br /&gt;
* go to [[Extensions:Py/Scripts|'''Catalog''']] | [[Extensions:Py/Scripts#UV|'''UV''']]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>