﻿<?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.6%2FPy%2FScripts%2FAdd_Mesh%2FTriangles</id>
	<title>Extensions:2.6/Py/Scripts/Add Mesh/Triangles - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FAdd_Mesh%2FTriangles"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Triangles&amp;action=history"/>
	<updated>2026-05-07T12:59:01Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Triangles&amp;diff=143515&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Triangles&amp;diff=143515&amp;oldid=prev"/>
		<updated>2018-06-28T20:57:26Z</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日 (木) 20:57時点における版&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.6/Py/Scripts/Add_Mesh/Triangles&amp;diff=143514&amp;oldid=prev</id>
		<title>wiki&gt;Sjaak-de-Draak: Changed: License</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Triangles&amp;diff=143514&amp;oldid=prev"/>
		<updated>2013-08-20T18:29:13Z</updated>

		<summary type="html">&lt;p&gt;Changed: License&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Triangles&lt;br /&gt;
|tooltip=Add a triangle primitive&lt;br /&gt;
|menu=Group: AddMesh &lt;br /&gt;
|usage= Quick explanation of how to use the script&lt;br /&gt;
|version=1.0&lt;br /&gt;
|blender=2.68&lt;br /&gt;
|author=Sjaak-de-Draak&lt;br /&gt;
|license=LGPL&lt;br /&gt;
|distribution=Extern&lt;br /&gt;
|note=I am aware a circle with 3 vertices is (also) a triangle.&lt;br /&gt;
|exe=scripts/addons/add_mesh_triangles/__init__.py&lt;br /&gt;
|download=&amp;lt;awaiting approval&amp;gt;&lt;br /&gt;
|bugtracker=&lt;br /&gt;
|link=https://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=36524&amp;amp;group_id=153&amp;amp;atid=467&lt;br /&gt;
|issues=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
* Unpack the add_mesh_triangles.rar file in the directory with other scripts\addons (or move the unpacked directory/folder there). &lt;br /&gt;
 Script directory location may differ between Blender versions, try:&lt;br /&gt;
    ** Linux: &amp;lt;tt&amp;gt;~blender\2.[6-9]?\script\addons&amp;lt;/tt&amp;gt;&lt;br /&gt;
    ** Windows: &amp;lt;tt&amp;gt;c:\Program Files\Blender Foundation\Blender\2.68\scripts\addons&amp;lt;/tt&amp;gt;&lt;br /&gt;
    * Open Blender &amp;gt; {{Shortcut|File}} &amp;gt; {{Shortcut|User Preferences}} ({{Shortcut|Ctrl/Alt/U}}) &amp;gt; {{Shortcut|Add-Ons}} (tab) &amp;gt; {{Shortcut|Add Mesh}} (left)&lt;br /&gt;
    * Check the add-on named '''Add Mesh: Triangles'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Scripts_Add_Mesh_Triangles_Enable.png|640px|Enable Triangles add-on]]&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot; style=&amp;quot;overflow: hidden&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: left;&amp;quot;&amp;gt;&lt;br /&gt;
'''Create a Triangle'''&lt;br /&gt;
* Script must be activated (read above).&lt;br /&gt;
* {{Shortcut|Add}} ({{Shortcut|Shift/A}}) &amp;gt; {{Shortcut|Mesh}} &amp;gt; {{Shortcut|Triangles}}.&lt;br /&gt;
* A primitive appears on the workspace.&lt;br /&gt;
* Change the '''Type''' in Parameters.&lt;br /&gt;
* Optionally change other parameters.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top: 10px; float: right;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Scripts_Add_Mesh_Triangle_Parameters.png|300px|Parameters]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Scripts_Add_Mesh_Triangle_Mesh.png|640px|Mesh]]&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
* Awaiting approval&lt;br /&gt;
=== Compatibility ===&lt;br /&gt;
Tested on Windows 7, Blender '''2.68a''' and '''2.67''', Python 3.2 (bundled), all 64-bit.&lt;br /&gt;
:&lt;br /&gt;
May also work with Blender versions &amp;lt; 2.67 but not tested.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
'''Add-on does not appear on the list.'''&lt;br /&gt;
&lt;br /&gt;
Check if the directory add_mesh_triangles and the __init__.py file (inside) are copied to the proper directory. Also check if you are using a supported version of Blender (2.67 or later).&lt;br /&gt;
:&lt;br /&gt;
'''Add-on cannot be activated.'''&lt;br /&gt;
&lt;br /&gt;
Check the python console (inside Blender) for any messages.&lt;br /&gt;
:&lt;br /&gt;
'''Changing the parameters does not update the triangle mesh.'''&lt;br /&gt;
&lt;br /&gt;
Check the python console (inside Blender) for any messages.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
* Use the Talk/Discussion page for now&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 1.0 - initial release&lt;br /&gt;
&lt;br /&gt;
=== External links ===&lt;br /&gt;
* none at this time&lt;br /&gt;
----&lt;br /&gt;
* Back to [[Extensions:2.6/Py/Scripts/Add_Mesh]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sjaak-de-Draak</name></author>
		
	</entry>
</feed>