﻿<?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%3AApinzonf%2Fdevelop</id>
	<title>利用者:Apinzonf/develop - 版の履歴</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%3AApinzonf%2Fdevelop"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Apinzonf/develop&amp;action=history"/>
	<updated>2026-05-14T22:04:22Z</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:Apinzonf/develop&amp;diff=137867&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:Apinzonf/develop&amp;diff=137867&amp;oldid=prev"/>
		<updated>2018-06-28T20:50:29Z</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:50時点における版&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:Apinzonf/develop&amp;diff=137866&amp;oldid=prev</id>
		<title>2012年8月10日 (金) 22:37にwiki&gt;Apinzonfによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Apinzonf/develop&amp;diff=137866&amp;oldid=prev"/>
		<updated>2012-08-10T22:37: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;= Source code and Documents to review =&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The {{Literal|Laplacian Smooth}} allows you to reduce noise on a mesh's surface with minimal changes on its shape. &lt;br /&gt;
&lt;br /&gt;
Computer graphics objects which have been reconstructed from real world, contain undesirable noise. A Mesh smoothing tool removes undesirable noise while still preserves desirable geometry as well as the shape of the original model.&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Laplacian Smooth}} is based on a curvature flow Laplace Beltrami operator in a diffusion equation.&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Laplacian Smooth}} can be used to model objects with a new technique called &amp;quot;Smooth Subdivision Surface&amp;quot;. In this technique, you can move vertices along a curvature flow, by changing the lambda factor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Original Proposal ==&lt;br /&gt;
&lt;br /&gt;
[[User:Apinzonf/Gsoc2012_Mesh_Smoothing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Design Document ==&lt;br /&gt;
&lt;br /&gt;
[[User:Apinzonf/design]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Manual Page for Wiki ==&lt;br /&gt;
&lt;br /&gt;
[[User:Apinzonf/Doc:2.6/Manual/Modifiers/Deform/Laplacian_Smooth]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Laplacian Smooth Modifier ==&lt;br /&gt;
&lt;br /&gt;
=== Main file MOD_laplaciansmooth.c ===&lt;br /&gt;
&lt;br /&gt;
* [http://projects.blender.org/scm/viewvc.php/*checkout*/branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c?root=bf-blender Download]&lt;br /&gt;
&lt;br /&gt;
* [http://projects.blender.org/scm/viewvc.php/*checkout*/branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c?root=bf-blender&amp;amp;revision=49323&amp;amp;content-type=text%2Fplain&amp;amp;pathrev=49323 View as text]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Laplacian Smooth Operator ==&lt;br /&gt;
&lt;br /&gt;
=== Main file bmo_smooth_laplacian.c ===&lt;br /&gt;
&lt;br /&gt;
* [http://projects.blender.org/scm/viewvc.php/*checkout*/branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_smooth_laplacian.c?revision=47854&amp;amp;root=bf-blender&amp;amp;pathrev=47854 Download]&lt;br /&gt;
&lt;br /&gt;
* [http://projects.blender.org/scm/viewvc.php/*checkout*/branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_smooth_laplacian.c?root=bf-blender&amp;amp;content-type=text%2Fplain View as text]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
[[User:Apinzonf/Download]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
&lt;br /&gt;
* Mathieu Desbrun , Mark Meyer , Peter Schröder , Alan H. Barr, &amp;lt;i&amp;gt;Implicit fairing of irregular meshes using diffusion and curvature flow&amp;lt;/i&amp;gt;, Proceedings of the 26th annual conference on Computer graphics and interactive techniques, p.317-324, July 1999&lt;br /&gt;
&lt;br /&gt;
* Yunhui Xiong , Guiqing Li , Guoqiang Han, &amp;lt;i&amp;gt;Mean Laplace-Beltrami operator for quadrilateral meshes&amp;lt;/i&amp;gt;, Transactions on edutainment V, Springer-Verlag, Berlin, Heidelberg, 2011&lt;/div&gt;</summary>
		<author><name>wiki&gt;Apinzonf</name></author>
		
	</entry>
</feed>