﻿<?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=Dev%3A2.4%2FSource%2FModifiers%2FArray_-_Blender_2.42</id>
	<title>Dev:2.4/Source/Modifiers/Array - Blender 2.42 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.4%2FSource%2FModifiers%2FArray_-_Blender_2.42"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Modifiers/Array_-_Blender_2.42&amp;action=history"/>
	<updated>2026-05-24T08:28:31Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Modifiers/Array_-_Blender_2.42&amp;diff=45890&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Modifiers/Array_-_Blender_2.42&amp;diff=45890&amp;oldid=prev"/>
		<updated>2018-06-28T17:47:02Z</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:47時点における版&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=Dev:2.4/Source/Modifiers/Array_-_Blender_2.42&amp;diff=45889&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Robot: Automated text replacement  (-[[dev: +[[Dev:)</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Modifiers/Array_-_Blender_2.42&amp;diff=45889&amp;oldid=prev"/>
		<updated>2010-05-27T19:53:44Z</updated>

		<summary type="html">&lt;p&gt;Robot: Automated text replacement  (-[[dev: +[[Dev:)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Note|Note|The Array modifier is now in a released version of Blender, so the user documentation has been moved to [[Doc:Manual/Modifiers/Objects/Array|Manual/Array]].}}&lt;br /&gt;
=Introduction=&lt;br /&gt;
[[Image:Dev_Array_Multi_Dimension.png|center|frame|Multidimensional array animated with motion blur]]&lt;br /&gt;
&lt;br /&gt;
Based on suggestions from [[User:ideasman|ideasman]], I have implemented an array modifier to fit into&lt;br /&gt;
[[Dev:DanielDunbar|Daniel Dunbar]]'s [[Dev:Source/Modifiers|modifier stack]]. This modifier creates an array of copies&lt;br /&gt;
of the base object, with each copy being offset from the previous one in a number of possible ways.&lt;br /&gt;
Vertices in adjacent copies can be merged (based on a merge distance, allowing subsurf frameworks&lt;br /&gt;
to be generated.&lt;br /&gt;
&lt;br /&gt;
This modifier can be useful when combined with tilable meshes for quickly developing large scenes. It is also useful for creating complex repetitive shapes. Because it is dynamically updated, the results of any editing on the base object can be seen in realtime, making for a very smooth workflow.&lt;br /&gt;
&lt;br /&gt;
- [[User:Artificer|Artificer]] 13:44, 1 February 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
==Current Features==&lt;br /&gt;
See [[Doc:Manual/Modifiers/Objects/Array|Manual/Array]] for a description of the current features.&lt;br /&gt;
==Future Features==&lt;br /&gt;
===Merged face Removal===&lt;br /&gt;
For the purpose of generating subsurf meshes, it would be useful to have an option to remove faces if all their vertices have been merged, i.e. faces on a boundary between one copy and the next. This would allow generated meshes to have closed ends while avoiding subsurf warping caused by extraneous internal faces.&lt;br /&gt;
&lt;br /&gt;
===Cap Object Specification===&lt;br /&gt;
(Suggested by ideasman (cambo) on [http://blenderartists.org/forum/showthread.php?t=61046 Elysiun])&lt;br /&gt;
&lt;br /&gt;
Another option that would be useful is the ability to specify &amp;quot;cap&amp;quot; objects to use at the start and end of the array. This would be useful when working with tilable meshes and generating subsurf frameworks, and could perhaps remove the need for the &amp;quot;Merged Face Removal&amp;quot; feature.&lt;br /&gt;
&lt;br /&gt;
===Rotation/Scale Offset Inputs===&lt;br /&gt;
(Suggested by multiple people on [http://blenderartists.org/forum/showthread.php?t=61046 Elysiun])&lt;br /&gt;
&lt;br /&gt;
Inputs to specify the rotation and scale offsets in the UI rather than by using the object offset option would be useful for people aiming to quickly achieve a specific effect.&lt;br /&gt;
&lt;br /&gt;
===Offset Multiplication Input===&lt;br /&gt;
(Suggested by Bart on [http://blenderartists.org/forum/showthread.php?t=61046 Elysiun])&lt;br /&gt;
&lt;br /&gt;
An input to specify per-duplicate multiplication of the offsets was suggested. This would allow the offsets to gradually increase/decrease in size from one duplicate to the next. Buttons to enable/disable multiplication of each offset component individually would make this even more useful.&lt;br /&gt;
&lt;br /&gt;
===Randomised Position/Rotation/Scale===&lt;br /&gt;
(Suggested by Bart on [http://blenderartists.org/forum/showthread.php?t=61046 Elysiun] and David Eissler via email)&lt;br /&gt;
&lt;br /&gt;
An option to add a certain amount of randomisation to the position/rotation/scale of each duplicate would make it possible to produce more natural distributions of objects. It was suggested by ideasman that basing the randomisation on a texture could provide more control. Buttons to enable/disable randomisation of each offset component individually would make this even more useful.&lt;br /&gt;
&lt;br /&gt;
===Total Rotation===&lt;br /&gt;
This was inspired by Bart's suggestion of a &amp;quot;Center&amp;quot; button on [http://blenderartists.org/forum/showthread.php?t=61046 Elysiun]. The &amp;quot;Center&amp;quot; button seems a little too specialised to me, but perhaps a button to calculate the rotation offset from a total rotation would be useful. Thus, you could specify the number of duplicates in the normal way, specify the rotation, and each duplicate would be rotated by (total rotation)/(number of duplicates) from the previous duplicate.&lt;br /&gt;
&lt;br /&gt;
===Skinning===&lt;br /&gt;
(Suggested by ideasman (cambo) on [http://blenderartists.org/forum/showthread.php?t=61046 Elysiun])&lt;br /&gt;
&lt;br /&gt;
The ability to generate faces between corresponding edges from one copy to the next would be very useful, allowing this modifier to be used as a lathe(Spin) or path extrusion tool. This would be similar to the Curve object's {{Literal|BevOb}} field, but would use Mesh objects instead of Curve objects.&lt;br /&gt;
&lt;br /&gt;
=Examples=&lt;br /&gt;
See [[Doc:Manual/Modifiers/Objects/Array#Examples|Manual/Array]] for examples.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Modifiers]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>