﻿<?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%3AWitt%2FGSoC2017%2FReports%2Fweekly11</id>
	<title>利用者:Witt/GSoC2017/Reports/weekly11 - 版の履歴</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%3AWitt%2FGSoC2017%2FReports%2Fweekly11"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Witt/GSoC2017/Reports/weekly11&amp;action=history"/>
	<updated>2026-04-20T09:16:00Z</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:Witt/GSoC2017/Reports/weekly11&amp;diff=153703&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:Witt/GSoC2017/Reports/weekly11&amp;diff=153703&amp;oldid=prev"/>
		<updated>2018-06-28T21:23:04Z</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:23時点における版&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:Witt/GSoC2017/Reports/weekly11&amp;diff=153702&amp;oldid=prev</id>
		<title>wiki&gt;Witt: /* Weekly Report #11 - Silhouette Operator */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Witt/GSoC2017/Reports/weekly11&amp;diff=153702&amp;oldid=prev"/>
		<updated>2017-08-13T15:11:00Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Weekly Report #11 - Silhouette Operator&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Weekly Report #11 - Silhouette Operator=&lt;br /&gt;
Week 11 is now over and the deadline approaches rapidly. With only two weeks to go, the Silhouette Operator needs to be done soon. &lt;br /&gt;
At the end of last week I had multiple issues and problems. Finding solutions for them was the first thing I did this week.&lt;br /&gt;
&lt;br /&gt;
==The mesh problem==&lt;br /&gt;
In sculpting mode operations manipulate the base mesh structure. Without Bmesh it is a challenge to edit the topology. After discussing, we came to the conclusion that it is best to manipulate the mesh via the CustomData Api. I was able to implement a function which remaps the customdata arrays and allows the necessary behaviour. I only need to design an undo/redo node to support those changes. &lt;br /&gt;
&lt;br /&gt;
==The orthographic matrix==&lt;br /&gt;
I was able to get the correct projections by first projecting onto an orthographic plane and then project to 2D.&lt;br /&gt;
&lt;br /&gt;
After solving both problems I continued to work on the intersection calculation.&lt;br /&gt;
Last week i had already implemented a method to calculate the intersecting parts within the existing mesh. Relying on the result of this I designed an algorithm to calculate the intersecting edges of the silhouette parts. &lt;br /&gt;
Even though the algorithm delivers a precise result it is currently very slow. I am hoping that i will be able to improve its performance in a later optimisation step. &lt;br /&gt;
&lt;br /&gt;
The idea is: Calculate two loops. One loop on the existing mesh and one loop on the silhouette. Then connect both loops smoothly while still passing the precise intersection loop. &lt;br /&gt;
Today i started to implement a method to calculate the interior and exterior vertices. In theory i can easily implement a clipping tool by just flipping interior and exterior. A later subtractive mode for the tool will be rather quick to implement. &lt;br /&gt;
&lt;br /&gt;
The Plan is set and I hope I will be able to finish implementing this feature as soon as possible!&lt;br /&gt;
&lt;br /&gt;
Here is a small graphic to illustrate the current development status:&lt;br /&gt;
{{clr}}&lt;br /&gt;
[[File:Silhouette_operator_demo_week11.png|600px]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Witt</name></author>
		
	</entry>
</feed>