﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AGenio84%2Fgsoc2016%2Fmidterm_report</id>
	<title>利用者:Genio84/gsoc2016/midterm report - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AGenio84%2Fgsoc2016%2Fmidterm_report"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Genio84/gsoc2016/midterm_report&amp;action=history"/>
	<updated>2026-09-03T11:41:38Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Genio84/gsoc2016/midterm_report&amp;diff=151819&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Genio84/gsoc2016/midterm_report&amp;diff=151819&amp;oldid=prev"/>
		<updated>2018-06-28T21:17:35Z</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=%E5%88%A9%E7%94%A8%E8%80%85:Genio84/gsoc2016/midterm_report&amp;diff=151818&amp;oldid=prev</id>
		<title>wiki&gt;Genio84: /* Extend Tool */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Genio84/gsoc2016/midterm_report&amp;diff=151818&amp;oldid=prev"/>
		<updated>2016-06-22T12:45:44Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Extend Tool&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Midterm Report ==&lt;br /&gt;
&lt;br /&gt;
In my proposal I had intended to have half of the deliverables implemented by now. I had planned around 7 deliverables. However, until now I only managed to implement 2.&lt;br /&gt;
&lt;br /&gt;
In conversation with my mentor, it was decided that the &amp;quot;Multiple Material Slots&amp;quot; deliverable is to be changed to Bonus Goals, that is, it will be the last thing implemented during GSoC iff I still have time to implement it.&lt;br /&gt;
&lt;br /&gt;
== Improved Extrusion ==&lt;br /&gt;
&lt;br /&gt;
In all previous Blender releases, one would set the &amp;quot;Extrude&amp;quot; value for a curve and the resulting object would have twice that height.&lt;br /&gt;
&lt;br /&gt;
[[File:improved_extrusion1.png|800px]]&lt;br /&gt;
&lt;br /&gt;
In order to address this, I added two new options: &amp;quot;Unidirectional Extrude&amp;quot; and its counterpart &amp;quot;Reverse Extrude Direction&amp;quot;. These do what they are meant to do.&lt;br /&gt;
&lt;br /&gt;
[[File:GSoc2016-improved_extrusion2.png|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:GSoc2016-improved_extrusion3.png|800px]]&lt;br /&gt;
&lt;br /&gt;
This patch can be combined with Bevel.&lt;br /&gt;
&lt;br /&gt;
[[File:GSoc2016-improved_extrusion4.png|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extend Tool ==&lt;br /&gt;
&lt;br /&gt;
The Extend tool can be found in many CAD packages, and it was already available in Blender as an Add-on.&lt;br /&gt;
&lt;br /&gt;
I implemented it directly into Blender.&lt;br /&gt;
&lt;br /&gt;
To use it, add a curve, enter Edit Mode, open the Tool Shelf, scroll down to &amp;quot;Curve Tools&amp;quot;. The extend button is the last.&lt;br /&gt;
&lt;br /&gt;
[[File:GSoc2016-extend_tool1.png|800px|Closing the same curve]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:GSoc2016-extend_tool2.png|800px|Extending a curve]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:GSoc2016-extend_tool3.png|800px|Intersecting two handles]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Genio84</name></author>
		
	</entry>
</feed>