﻿<?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%2F3D_interaction%2Fmodifier_tools</id>
	<title>Extensions:2.6/Py/Scripts/3D interaction/modifier tools - 版の履歴</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%2F3D_interaction%2Fmodifier_tools"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/modifier_tools&amp;action=history"/>
	<updated>2026-06-03T19:06:48Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/modifier_tools&amp;diff=152133&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/3D_interaction/modifier_tools&amp;diff=152133&amp;oldid=prev"/>
		<updated>2018-06-28T21:20:58Z</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日 (木) 21:20時点における版&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/3D_interaction/modifier_tools&amp;diff=152132&amp;oldid=prev</id>
		<title>2017年12月6日 (水) 06:15にwiki&gt;Lijenstinaによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/modifier_tools&amp;diff=152132&amp;oldid=prev"/>
		<updated>2017-12-06T06:15:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Modifier Tools&lt;br /&gt;
|tooltip=simple tools for batch modifier tasks.&lt;br /&gt;
|menu=Properties editor &amp;gt; Modifiers&lt;br /&gt;
|version=0.2.5&lt;br /&gt;
|blender=2.77&lt;br /&gt;
|author=meta-androcto, saidenka, lijenstina&lt;br /&gt;
|license=GPL&lt;br /&gt;
|download=In Blender release addons&lt;br /&gt;
|exe=space_view3d_modifier_tools.py&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
&lt;br /&gt;
* Modifier tools&lt;br /&gt;
* A small collection of utilities for managing Modifiers.&lt;br /&gt;
----&lt;br /&gt;
== Available options ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Apply all&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
:* Applies all Modifiers on all selected objects in 3D Viewport. &lt;br /&gt;
:* This option is also available in the Apply Menu ( default {{Shortcut|ctrl|A}} )&lt;br /&gt;
* &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Delete All&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
:* Removes all Modifiers on all selected objects in 3D Viewport.&lt;br /&gt;
* &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Viewport VIs&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
:* Toggles Viewport Visibility On/Off of Modifiers for all selected objects in the 3D Viewport. Some modifiers will be skipped as they don't have their visibility exposed in the UI (for example Collision). In that case, a message will be added with the modifier's name.  &lt;br /&gt;
* &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Toggle Stack&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
:* Expands/Collapses stack of Modifiers on the active object. &lt;br /&gt;
:* While in collapsed state, only the header bar of a Modifier panel is shown.&lt;br /&gt;
----&lt;br /&gt;
== Usage ==&lt;br /&gt;
* When enabled &amp;amp; the object has modifiers the additional helpers appear above the modifier stack.&lt;br /&gt;
[[File:Modifier_tools.jpg]]&lt;br /&gt;
----&lt;br /&gt;
* Some functionality examples:&lt;br /&gt;
[[File:Modifier-tools-functionalities.jpg|400px]]&lt;br /&gt;
# Toggle Stack (top collapsed, bottom expanded)&lt;br /&gt;
# Viewport VIs (top visible, bottom not)&lt;br /&gt;
# Messages about failure to apply modifiers on some objects in the cmd/terminal and in the UI. In cases when there are too many objects, the message gets replaced with a generic one due to limited space in the UI. However, a full list will be available in the cmd/terminal&lt;br /&gt;
# A message about removed modifiers&lt;br /&gt;
----&lt;br /&gt;
== Known limitations ==&lt;br /&gt;
* To access the options, the active object has to have modifiers.&lt;br /&gt;
* Sometimes applying modifiers can fail for some objects. For instance, if the modifier is disabled (i.e. Boolean Modifier that doesn't have the Object field defined - Mesh used for Boolean operation or objects that share linked data)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>wiki&gt;Lijenstina</name></author>
		
	</entry>
</feed>