﻿<?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%2Fstored_views</id>
	<title>Extensions:2.6/Py/Scripts/3D interaction/stored views - 版の履歴</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%2Fstored_views"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/stored_views&amp;action=history"/>
	<updated>2026-06-03T21:55:30Z</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/stored_views&amp;diff=105369&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/stored_views&amp;diff=105369&amp;oldid=prev"/>
		<updated>2018-06-28T19:44: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:44時点における版&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/stored_views&amp;diff=105368&amp;oldid=prev</id>
		<title>2014年7月11日 (金) 17:22にwiki&gt;Scorpionによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/stored_views&amp;diff=105368&amp;oldid=prev"/>
		<updated>2014-07-11T17:22:48Z</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= Stored Views&lt;br /&gt;
|tooltip= User defined 3D view presets&lt;br /&gt;
|menu= View3D &amp;gt; Properties &amp;gt; Stored Views&lt;br /&gt;
|usage=&lt;br /&gt;
|version= 0.2.2&lt;br /&gt;
|blender= 2.71&lt;br /&gt;
|category= 3D View&lt;br /&gt;
|author= nfloyd&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Extern&lt;br /&gt;
|note=&lt;br /&gt;
|exe= space_view3d_stored_views.py&lt;br /&gt;
|download= http://wiki.blender.org/uploads/d/dd/Addons-3dview-stored_views.7z&lt;br /&gt;
|modules= gzip, os, pickle, shutil, hashlib&lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker= http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=27476&lt;br /&gt;
|warning= &lt;br /&gt;
|link= http://blenderartists.org/forum/showthread.php?t=218403&lt;br /&gt;
|releaselog=&lt;br /&gt;
|issues= Disabled working in quad view, use single view only.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
*Put the script folder in your addons folder.&lt;br /&gt;
*Activate it in User Preferences / Add-Ons Panel&lt;br /&gt;
*Stored Views UI will appear in the 3D View Properties Panel&lt;br /&gt;
=== Features ===&lt;br /&gt;
Stored Views has 4 modes of operation, depending on which the following are saved or restored:&lt;br /&gt;
*POV - Point of view&lt;br /&gt;
**point of view, obviously&lt;br /&gt;
**perspective mode: perspective, orthographic or camera&lt;br /&gt;
**field of view : lens&lt;br /&gt;
**clipping: start and end&lt;br /&gt;
**view lock : center of rotation, cursor or object&lt;br /&gt;
*Layers&lt;br /&gt;
**visible scene or view layers&lt;br /&gt;
**layers lock : determining if scene or views layers are visisble&lt;br /&gt;
*Display&lt;br /&gt;
**viewport shading : textured, solid, wireframe or boundbox&lt;br /&gt;
**show only render setting&lt;br /&gt;
**show outiline selected setting&lt;br /&gt;
**show relationship lines setting&lt;br /&gt;
**grid settings : show and settings&lt;br /&gt;
**axis visibility&lt;br /&gt;
**material mode: texture face, multitexture or glsl&lt;br /&gt;
**texture solid setting&lt;br /&gt;
**quadview settings&lt;br /&gt;
*View&lt;br /&gt;
**all of the pov, layers and display settings&lt;br /&gt;
&lt;br /&gt;
Import / Export : &lt;br /&gt;
Stored views can be imported/exported to a .blsv file (largely inspired from Theme Manager from Crouch). Settings can also be imported from an another scene. Import/Export can be filtered according to modes. Settings imported can either be added to existing ones, or replace them.&lt;br /&gt;
&lt;br /&gt;
Optionally, the current stored view name can be displayed in 3d view upper left corner&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;vimeo width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot; &amp;gt;23716437&amp;lt;/vimeo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Import / Export ====&lt;br /&gt;
&lt;br /&gt;
Stored Views can be imported/exported to a .blsv file (largely inspired from Theme Manager from Crouch). Settings can also be imported from an another scene. You can also choose to replace the current settings or append to them. &lt;br /&gt;
Furthermore, imported/exported data might be filtered according to the differents modes&lt;br /&gt;
&lt;br /&gt;
[[File:Stored_views_io.png|640px]]&lt;br /&gt;
&lt;br /&gt;
==== View Name Display ====&lt;br /&gt;
&lt;br /&gt;
View name display can be toggled in the option subpanel. If the current 3d view status is different from the last set stored views the name will disappear. Furthermore, an indicator appear into the list to show which stored view is currently selected.&lt;br /&gt;
Warning : this feature is still experimental.&lt;br /&gt;
[[File:Stored_views_options.png|640px]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Scorpion</name></author>
		
	</entry>
</feed>