﻿<?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=Dev%3ARef%2FRelease_Notes%2F2.40%2FMore_Features</id>
	<title>Dev:Ref/Release Notes/2.40/More Features - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.40%2FMore_Features"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.40/More_Features&amp;action=history"/>
	<updated>2026-07-27T02:21:45Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.40/More_Features&amp;diff=151559&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.40/More_Features&amp;diff=151559&amp;oldid=prev"/>
		<updated>2018-06-28T21:17:12Z</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日 (木) 21:17時点における版&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=Dev:Ref/Release_Notes/2.40/More_Features&amp;diff=151558&amp;oldid=prev</id>
		<title>2016年5月12日 (木) 16:36にwiki&gt;Blendifyによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.40/More_Features&amp;diff=151558&amp;oldid=prev"/>
		<updated>2016-05-12T16:36:16Z</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;= More Features =&lt;br /&gt;
&lt;br /&gt;
= File Selector =&lt;br /&gt;
&lt;br /&gt;
Adding sort files in fileselect window by extensions.&lt;br /&gt;
&lt;br /&gt;
Grouped a couple of buttons in aligned blocks and changed the color of mutually exclusive options to make them clearer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:File_selector.png]]&lt;br /&gt;
&lt;br /&gt;
The group of four buttons are the sorting method to use.  Alphabetically, by extension, by time, and by size.&lt;br /&gt;
&lt;br /&gt;
The group of two buttons the first is whether to show 'long info'.  The second is whether to hide .file blocks in databrowse/pop menu.  This is mainly useful for scripts that generate/load datablocks for their own use and don't want to bury the user under an avalanche of datablocks he/she doesn't care about.&lt;br /&gt;
  &lt;br /&gt;
This adds a user pref &amp;quot;Hide .data&amp;quot; which now acts as a default value when opening a new fileselector. It is also used when creating data select pop menus.&lt;br /&gt;
  &lt;br /&gt;
The &amp;quot;ghost&amp;quot; button in a fileselect window is independent from the userpref.  It can be turned on/off individually without affecting the userpref.&lt;br /&gt;
  &lt;br /&gt;
When turning the option on/off, it sometimes takes a couple of times before the pop menu registers it. Probably some caching thing. Will have to look at it.  Default value is Off.&lt;br /&gt;
&lt;br /&gt;
{{shortcut|ctrl|left}} and {{shortcut|ctrl|right}} ... jumps between special characters (&amp;lt;tt&amp;gt;/ - [ { } ] \&amp;lt;/tt&amp;gt;  etc.)&lt;br /&gt;
&lt;br /&gt;
== compressed files ==&lt;br /&gt;
&lt;br /&gt;
Compressed files are back!&lt;br /&gt;
&lt;br /&gt;
http://wiki.blender.org/bin/view.pl/Blenderdev/Blendgz&lt;br /&gt;
  &lt;br /&gt;
Usage: set the option {{Literal|Compress File}} in the main {{Literal|File}} pulldown menu.  This setting is a user-def, meaning it is not changed on reading files.  If you want it default, save it with {{shortcut|ctrl|U}}.&lt;br /&gt;
  &lt;br /&gt;
The longest debate went over the file naming convention. Shaul started with &amp;lt;tt&amp;gt;.blend.gz&amp;lt;/tt&amp;gt; files, which gave issues in Blender because of the code hanging out everywhere that detects blender files, and that appends the &amp;lt;tt&amp;gt;.blend&amp;lt;/tt&amp;gt; extension if needed.&lt;br /&gt;
  &lt;br /&gt;
Daniel Dunbar proposed to just save it as .blend, and not bother users with such details. This is indeed the most elegant solution, with as only drawback that old Blender executables cannot read it.  This drawback isn't very relevant at the moment, since we're heading towards a release that isn't upward compatible anyway... the recode going on on Meshes, Modfiers, Armatures, Poses, Actions, NLA already have upward compatibility issues.  We might check - during the next month(s) - on a builtin system to warn users in the future when we change things that make a file risky to read in an older release.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Blendify</name></author>
		
	</entry>
</feed>