﻿<?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=Doc%3A2.6%2FManual%2FInterface%2FScenes</id>
	<title>Doc:2.6/Manual/Interface/Scenes - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FInterface%2FScenes"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Interface/Scenes&amp;action=history"/>
	<updated>2026-06-07T07:16:09Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Interface/Scenes&amp;diff=97031&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Interface/Scenes&amp;diff=97031&amp;oldid=prev"/>
		<updated>2018-06-28T19:36:50Z</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:36時点における版&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=Doc:2.6/Manual/Interface/Scenes&amp;diff=97030&amp;oldid=prev</id>
		<title>wiki&gt;Greylica: /* Adding a new Scene */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Interface/Scenes&amp;diff=97030&amp;oldid=prev"/>
		<updated>2013-02-22T21:43:06Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Adding a new Scene&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.6x|Doc:2.6/Manual/Interface/Screens|Doc:2.6/Manual/Interface/Modes}}&lt;br /&gt;
&lt;br /&gt;
= Scenes =&lt;br /&gt;
&lt;br /&gt;
Scenes are a very useful tool for managing your projects. The Cube model in empty space you see when you open Blender for the first time is the default Scene. You can imagine Scenes to be similar to tabs in your web browser. For example, your web browser can have many tabs open at once. The tabs could be empty, showing identical views of the same web page, showing different views of the same page or show entirely different pages altogether. Blender's Scenes work in much the same way. You can have an empty Scene, a complete independent copy of your Scene or a new copy that links to your original Scene in a number of ways. &lt;br /&gt;
&lt;br /&gt;
You can select and create scenes with the {{Literal|Scene selector}} in the Info window header (the bar at the top of most Blender layouts, see ''Screen and Scene selectors'').&lt;br /&gt;
[[File:Manual-Part-I-ConceptScreens25.png|frame|center|Screen and Scene selectors]]&lt;br /&gt;
&lt;br /&gt;
= Scene configuration =&lt;br /&gt;
 &lt;br /&gt;
== Adding a new Scene ==&lt;br /&gt;
[[File:Manual-Part-I-Interface-Scene-AddButton-Dialog25.png|frame|right|Add Scene menu]]&lt;br /&gt;
You can add a new scene by clicking [[File:Manual-Part-I-Interface-Screens-AddView-Button25.png]] in the Scene selector option. When you create a new scene, you can choose between five options to control its contents (''Add Scene menu'').&lt;br /&gt;
&lt;br /&gt;
To choose between these options, you need to clearly understand the difference between &amp;quot;Objects&amp;quot; and &amp;quot;Object Data&amp;quot;. Each Blender graphic element (Mesh, Lamp, Curve, ''etc.'') is composed from two parts: an Object and Object Data (also known as ObData). The Object holds information about the position, rotation and size of a particular element. The ObData holds information about meshes, material lists and so on. ObData is common to every instance of that particular type of element. Each Object has a link to its associated ObData, and a single ObData may be shared by many Objects.  &lt;br /&gt;
&lt;br /&gt;
The five choices, therefore, determine just how much of this information will be ''copied from'' the currently selected Scene to the new one, and how much will be ''shared'' (&amp;quot;linked&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
; {{Literal|New}} : Creates an empty Scene. In the new Scene, the Render Settings are set to the default values.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Copy Settings}} : Creates an empty Scene like the previous option but also copies the Render Settings from the original Scene into the new one.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Link Objects}} : Is the shallowest form of copying available.  This option creates the new Scene with the same contents as the currently selected Scene. However, instead of copying the Objects, the new Scene contains ''links to'' the Objects in the old Scene at the Object level. Therefore, changes in the ''new'' Scene will result in the same changes to the ''original'' Scene because the Objects used are ''literally'' the same Objects. The reverse is also true (changes in the ''old'' Scene will cause the same changes in the ''new'' Scene).&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Link Object Data}} : Creates new, duplicate copies of all of the Objects in the currently selected Scene, but each one of those duplicate Objects will have ''links to'' the ObData (meshes, materials and so on) of the corresponding Objects in the original Scene. This means that you can change the position, orientation and size of the Objects in the new Scene without affecting other Scenes, but any modifications to the ObData (meshes, materials ''etc'') will also affect other Scenes. This is because a ''single instance of'' the &amp;quot;ObData&amp;quot; is now being shared by all of the Objects in all of the Scenes that link to it. If you want to make changes to an Object in the new Scene independently of the Objects in the other Scenes, you will have to manually make the object in the new Scene a &amp;quot;single-user&amp;quot; copy by {{Shortcut|LMB}} the number in the {{Literal|Object Data}} panel of the Properties Window. More information at the [[Doc:2.6/Manual/Interface/Window_types|Window Type]] page. This has the effect of making a new independent copy of the ObData.&lt;br /&gt;
[[File:Manual-Interface-Scenes-mk_singleuser.png|center]]&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Full Copy}} : Is the deepest form of copying available.  Nothing is shared.  This option creates a fully independent Scene with copies of the currently selected Scene's contents.  Every Object in the original Scene is duplicated, and a duplicate, private copy of its ObData is made as well.&lt;br /&gt;
&lt;br /&gt;
To better understand the way Blender works with data, read through [[Doc:2.6/Manual/Data System|Blender's Library and Data System.]]&lt;br /&gt;
&lt;br /&gt;
== A brief example ==&lt;br /&gt;
&lt;br /&gt;
Consider a bar Scene in a film. You initially create the bar as a clean version, with everything unbroken and in its proper place. You then decide to create the action in a separate Scene. The action in your Scene will indicate which type of linking (if any) would suit your Scene best.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Link Objects}} : Every object will be linked to the original Scene. If you correct the placement of a wall, it will move in every Scene that uses the bar as a setting.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Link Object Data}} : Will be useful when the positions of Objects need to change, but their shape and material settings will remain constant. For example, chairs might stand on the floor in the &amp;quot;crowded bar&amp;quot; scene and up on the tables in the &amp;quot;we are closing&amp;quot; scene. Since the chairs don't change form, there is no need to waste memory on exact mesh-copies.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Full Copy}} : A glass shattering on the floor will need its own copy because the mesh will change shape.&lt;br /&gt;
&lt;br /&gt;
It is not possible to do all of the above in the same Scene, but it might help in understanding why to link different Objects in different ways.&lt;br /&gt;
&lt;br /&gt;
== Deleting a Scene ==&lt;br /&gt;
You can delete a scene by using the {{Literal|Delete datablock}} button ([[File:Manual-Part-I-Interface-Screens-DeleteView-Button25.png]]) from the Scene selector option (see ''Screen and Scene selectors'').&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.6/Manual/Interface/Screens|Doc:2.6/Manual/Interface/Modes}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Greylica</name></author>
		
	</entry>
</feed>