﻿<?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%2FGoogleSummerOfCode%2F2006</id>
	<title>Dev:Ref/GoogleSummerOfCode/2006 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FGoogleSummerOfCode%2F2006"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/GoogleSummerOfCode/2006&amp;action=history"/>
	<updated>2026-06-08T14:38:38Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/GoogleSummerOfCode/2006&amp;diff=47382&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/GoogleSummerOfCode/2006&amp;diff=47382&amp;oldid=prev"/>
		<updated>2018-06-28T17:47:45Z</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日 (木) 17:47時点における版&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/GoogleSummerOfCode/2006&amp;diff=47381&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Fixing redirects; cosmetic changes</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/GoogleSummerOfCode/2006&amp;diff=47381&amp;oldid=prev"/>
		<updated>2011-06-19T17:24:42Z</updated>

		<summary type="html">&lt;p&gt;Bot: Fixing redirects; cosmetic changes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Google Summer of Code 2006=&lt;br /&gt;
This page was adapted from the Summer of Code 2005 page by Jiří Hnídek&lt;br /&gt;
&lt;br /&gt;
== List of successful Google Summer Projects ==&lt;br /&gt;
&lt;br /&gt;
==== 1) [[User:Nicholasbishop/SummerOfCode2006|Interactive sculpting with multi-resolution models]] ====&lt;br /&gt;
Nicholas Bishop, mentored by Jean-Luc Peurière&lt;br /&gt;
* entering University of Maryland&lt;br /&gt;
* nickname: nicholasbishop&lt;br /&gt;
* USA&lt;br /&gt;
* Linux, gcc&lt;br /&gt;
&lt;br /&gt;
==== 2) [[User:Artificer/ModifierStackUpgrade|Modifier Stack Upgrade]] ====&lt;br /&gt;
Ben Batt, mentored by Daniel Dunbar&lt;br /&gt;
* 4th year Computer Science/Computer Systems Engineering double degree at RMIT University in Melbourne&lt;br /&gt;
* nickname: artificer&lt;br /&gt;
* Australia&lt;br /&gt;
* Linux, gcc&lt;br /&gt;
&lt;br /&gt;
==== 3) [[User:Sionix/SummerOfCode2006|Sky Generator]] ====&lt;br /&gt;
Dmitriy Mazovka, mentored by Kent Mein&lt;br /&gt;
* 3rd year student of Belarusian State University, Faculty of Applied Mathematics and Informatics&lt;br /&gt;
* nickname: sionix&lt;br /&gt;
* Belarus&lt;br /&gt;
* Windows, VC 7.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CVS ==&lt;br /&gt;
&lt;br /&gt;
The participants of SoC 2006 can find some information about how CVS will be used to manage the source code of their projects [[Dev:Ref/GoogleSummerOfCode/2006/CVS guide|here]].&lt;br /&gt;
&lt;br /&gt;
A non-developer (anonymous) user can also checkout each branch, e.g.:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 cvs -d:pserver:anonymous@cvs.blender.org:/cvsroot/soc-2006 login&lt;br /&gt;
 cvs -z3 -d:pserver:anonymous@cvs.blender.org:/cvsroot/soc-2006 checkout \&lt;br /&gt;
    -r name_of_branch soc-blender&lt;br /&gt;
 cvs -d:pserver:anonymous@cvs.blender.org:/cvsroot/soc-2006 logout&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The 'name_of_branch' above is either nicholasbishop, artificer, or sionix, and&lt;br /&gt;
the '\' at the end of a line indicates that this is one long line without&lt;br /&gt;
a break.&lt;br /&gt;
&lt;br /&gt;
== Developer service ==&lt;br /&gt;
&lt;br /&gt;
''.c and .h templates''&lt;br /&gt;
&lt;br /&gt;
When developers need to add new file, then they need some [[Dev:2.5/Doc/Blender Source/Files Templates|template]]. Looking at existing source files could be confusing, because each file contains different copyrights in the header. When you edit some file, don't forget to add your name to list of contributors, write a description of the source file, write the name of .h file containing function prototypes somewhere at the beginning of .c file, write commentary, and write documentation in wiki.&lt;br /&gt;
&lt;br /&gt;
== Progress Reports ==&lt;br /&gt;
&lt;br /&gt;
''Planet SoC''&lt;br /&gt;
&lt;br /&gt;
Some SoC developers may choose to participate in this unofficial SoC blog, run by the nice people from Drupal:&lt;br /&gt;
&lt;br /&gt;
* [http://www.planet-soc.com/?q=blender Blender at planet-soc]&lt;br /&gt;
&lt;br /&gt;
''Mailing list''&lt;br /&gt;
&lt;br /&gt;
You can get the latest information about this year's summer of code projects&lt;br /&gt;
on our mailling lists:&lt;br /&gt;
&lt;br /&gt;
* [http://projects.blender.org/pipermail/soc-2006-cvs/ CVS logs]&lt;br /&gt;
* [http://projects.blender.org/pipermail/soc-2006-dev/ Discusion about several topics]&lt;br /&gt;
&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>