﻿<?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%2FObject%2FObject_Multi_Rename</id>
	<title>Extensions:2.6/Py/Scripts/Object/Object Multi Rename - 版の履歴</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%2FObject%2FObject_Multi_Rename"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Object/Object_Multi_Rename&amp;action=history"/>
	<updated>2026-05-15T19:43:29Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Object/Object_Multi_Rename&amp;diff=101343&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/Object/Object_Multi_Rename&amp;diff=101343&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:13Z</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日 (木) 19:40時点における版&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/Object/Object_Multi_Rename&amp;diff=101342&amp;oldid=prev</id>
		<title>2012年4月21日 (土) 20:09にwiki&gt;Delterによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Object/Object_Multi_Rename&amp;diff=101342&amp;oldid=prev"/>
		<updated>2012-04-21T20:09:21Z</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= MultiRename&lt;br /&gt;
|tooltip= Provides a find &amp;amp; replace function for renaming multiple objects and bones&lt;br /&gt;
|menu= View3D &amp;gt; Toolbar&lt;br /&gt;
|usage= I recommend having the outliner open and setting it to show the selected objects only, otherwise you won't see anything happen.&lt;br /&gt;
You can find the new menu in the toolbar in 3d-View. Select objects or bones that you want to rename, click on &amp;lt;Rename objects&amp;gt; and set the parameters in the lower area of the toolbar in 3d-View. &lt;br /&gt;
|version= 0.1&lt;br /&gt;
|author= Maximilian Eham&lt;br /&gt;
|blender= 2.55 &amp;gt; 33588&lt;br /&gt;
|license= GPL&lt;br /&gt;
|note=One important thing to understand about this script is that it always works on the original object/bone names, so if you messed up a parameter, say you set &amp;lt;trim end&amp;gt; to a high value so all your objects are called untitled.001 etc, then you can simply lower the value and the original names will reappear.&lt;br /&gt;
|exe= object_multi_rename.py&lt;br /&gt;
|download= http://projects.blender.org/tracker/download.php/153/467/25214/20183/object_multi_rename.py&lt;br /&gt;
|modules= re, fnmatch&lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker= http://projects.blender.org/tracker/?func=detail&amp;amp;aid=25214&lt;br /&gt;
|warning=&lt;br /&gt;
|link=&lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues= &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The wildcards you can use in the &amp;lt;Find String&amp;gt;-field:&lt;br /&gt;
&lt;br /&gt;
{| {{Css/prettytable}}&lt;br /&gt;
 |align=center | * &lt;br /&gt;
 |align=center | matches everything&lt;br /&gt;
 |-&lt;br /&gt;
 |align=center | ?&lt;br /&gt;
 |align=center | matches a single character&lt;br /&gt;
 |-&lt;br /&gt;
 |align=center | [sequence]&lt;br /&gt;
 |align=center | matches a single character in the sequence&lt;br /&gt;
examples:&lt;br /&gt;
[0-9] matches a single digit&lt;br /&gt;
[a-z] matches the whole ABC in lower case&lt;br /&gt;
 |-&lt;br /&gt;
 |align=center | [!sequence]&lt;br /&gt;
 |align=center | matches a single character which is NOT in the sequence&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Delter</name></author>
		
	</entry>
</feed>