﻿<?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%2FRender%2FCopy_Settings</id>
	<title>Extensions:2.6/Py/Scripts/Render/Copy Settings - 版の履歴</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%2FRender%2FCopy_Settings"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Render/Copy_Settings&amp;action=history"/>
	<updated>2026-06-03T23:02:55Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Render/Copy_Settings&amp;diff=102613&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/Render/Copy_Settings&amp;diff=102613&amp;oldid=prev"/>
		<updated>2018-06-28T19:41:06Z</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:41時点における版&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/Render/Copy_Settings&amp;diff=102612&amp;oldid=prev</id>
		<title>wiki&gt;Mont29: moved to release</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Render/Copy_Settings&amp;diff=102612&amp;oldid=prev"/>
		<updated>2011-12-19T14:44:42Z</updated>

		<summary type="html">&lt;p&gt;moved to release&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Copy Settings=&lt;br /&gt;
{{ScriptInfo&lt;br /&gt;
 |name= Render Copy Settings&lt;br /&gt;
 |tooltip= Copies some render settings from current scene to others.&lt;br /&gt;
 |menu= {{Literal|Copy Settings}} panel ({{Literal|Properties}} window, {{Literal|Render}} context).&lt;br /&gt;
 |usage= Just set render settings of current scene, select what you want to copy, and click on the {{Literal|Copy Render Settings}} button.&lt;br /&gt;
 |version= 0.1.3&lt;br /&gt;
 |blender= 2.5.9&lt;br /&gt;
 |category= Render&lt;br /&gt;
 |author= Bastien Montagne (aka mont29)&lt;br /&gt;
 |license= GPL&lt;br /&gt;
 |distribution= Release&lt;br /&gt;
 |deps= re (regex module, optional).&lt;br /&gt;
 |download= &lt;br /&gt;
 |bugtracker= http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=25832&lt;br /&gt;
 |link= [[User talk:Mont29|My talk page]]…&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
[[File:PyExtPropagateRenderSettings.png|thumb|250px|right|The {{Literal|Copy Settings}} panel.]]&lt;br /&gt;
&lt;br /&gt;
This is a simple tool that adds in the render properties a new panel with a big {{Literal|Copy Render Settings}} button, and some options to control what to copy, and to which scenes…&lt;br /&gt;
&lt;br /&gt;
I wrote it as I often have tenth of scenes all edited/gathered in a single “main” scene’s sequencer. When I want to make preview renders of that main scene, I had to manually set all other scenes’ preview scale – long and boring. And even worse, I often forgot to put them back to full def before final rendering! Argh!&lt;br /&gt;
&lt;br /&gt;
So, with this addon, I just have to set the preview scale in the main scene, enable or disable OSA, and hit {{Literal|Copy Render Settings}}!&lt;br /&gt;
&lt;br /&gt;
==Options==&lt;br /&gt;
;List of render settings&lt;br /&gt;
:This lists all render settings. The check box to the right controls whether that setting will be copied or not. So if you want to copy a specific setting, hover your mouse over its control, note its python name (e.g. &amp;lt;code&amp;gt;resolution_x&amp;lt;/code&amp;gt; for the X resolution, etc.), and enable the corresponding item in this list.&lt;br /&gt;
:{{Warning/Important}}This will only work if you have a Blender patched with ui_template_list diff, see [[User:Mont29/UI Template List Enhancement|this page]].&lt;br /&gt;
&lt;br /&gt;
;Presets&lt;br /&gt;
:The column of buttons to the right of the list are a set of presets which set or clear one or more settings at once.&lt;br /&gt;
:''This will work even without the ui_template_list patch.''&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Set Scale}}/{{Literal|Clear Scale}}&lt;br /&gt;
::Copy the render scale setting (below resolution controls, in {{Literal|Dimensions}} panel).&lt;br /&gt;
::Highly useful to do preview renders!&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Set Resolution}}/{{Literal|Clear Resolution}}&lt;br /&gt;
::Copy the render resolution and aspect ratio settings.&lt;br /&gt;
::Beware of side-effects if you modify the aspect of your render (e.g. switching from: 4/3 to 16/9…).&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Set OSA}}/{{Literal|Clear OSA}}&lt;br /&gt;
::Copy the global OSA usage, and OSA level settings.&lt;br /&gt;
::Together with {{Literal|Render Scale}}, this is most useful for preview renders.&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Set Threads}}/{{Literal|Clear Threads}}&lt;br /&gt;
::Copy the settings (auto/fixed, and number) of threads used during rendering.&lt;br /&gt;
::Might be useful when e.g. you render your .blend files on various computers (even though the {{Literal|Auto}} option should work good in general…).&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Set Fields}}/{{Literal|Clear Fields}}&lt;br /&gt;
::Copy all fields settings.&lt;br /&gt;
::Allows you to easily switch from progressive to interlaced…&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Set Stamp}}/{{Literal|Clear Stamp}}&lt;br /&gt;
::Copy whether to render stamps or not (i.e. the global stamp switch setting).&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Filter Scene}}&lt;br /&gt;
:You can type in this text field a regex (using python syntax), and only scene which name matches this regex will be available. Quite useful when you have tenths of scenes in a file…&lt;br /&gt;
:E.g. if you only want to copy some of your current render settings to scenes having “rabbit” in their name, type &amp;lt;code&amp;gt;.*rabbit.*&amp;lt;/code&amp;gt; in this field.&lt;br /&gt;
&lt;br /&gt;
;Columns of buttons&lt;br /&gt;
:These toggle buttons represent all scenes of the .blend file (optionally filtered through the {{Literal|Filter Scene}} regex), except the current one. Only enabled scenes will receive the copied settings!&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Simply extract the archive in your Blender’s &amp;lt;code&amp;gt;addons&amp;lt;/code&amp;gt; directory (e.g. &amp;lt;code&amp;gt;~/.blender/2.59/scripts/addons/&amp;lt;/code&amp;gt; under linux…), and then enable it in the user preferences…&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*The [[Dev:2.5/Py/Scripts/Render/Copy Settings|Change Log page]].&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mont29</name></author>
		
	</entry>
</feed>