﻿<?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%3ASjoerd</id>
	<title>利用者:Sjoerd - 版の履歴</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%3ASjoerd"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sjoerd&amp;action=history"/>
	<updated>2026-05-03T18:53:43Z</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:Sjoerd&amp;diff=105441&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:Sjoerd&amp;diff=105441&amp;oldid=prev"/>
		<updated>2018-06-28T19:44:16Z</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日 (木) 19:44時点における版&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:Sjoerd&amp;diff=105440&amp;oldid=prev</id>
		<title>2013年9月29日 (日) 11:28にwiki&gt;Sjoerdによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sjoerd&amp;diff=105440&amp;oldid=prev"/>
		<updated>2013-09-29T11:28:18Z</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;=== '''Projects'''===&lt;br /&gt;
&lt;br /&gt;
The hive system (http://launchpad.net/hivesystem)&lt;br /&gt;
&lt;br /&gt;
The hive system is a system for node-based game logic. &lt;br /&gt;
&lt;br /&gt;
=== '''Integration of the hive system with Blender: Progress''' ===&lt;br /&gt;
&lt;br /&gt;
* In-Blender Hive system GUI (Hive add-on): early alpha&lt;br /&gt;
* External Qt Hive system GUI (HiveGUI): late alpha&lt;br /&gt;
* Hive system standard node library (dragonfly): early beta&lt;br /&gt;
* Hive system core libraries (Spyder, libcontext, bee): late beta / production-ready&lt;br /&gt;
&lt;br /&gt;
=== '''Examples of nodal logic editable inside Blender''' ===&lt;br /&gt;
* These examples run under the BGE, and are also editable in the Node editor&lt;br /&gt;
* Requires Blender 2.67 or later, and the Hive add-on.&lt;br /&gt;
* For best results, use the Hive branch.&lt;br /&gt;
&lt;br /&gt;
* '''Tetris example'''&lt;br /&gt;
&lt;br /&gt;
A visual implementation of Tetris:&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-tetris-visual.blend]]&lt;br /&gt;
&lt;br /&gt;
* '''Moving monster example'''&lt;br /&gt;
&lt;br /&gt;
A port from the moving panda example from the Hive manual to hivemaps that can be visually edited in Blender.&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-movingmonster.zip]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Examples of nodal logic editable with external HiveGUI, or as Python code''' ===&lt;br /&gt;
These examples run under the BGE, but are not editable in Blender. Requires Blender 2.65 or later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Tetris example'''&lt;br /&gt;
&lt;br /&gt;
A Python-only implementation of Tetris, taken from the hive system manual:&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-tetris.blend]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Moving monster example'''&lt;br /&gt;
&lt;br /&gt;
(requires hive 0.91 and Spyder 3.2)&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-movingmonster.tgz]]&lt;br /&gt;
&lt;br /&gt;
A port from the moving panda example from the Hive manual to hivemaps that can be visually edited in HiveGUI. Runs under both the BGE and Panda3D.&lt;br /&gt;
&lt;br /&gt;
* '''Networking example'''&lt;br /&gt;
&lt;br /&gt;
Very preliminary, severe lags&lt;br /&gt;
&lt;br /&gt;
Start the server script from the command line, and then the corresponding client script / .blend&lt;br /&gt;
&lt;br /&gt;
All .web files can be opened with HiveGUI&lt;br /&gt;
&lt;br /&gt;
All .workermap files can be opened with WorkerGUI&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-networking.tgz]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Moving panda example (old)'''&lt;br /&gt;
&lt;br /&gt;
(requires hive 0.82 and Spyder 3.1)&lt;br /&gt;
&lt;br /&gt;
The moving panda example from the hive system manual has been ported to the BGE.&lt;br /&gt;
You can download a zipped directory with a .blend here:&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-movingpanda-BGE.tgz]]&lt;br /&gt;
&lt;br /&gt;
This example was made using hives scripted from Python, it does *not* use hivemaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Animated spider'''&lt;br /&gt;
&lt;br /&gt;
(NOTE: requires hive 0.81, needs to be fixed for later versions!)&lt;br /&gt;
&lt;br /&gt;
An animated spider with game logic has been ported to the hive system&lt;br /&gt;
&lt;br /&gt;
The original .blend (by Dennis Haupt):&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-original-BGE-spider.blend]]&lt;br /&gt;
(License: CC-BY, originally downloaded from http://www.blendswap.com/blends/animals/bge-spider/)&lt;br /&gt;
&lt;br /&gt;
The ported .blend:&lt;br /&gt;
&lt;br /&gt;
[[File:Test-Hivesystem-Hive-spider.blend]]&lt;br /&gt;
&lt;br /&gt;
Note: the port is just for testing and demonstration! &lt;br /&gt;
It was made using low-level bees, scripted from Python. &lt;br /&gt;
No effort was made whatsoever to create an appealing visual form&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sjoerd</name></author>
		
	</entry>
</feed>