﻿<?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.66%2FAddons</id>
	<title>Dev:Ref/Release Notes/2.66/Addons - 版の履歴</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.66%2FAddons"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.66/Addons&amp;action=history"/>
	<updated>2026-06-19T11:47:06Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.66/Addons&amp;diff=140295&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.66/Addons&amp;diff=140295&amp;oldid=prev"/>
		<updated>2018-06-28T20:53: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日 (木) 20:53時点における版&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.66/Addons&amp;diff=140294&amp;oldid=prev</id>
		<title>wiki&gt;Yamyam: Fixed the link at last line.</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.66/Addons&amp;diff=140294&amp;oldid=prev"/>
		<updated>2013-03-09T22:06:34Z</updated>

		<summary type="html">&lt;p&gt;Fixed the link at last line.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blender 2.66: Addons =&lt;br /&gt;
&lt;br /&gt;
[[File:blender_edl_import_26x.png|thumb|EDL Import]]&lt;br /&gt;
== New: [[Extensions:2.6/Py/Scripts/Import-Export/EDL_Import|'''EDL Import (Video)''']] ==&lt;br /&gt;
The EDL import support has been updated to support recent blender versions (was last included in 2.49).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[File:Addon-F2.png|thumb|F2]]&lt;br /&gt;
== New: [[Extensions:2.6/Py/Scripts/Modeling/F2|'''F2 (Modeling)''']] ==&lt;br /&gt;
This addon extends Blender native functionality of creating faces.&amp;lt;br&amp;gt;&lt;br /&gt;
It allows to create a face from a single vertex selection or a single edge selection, while retaining all the built-in functionality.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== New: [[Extensions:2.6/Py/Scripts/Import-Export/MilkShape3D_MS3D|'''MS3D (MilkShape 3D)''']] ==&lt;br /&gt;
This addon supports import and export of MS3D files with meshes, uv maps, materials, armatures, animation and comments. MS3D properties and smoothing groups are exposed to the to Blender user interface to be able to tweak the export of MS3D files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== OBJ Import/Export ==&lt;br /&gt;
&lt;br /&gt;
OBJ now supports import and export of Ngons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Python API ==&lt;br /&gt;
&lt;br /&gt;
==== Template List ====&lt;br /&gt;
For addon developers: if you were using template_list or callback_add/callback_remove in previous version of Blender, you’ll have to update:&lt;br /&gt;
&lt;br /&gt;
UI's template_list was refactored to be much more flexible and give real control over items' drawing. See [http://www.blender.org/documentation/blender_python_api_2_66_release/bpy.types.UIList.html the UIList] and [http://www.blender.org/documentation/blender_python_api_2_66_release/bpy.types.UILayout.html#bpy.types.UILayout.template_list the UILayout.template_list] docs.&lt;br /&gt;
&lt;br /&gt;
==== Region Draw Callbacks ====&lt;br /&gt;
Region drawing callbacks were changed to work much closer to how blender manages them internally. See {{Commit|53207}}, [http://www.blender.org/documentation/blender_python_api_2_66_release/bpy.types.Region.html?highlight=draw_handler_add#bpy.types.Region.callback_add callback_add] docs and [http://projects.blender.org/scm/viewvc.php/trunk/blender/release/scripts/templates/operator_modal_draw.py?view=markup&amp;amp;root=bf-blender&amp;amp;pathrev=53207 Simple Modal View3D Operator] python template.&lt;br /&gt;
&lt;br /&gt;
==== Restricted Context ====&lt;br /&gt;
To avoid errors on accessing blend-file data while addons register() / unregister(), Blender now restricts access to '''bpy.context''' and '''bpy.data'''.&lt;br /&gt;
&lt;br /&gt;
This is done because there is no assurance that the data loaded when the addon is registered will be active or even exist when the user accesses operators the addon defines.&lt;br /&gt;
&lt;br /&gt;
If you see an exception like this, then the addon needs to be updated to access the context during execution rather then on registration.&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;&lt;br /&gt;
AttributeError: '_RestrictContext' object has no attribute 'scene'&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See: [http://lists.blender.org/pipermail/bf-python/2012-December/005987.html mailing list thread]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Yamyam</name></author>
		
	</entry>
</feed>