﻿<?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%2FCutCopyPaste3D</id>
	<title>Extensions:2.6/Py/Scripts/3D interaction/CutCopyPaste3D - 版の履歴</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%2FCutCopyPaste3D"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/CutCopyPaste3D&amp;action=history"/>
	<updated>2026-06-03T19:07:54Z</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/CutCopyPaste3D&amp;diff=136269&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/CutCopyPaste3D&amp;diff=136269&amp;oldid=prev"/>
		<updated>2018-06-28T20:49:01Z</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:49時点における版&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/CutCopyPaste3D&amp;diff=136268&amp;oldid=prev</id>
		<title>2017年5月20日 (土) 19:05にwiki&gt;Dairin0dによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/CutCopyPaste3D&amp;diff=136268&amp;oldid=prev"/>
		<updated>2017-05-20T19:05:17Z</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= Cut/Copy/Paste objects and elements&lt;br /&gt;
|tooltip= Cut/Copy/Paste objects, geometry elements and bones&lt;br /&gt;
|menu= View3D -&amp;gt; Ctrl+X, Ctrl+C, Ctrl+V, Shift+Delete, Ctrl+Insert, Shift+Insert; Copy/Paste panel in Tool Shelf&lt;br /&gt;
|usage= &lt;br /&gt;
|version= 0.6.6&lt;br /&gt;
|blender= 2.7.0+&lt;br /&gt;
|category= 3D View&lt;br /&gt;
|author= dairin0d&lt;br /&gt;
|license= GPL 3+&lt;br /&gt;
|distribution= External&lt;br /&gt;
|note= &lt;br /&gt;
|exe= space_view3d_cut_copy_paste.zip&lt;br /&gt;
|download= https://bintray.com/dairin0d/blender-cut-copy-paste/download_file?file_path=space_view3d_cut_copy_paste.zip&lt;br /&gt;
|modules= &lt;br /&gt;
|deps= &lt;br /&gt;
|data= &lt;br /&gt;
|bugtracker= https://github.com/dairin0d/cut-copy-paste/issues&lt;br /&gt;
|warning= &lt;br /&gt;
|link= https://github.com/dairin0d/cut-copy-paste/blob/master/README.md&lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues= &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
This addon makes it possible to cut/copy/paste objects (curves/surfaces, metaelements and bones are not implemented yet) across different layers, scenes and Blender files.&lt;br /&gt;
When enabled, it would add a Copy/Paste panel to the Tool Shelf, and register Ctrl+X, Ctrl+C, Ctrl+V, Shift+Delete, Ctrl+Insert, Shift+Insert shortcuts for 3D view.&lt;br /&gt;
&lt;br /&gt;
Options:&lt;br /&gt;
* External: if enabled, Copy in Object mode would save current .blend file (so that it can be accessed from other instances of Blender).&lt;br /&gt;
* Append: if enabled, pasted objects would be appended (fully copied); otherwise, they would be linked (similarly to &amp;quot;Link from Library&amp;quot; and &amp;quot;Duplicate Linked&amp;quot;).&lt;br /&gt;
* Link ghost objects: if enabled, all group objects that aren't linked to any scene will be link to current scene on pasting.&lt;br /&gt;
* Paste at Cursor: if enabled, pasted selection's pivot would be aligned with the 3D Cursor; otherwise, the selection would be pasted in the same coordinates as the original data.&lt;br /&gt;
* Move to mouse: if enabled, pasted selection's pivot would be aligned to match mouse screen position.&lt;br /&gt;
* Align to view: if enabled, the pasted selection would be rotated to match the original orientation relative to the view.&lt;br /&gt;
* Coordinate System: depending on this setting, geometry/bones would be pasted either in the absolute coordinates, or relative to the active object/bone.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Should feel similar to the regular Cut/Copy/Paste in other applications.&lt;br /&gt;
&lt;br /&gt;
=== Related BlenderArtists thread ===&lt;br /&gt;
http://blenderartists.org/forum/showthread.php?253695-Cut-Copy-Paste-objects-and-elementd&lt;/div&gt;</summary>
		<author><name>wiki&gt;Dairin0d</name></author>
		
	</entry>
</feed>