﻿<?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=Community%3AScience%2FRobotics%2FSimCreator</id>
	<title>Community:Science/Robotics/SimCreator - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Community%3AScience%2FRobotics%2FSimCreator"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Community:Science/Robotics/SimCreator&amp;action=history"/>
	<updated>2026-07-26T22:40:52Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Community:Science/Robotics/SimCreator&amp;diff=98893&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Community:Science/Robotics/SimCreator&amp;diff=98893&amp;oldid=prev"/>
		<updated>2018-06-28T19:38:18Z</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:38時点における版&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=Community:Science/Robotics/SimCreator&amp;diff=98892&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Robotics/SimCreator to Community:Science/Robotics/SimCreator: moving under Community:Science (&quot;Community&quot; being a new namespace)</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Community:Science/Robotics/SimCreator&amp;diff=98892&amp;oldid=prev"/>
		<updated>2011-11-02T19:51:48Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Robotics/SimCreator&quot; class=&quot;mw-redirect&quot; title=&quot;Robotics/SimCreator&quot;&gt;Robotics/SimCreator&lt;/a&gt; to &lt;a href=&quot;/Community:Science/Robotics/SimCreator&quot; title=&quot;Community:Science/Robotics/SimCreator&quot;&gt;Community:Science/Robotics/SimCreator&lt;/a&gt;: moving under Community:Science (&amp;quot;Community&amp;quot; being a new namespace)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= SimCreator =&lt;br /&gt;
&lt;br /&gt;
This is a wiki for the SimCreator robotics panel.&lt;br /&gt;
You can temporary download the zip containing the script, manual and test library [http://blenderpython.orgfree.com/SimCreator/SimCreator.7z here](7z). You can view the script [http://www.pastie.org/1077380 here] and [http://www.pasteall.org/14825/python here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
The SimCreator Script was written by Peter Roelants at the KULeuven Department of Mechanical Engineering under supervision of Prof. Herman Bruyninckx and the help of Izaak van Crombrugge. It uses the GPL Licence.&lt;br /&gt;
The script is written for Blender 2.5, it was last tested on Build 2.53.0 r'30594'.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This script is not complete, it is written to test out the panel scripting possibilities in Blender 2.5.&lt;br /&gt;
&lt;br /&gt;
This script gives you the possiblity to create a simulation. The simulation elements are in the provided SimCreator library.&lt;br /&gt;
&lt;br /&gt;
A simulation consists of an environment and actors like robots, sensors and tools. When you start a simulation you first need to create an environment and then you have the option to add different actors.&lt;br /&gt;
&lt;br /&gt;
Each environment or actor can have multiple anchor points (AnchorPoints), these points represent locations were new actors can be added to the simulation.&lt;br /&gt;
Each actor has 1 AnchorConnection which is a place where the actor will be connected to an anchor point in the current simulation.&lt;br /&gt;
&lt;br /&gt;
Because this script is incomplete I tried to write my code so it can be extended. The simulation data, the simCreator library, the environment and actors all representend in different objects that can be extended as you like. I tried to disconnect these objects from their Blender objects as much as possible.&lt;br /&gt;
==Image==&lt;br /&gt;
&lt;br /&gt;
[[Image:SimCreatorPanel.png|none]]&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
* Valid Directory:&lt;br /&gt;
** The code will need to have an URL that points to a library of .blend files. If the hardcoded URL doesn't point to such a library, the user has to select one.&lt;br /&gt;
** The new directory will need to have the following subdirectories:&lt;br /&gt;
*** robots&lt;br /&gt;
*** sensors&lt;br /&gt;
*** scenes&lt;br /&gt;
*Create new scene:&lt;br /&gt;
** Will let you choose a Scene from the scenes directory and load it&lt;br /&gt;
* Add a new robot&lt;br /&gt;
** Will let you choose a new Robot and add it to an anchorpoint of the loaded scene&lt;br /&gt;
* Add a new sensor&lt;br /&gt;
** Will let you choose a new Sensor and add it to an anchorpoint of a loaded robot&lt;br /&gt;
* Remove a sensor:&lt;br /&gt;
** Will let you remove a Sensor&lt;br /&gt;
* Remove a robot:&lt;br /&gt;
** Will let you remove a Robot&lt;br /&gt;
* Test Print:&lt;br /&gt;
** makes a string of the configuration and prints it to the console&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Export/Import simulation&lt;br /&gt;
* Export/Import robot with specific sensors or tools&lt;br /&gt;
* Add new AnchorPoints to simulation (Izaak van Crombrugge is working on this)&lt;br /&gt;
* Add view control and options (Izaak van Crombrugge is working on this)&lt;br /&gt;
* Add option to import robot control scripts&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>