﻿<?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=Extensions%3A2.6%2FPy%2FScripts%2FImport-Export%2FFuturePinball_FPx</id>
	<title>Extensions:2.6/Py/Scripts/Import-Export/FuturePinball FPx - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FImport-Export%2FFuturePinball_FPx"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/FuturePinball_FPx&amp;action=history"/>
	<updated>2026-07-30T04:08:01Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/FuturePinball_FPx&amp;diff=139969&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/FuturePinball_FPx&amp;diff=139969&amp;oldid=prev"/>
		<updated>2018-06-28T20:52:46Z</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:52時点における版&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=Extensions:2.6/Py/Scripts/Import-Export/FuturePinball_FPx&amp;diff=139968&amp;oldid=prev</id>
		<title>2014年1月11日 (土) 10:54にwiki&gt;Beta-testerによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/FuturePinball_FPx&amp;diff=139968&amp;oldid=prev"/>
		<updated>2014-01-11T10:54:31Z</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;{{Warning/Working}}&lt;br /&gt;
{{ScriptInfo&lt;br /&gt;
|name= FuturePinball FPx&lt;br /&gt;
|tooltip= Import Future Pinball files&lt;br /&gt;
|menu= File → Import-Export → Future Pinball ...&lt;br /&gt;
|usage= to import:&lt;br /&gt;
* File → Import → Future Pinball Model (.fpm)&lt;br /&gt;
* File → Import → Future Pinball Library (.fpl)&lt;br /&gt;
* File → Import → Future Pinball Table (.fpt)&lt;br /&gt;
|version= 0.00.201401111&lt;br /&gt;
|blender= 2.68.0&lt;br /&gt;
|category= Import-Export&lt;br /&gt;
|author= Alexander Nussbaumer&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Contrib&lt;br /&gt;
|exe= contained files:&lt;br /&gt;
* io_scene_fpx&lt;br /&gt;
** __init__.py&lt;br /&gt;
** cfb_spec.py&lt;br /&gt;
** fpx_import.py&lt;br /&gt;
** fpx_resource.blend&lt;br /&gt;
** fpx_spec.py&lt;br /&gt;
** fpx_strings.py&lt;br /&gt;
** fpx_ui.py&lt;br /&gt;
** fpx_utils.py&lt;br /&gt;
** lzo_spec.py&lt;br /&gt;
|note= this add-on is made for the community of [http://www.gopinball.com/forum/ GoPinball] and all others. it based on an [https://github.com/PinSimDB/fp-addons-sdk.git implementation] of [https://github.com/LvR LvR] from [http://www.pinsimdb.org/ PinSimDB]&lt;br /&gt;
|download= you can get the add-on&lt;br /&gt;
* from the most recent blender build, with add-on included on category &amp;quot;Testing&amp;quot; (the easiest way):&lt;br /&gt;
*: http://builder.blender.org/download&lt;br /&gt;
* or as separate files from the &amp;lt;s&amp;gt;SVN&amp;lt;/s&amp;gt; GIT (the most recent way):&lt;br /&gt;
*: &amp;lt;s&amp;gt;https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/io_scene_fpx&amp;lt;/s&amp;gt;&lt;br /&gt;
*: http://git.blender.org/gitweb/gitweb.cgi/blender-addons-contrib.git/tree/HEAD:/io_scene_fpx&lt;br /&gt;
* or as single zip file (for people, who use always only the official blender release):&lt;br /&gt;
*: http://wiki.blender.org/index.php/File:Addon-Fpx-File-io_scene_fpx.zip&lt;br /&gt;
|modules= depends on '''addon_utils''', [http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/MilkShape3D_MS3D io_scene_ms3d] v0.99.1&lt;br /&gt;
|bugtracker= https://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=36215&lt;br /&gt;
|warning= work in progress&lt;br /&gt;
|issues= work in progress&lt;br /&gt;
}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
= History =&lt;br /&gt;
(Click [https://projects.blender.org/scm/viewvc.php/contrib/py/scripts/addons/io_scene_fpx/?root=bf-extensions here], to see full history in SVN)&amp;lt;br&amp;gt;&lt;br /&gt;
(Click [http://git.blender.org/gitweb/gitweb.cgi/blender-addons-contrib.git/history/HEAD:/io_scene_fpx here], to see full history in GIT)&amp;lt;br&amp;gt;&lt;br /&gt;
(Click [http://git.blender.org/gitweb/gitweb.cgi/blender-addons-contrib.git/tree/HEAD:/io_scene_fpx here], to see full tree in GIT)&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{Note|WIP: WORK IN PROGRESS !!!|this add-on and this documentation may change drastically! this is only a snap shot of current state of development.&lt;br /&gt;
* some table importer options on the panels do not have any effect.&lt;br /&gt;
* the curves are currently not 100% accurate&lt;br /&gt;
* &amp;lt;s&amp;gt;dummy light bubbles are added for light emitting objects.&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* table importer creates/assigns textures of most table objects.&lt;br /&gt;
* table importer can now load external fpl libraries and embedded fpm models.&lt;br /&gt;
* is now shipped with an embedded library of the FuturePinball internal models.&lt;br /&gt;
* table importer can now import needed libraries.&lt;br /&gt;
* all sub-wires of a wire-ramp are supported&lt;br /&gt;
* future pinball layers are converted to blender-layers&lt;br /&gt;
* .fpm models can now imported directly&lt;br /&gt;
* .fpl libraries can now imported directly&lt;br /&gt;
}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= About =&lt;br /&gt;
this add-on allows you to import [http://futurepinball.com/ Future Pinball] model data from fpm, fpl and fpt files to Blender.&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= Example Video =&lt;br /&gt;
{| {{Css/prettytable}}&lt;br /&gt;
| (Click [http://vimeo.com/60590091 here] if the video controls do not embed, for you.)&amp;lt;br&amp;gt;&amp;lt;vimeo width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot;&amp;gt;60590091&amp;lt;/vimeo&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| {{Css/prettytable}}&lt;br /&gt;
| [[Image:Addon-Fpx-Manual-Addon-Example.png|320px|Example]] || [[Image:Addon-Fpx-Manual-Addon-Example-Render.png|320px|Example Render]]&lt;br /&gt;
|-&lt;br /&gt;
| (Click [http://vimeo.com/76964455 here] if the video controls do not embed, for you.)&amp;lt;br&amp;gt;&amp;lt;vimeo width=&amp;quot;320&amp;quot; height=&amp;quot;180&amp;quot;&amp;gt;76964455&amp;lt;/vimeo&amp;gt; || (Click [http://vimeo.com/69705914 here] if the video controls do not embed, for you.)&amp;lt;br&amp;gt;&amp;lt;vimeo width=&amp;quot;320&amp;quot; height=&amp;quot;180&amp;quot;&amp;gt;69705914&amp;lt;/vimeo&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
[[Image:Addon-Ms3d-Manual-Addon-Install-Menu.png|thumb| Menu - User Preferences]]&lt;br /&gt;
[[Image:Addon-Ms3d-Manual-Addon-Install-Dialog.png|thumb| Addons - Blender User Preferences]]&lt;br /&gt;
[[Image:Addon-Ms3d-Manual-Addon-Install-File.png|thumb| Install Addon...]]&lt;br /&gt;
# ''' open add-on dialog tab '''&lt;br /&gt;
#: to install and enable the add-on,&lt;br /&gt;
#: go to &amp;quot;File → User Preferences → Addons&amp;quot;, to open the &amp;quot;Addons&amp;quot;-tab of the &amp;quot;Blender User Preferences&amp;quot;-dialog.&lt;br /&gt;
# ''' check if add-on is installed '''&lt;br /&gt;
#: check, if the add-on is already included in your blender build&lt;br /&gt;
#: to do that, enable ALL &amp;quot;Supported Level&amp;quot; on the left, to ensure, that all add-on will be respected to search results. (&amp;quot;Official&amp;quot;, &amp;quot;Community&amp;quot;, &amp;quot;Testing&amp;quot;)&lt;br /&gt;
#: than, type in &amp;quot;fpt&amp;quot; to the search box on the top left.&lt;br /&gt;
#: if the list on the right is now empty, you can be sure, you don't have the add-on in your blender build.&amp;lt;br&amp;gt;&lt;br /&gt;
#: if you now see the &amp;quot;Future Pinball FPx format (.fpm/.fpl/.fpx)&amp;quot; add-on, you can skip the next step and can continue with step 4.&lt;br /&gt;
# ''' installation '''&lt;br /&gt;
#: now, as you can be sure, you don't have the add-on installed, you have to download and install the add-on.&lt;br /&gt;
## ''' installation, from .ZIP file '''&lt;br /&gt;
##: the easiest and preferred way is to download the add-on as single zip file&amp;lt;br&amp;gt;http://wiki.blender.org/index.php/File:Addon-Fpx-File-io_scene_fpx.zip&lt;br /&gt;
##: and in the bottom of the &amp;quot;Blender User Preferences&amp;quot;, you have the &amp;quot;Install from File...&amp;quot;-button. click it and a new file select dialog will open. choose the &amp;quot;Addon-Fpx-File-io_scene_fpx.zip&amp;quot;-file your downloaded before and click on the upper right the &amp;quot;Install Addon...&amp;quot;.&lt;br /&gt;
##: (in windows7, blender puts the extracted files to &amp;quot;&amp;lt;C:\Users\...&amp;gt;\AppData\Roaming\Blender Foundation\Blender\2.67\scripts\addons&amp;quot;)&lt;br /&gt;
## ''' installation, from .PY files '''&lt;br /&gt;
##: this is the hard, more ugly way i will show you not in detail.&lt;br /&gt;
##: (in windows7), create a &amp;quot;&amp;lt;C:\Users\...&amp;gt;\AppData\Roaming\Blender Foundation\Blender\&amp;lt;2.67&amp;gt;\scripts\addons\io_scene_fpx\&amp;quot; folder and copy all files of the add-on to it by hand.&lt;br /&gt;
# ''' enable/activate fpt add-on '''&lt;br /&gt;
#: now you should see the &amp;quot;Future Pinball FPx format (.fpm/.fpl/.fpx)&amp;quot; add-on item in the list of the &amp;quot;Addons&amp;quot;-tab. to check the version of that add-on, you can enlarge the item to see the details, by clicking the tiny triangle on the left of the item. but the more important thing is to enable and activate the add-on. you have to check the check-box on the right upper side of that item.&lt;br /&gt;
# ''' make add-on to default '''&lt;br /&gt;
#: now the add-on should be installed and enabled. but if you close blender, at the next time the add-on is disabled again, as long as you does not save that state as blender default. to do that, click &amp;quot;Save as Default&amp;quot;-button on the bottom of the &lt;br /&gt;
#: &amp;quot;Addons&amp;quot;-tab of the &amp;quot;Blender User Preferences&amp;quot;-dialog.&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{Note|Dependencies of that Add-On|Please note, that the &amp;quot;Future Pinball FPx format (.fpm/.fpl/.fpx)&amp;quot; add-on depends on the &amp;quot;MilkShape 3D format (.ms3d)&amp;quot; add-on. so, when you see the Future Pinball import menu entry, but the entry is disabled, please check, that you also have the MilkShape 3D add-on enabled!}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Import Future Pinball Model FPM-file ==&lt;br /&gt;
&lt;br /&gt;
=== Import Options ===&lt;br /&gt;
[[Image:Addon-Fpx-Manual-Menu-Fpm-Import.png|thumb| Import Menu]]&lt;br /&gt;
there are some options available to tweak the import process a bit&lt;br /&gt;
&lt;br /&gt;
==== Advanced Options ====&lt;br /&gt;
* ''' Verbose ''', this option shows the content of the fpm file to the &amp;quot;system console&amp;quot; during importing. all items and properties, that are parsed by the importer will be shown.&lt;br /&gt;
*: note: that will very slow down the import process. on large models, the output buffer of the console should be big enough, otherwise you will only see the last parts of the output. you are be able to redirect the console output to a text file if you start blender with redirect standard output to text file - this can be handy to debug issues.&lt;br /&gt;
&lt;br /&gt;
==== Import Options ====&lt;br /&gt;
* ''' Keep Temp Files ''', if enabled, all temporary files and folders will be kept. if disabled, all temporary files and folders will be deleted at the end of import process.&lt;br /&gt;
* ''' Import All Models Of Folder ''', if enabled, all fpm model files of the folder will imported. (needed only if you want to create a model library for the FPT-Table Importer)&lt;br /&gt;
* ''' Model To New Scene ''', if enabled, the imported model is placed in its own scene. (needed only if you want to create a model library for the FPT-Table Importer)&lt;br /&gt;
* ''' (Name Extra) ''', needed to create a named hierarchy, that the FPT-Table Importer expects. (keep it empty, if you just want to import a single model)&lt;br /&gt;
&lt;br /&gt;
==== Model Data Options ====&lt;br /&gt;
* ''' Model Filter '''&lt;br /&gt;
** ''' Secondary Model ''', if enabled, secondary model data will be imported.&lt;br /&gt;
** ''' Reflection Model ''', if enabled, reflection model data will be imported.&lt;br /&gt;
** ''' Mask Model ''', if enabled, mask model data will be imported.&lt;br /&gt;
** ''' Collision Model ''', if enabled, collision model data will be imported.&lt;br /&gt;
* ''' Adjust Model Position ''', if enabled, imported model will be placed according its model type (Future Pinball place models in a different way than blender).&lt;br /&gt;
*: {{Note|Adjust Model Position|Do not enable this option, if you import a model, that you want to export for later use in FuturePinball again}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Import via Script ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
bpy.ops.import_scene.fpm(&lt;br /&gt;
        filepath, # e.g. &amp;quot;model.fpm&amp;quot;&lt;br /&gt;
        verbose='NONE',&lt;br /&gt;
        keep_temp=False,&lt;br /&gt;
        use_all_models_of_folder=False,&lt;br /&gt;
        use_scene_per_model=False,&lt;br /&gt;
        name_extra=&amp;quot;&amp;quot;,&lt;br /&gt;
        use_model_filter={'SECONDARY', 'REFLECTION', 'MASK', 'COLLISION'},&lt;br /&gt;
        use_model_adjustment=False,&lt;br /&gt;
        #filter_glob=&amp;quot;*.fpm&amp;quot;&lt;br /&gt;
        )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Import Future Pinball Model FPL-file ==&lt;br /&gt;
[[Image:Addon-Fpx-Manual-Menu-Fpl-Import.png|thumb| Import Menu]]&lt;br /&gt;
there are some options available to tweak the import process a bit&lt;br /&gt;
&lt;br /&gt;
==== Advanced Options ====&lt;br /&gt;
* ''' Verbose ''', this option shows the content of the fpl file to the &amp;quot;system console&amp;quot; during importing. all items and properties, that are parsed by the importer will be shown.&lt;br /&gt;
*: note: that will very slow down the import process. on large models, the output buffer of the console should be big enough, otherwise you will only see the last parts of the output. you are be able to redirect the console output to a text file if you start blender with redirect standard output to text file - this can be handy to debug issues.&lt;br /&gt;
&lt;br /&gt;
==== Import Options ====&lt;br /&gt;
* ''' Keep Temp Files ''', if enabled, all temporary files and folders will be kept. if disabled, all temporary files and folders will be deleted at the end of import process.&lt;br /&gt;
* ''' Import All Libraries Of Folder ''', if enabled, all fpl library files of the folder will imported. (helpful only, if you want to create a model library for the FPT-Table Importer)&lt;br /&gt;
&lt;br /&gt;
==== Library Data Options ====&lt;br /&gt;
* ''' Library Filter ''', select, what resources of the libraries you want to import.&lt;br /&gt;
** ''' Model ''', if enabled, model data will be imported.&lt;br /&gt;
** ''' Graphic ''', if enabled, graphic (image/texture) data will be imported.&lt;br /&gt;
** ''' Dmd Font ''', if enabled, dmd font data will be imported.&lt;br /&gt;
** ''' Sound''', if enabled, sound data will be imported.&lt;br /&gt;
** ''' Music ''', if enabled, music data will be imported.&lt;br /&gt;
** ''' Script ''', if enabled, script data will be imported.&lt;br /&gt;
&lt;br /&gt;
==== Model Data Options ====&lt;br /&gt;
* ''' Model Filter '''&lt;br /&gt;
** ''' Secondary Model ''', if enabled, secondary model data will be imported.&lt;br /&gt;
** ''' Reflection Model ''', if enabled, reflection model data will be imported.&lt;br /&gt;
** ''' Mask Model ''', if enabled, mask model data will be imported.&lt;br /&gt;
** ''' Collision Model ''', if enabled, collision model data will be imported.&lt;br /&gt;
* ''' Adjust Model Position ''', if enabled, imported model will be placed according its model type (Future Pinball place models in a different way than blender).{{Note|Adjust Model Position|Do not enable this option, if you import a model, that you want to export for later use in FuturePinball again}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Import via Script ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
bpy.ops.import_scene.fpl(&lt;br /&gt;
        filepath, # e.g. &amp;quot;library.fpl&amp;quot;&lt;br /&gt;
        verbose='NONE',&lt;br /&gt;
        keep_temp=False,&lt;br /&gt;
        use_all_libraries_of_folder=False,&lt;br /&gt;
        use_library_filter={'MODEL', 'GRAPHIC', 'DMDFONT', 'SOUND', 'MUSIC', 'SCRIPT'},&lt;br /&gt;
        use_model_filter={'SECONDARY', 'REFLECTION', 'MASK', 'COLLISION'},&lt;br /&gt;
        use_model_adjustment=False,&lt;br /&gt;
        #filter_glob=&amp;quot;*.fpl&amp;quot;&lt;br /&gt;
        )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Import Future Pinball Table FPT-file ==&lt;br /&gt;
&lt;br /&gt;
=== Import Options ===&lt;br /&gt;
[[Image:Addon-Fpx-Manual-Menu-Fpt-Import.png|thumb| Import Menu]]&lt;br /&gt;
there are some options available to tweak the import process a bit&lt;br /&gt;
&lt;br /&gt;
==== Advanced Options ====&lt;br /&gt;
* ''' Verbose ''', this option shows the content of the fpt file to the &amp;quot;system console&amp;quot; during importing. all items and properties, that are parsed by the importer will be shown.&lt;br /&gt;
*: note: that will very slow down the import process. on large models, the output buffer of the console should be big enough, otherwise you will only see the last parts of the output. you are be able to redirect the console output to a text file if you start blender with redirect standard output to text file - this can be handy to debug issues.&lt;br /&gt;
&lt;br /&gt;
==== Import Options ====&lt;br /&gt;
* ''' Keep Temp Files ''', if enabled, all temporary files and folders will be kept. if disabled, all temporary files and folders will be deleted at the end of import process.&lt;br /&gt;
* ''' External Data Options '''&lt;br /&gt;
** ''' Libraries ''', resource path of Future Pinball Libraries.&lt;br /&gt;
** ''' DmdFonts ''', resource path of Future Pinball DmdFonts.&lt;br /&gt;
** ''' Tables ''', resource path of Future Pinball Tables.&lt;br /&gt;
&lt;br /&gt;
==== Additional Options ====&lt;br /&gt;
* ''' Convert To Mesh ''', if enabled, all models will be converted to mesh objects.&lt;br /&gt;
* ''' Resolution Wire Bevel ''', sets the bevel resolution of the wires (curves).&lt;br /&gt;
* ''' Resolution Wire ''', sets the resolution of the wires (curves).&lt;br /&gt;
* ''' Resolution Rubber Bevel ''', sets the bevel resolution of the rubbers (curves).&lt;br /&gt;
* ''' Resolution Rubber  ''', sets the resolution of the rubbers (curves).&lt;br /&gt;
* ''' Resolution Shape ''', sets the resolution of the other shapeable objects (curves).&lt;br /&gt;
&lt;br /&gt;
* ''' Use Hermite Handle ''', adjusts the curve point handles according the Hermite algorithm - it is not fully implemented and has some issues. (Future Pinball is using the Hermite curve algorithm)&lt;br /&gt;
*: {{Note|Use Hermite Handle|If you see some distortions of wires or surfaces, you can toggle that option, to try to get better results}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==== Library Data Options ====&lt;br /&gt;
* ''' Library Filter ''', select, what resources of the libraries you want to import.&lt;br /&gt;
** ''' Model ''', if enabled, model data will be imported.&lt;br /&gt;
** ''' Graphic ''', if enabled, graphic (image/texture) data will be imported.&lt;br /&gt;
** ''' Dmd Font ''', if enabled, dmd font data will be imported.&lt;br /&gt;
** ''' Sound''', if enabled, sound data will be imported.&lt;br /&gt;
** ''' Music ''', if enabled, music data will be imported.&lt;br /&gt;
** ''' Script ''', if enabled, script data will be imported.&lt;br /&gt;
&lt;br /&gt;
==== Model Data Options ====&lt;br /&gt;
* ''' Model Filter '''&lt;br /&gt;
** ''' Secondary Model ''', if enabled, secondary model data will be imported.&lt;br /&gt;
** ''' Reflection Model ''', if enabled, reflection model data will be imported.&lt;br /&gt;
** ''' Mask Model ''', if enabled, mask model data will be imported.&lt;br /&gt;
** ''' Collision Model ''', if enabled, collision model data will be imported.&lt;br /&gt;
* ''' Adjust Model Position ''', if enabled, imported model will be placed according its model type (Future Pinball place models in a different way than blender).&lt;br /&gt;
*: {{Note|Adjust Model Position|Do not enable this option, if you import a model, that you want to export for later use in FuturePinball again}}&lt;br /&gt;
&lt;br /&gt;
=== Import via Script ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
bpy.ops.import_scene.fpt(&lt;br /&gt;
        filepath, # e.g. &amp;quot;table.fpt&amp;quot;&lt;br /&gt;
        verbose='NONE',&lt;br /&gt;
        keep_temp=False,&lt;br /&gt;
        path_libraries=&amp;quot;C:\\Games\\Future Pinball\\Libraries&amp;quot;,&lt;br /&gt;
        path_dmdfonts=&amp;quot;C:\\Games\\Future Pinball\\DmdFonts&amp;quot;,&lt;br /&gt;
        path_tables=&amp;quot;C:\\Games\\Future Pinball\\Tables&amp;quot;,&lt;br /&gt;
        convert_to_mesh=False,&lt;br /&gt;
        resolution_wire_bevel=8,&lt;br /&gt;
        resolution_wire=8,&lt;br /&gt;
        resolution_rubber_bevel=8,&lt;br /&gt;
        resolution_rubber=8,&lt;br /&gt;
        resolution_shape=8,&lt;br /&gt;
        use_hermite_handle=True,&lt;br /&gt;
        use_library_filter={'MODEL', 'GRAPHIC', 'DMDFONT', 'SOUND', 'MUSIC', 'SCRIPT'},&lt;br /&gt;
        use_model_filter={'SECONDARY', 'REFLECTION', 'MASK', 'COLLISION'},&lt;br /&gt;
        use_model_adjustment=False,&lt;br /&gt;
        #filter_glob=&amp;quot;*.fpt&amp;quot;&lt;br /&gt;
        )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= User Interface =&lt;br /&gt;
&lt;br /&gt;
== Layers Table ==&lt;br /&gt;
[[Image:Addon-Fpx-Manual-Addon-Layer-Transformation.png|thumb|FuturePinball to blender Layer]]&lt;br /&gt;
the imported objects of the table will be placed in different layer.&amp;lt;br&amp;gt;&lt;br /&gt;
* layers, left block, top row:&lt;br /&gt;
** '''all imported objects'''&lt;br /&gt;
** '''only visible objects'''&lt;br /&gt;
** '''only invisible objects''' (non-rendered and/or full transparent)&lt;br /&gt;
** '''only curve objects''' (e.g.: walls, wires)&lt;br /&gt;
** '''only mesh objects''' (e.g.: toys, flippers, pegs)&lt;br /&gt;
* layers, left block, bottom row:&lt;br /&gt;
** '''only light emitting objects'''&lt;br /&gt;
** '''only rubber objects'''&lt;br /&gt;
** '''only chrome objects''' (wires and/or with sphere_mapping)&lt;br /&gt;
** '''only crystal and transparent objects'''&lt;br /&gt;
** ...&lt;br /&gt;
*: &amp;lt;br&amp;gt;&lt;br /&gt;
* layers, right block, top row:&lt;br /&gt;
** '''represents future pinball layer 2'''&lt;br /&gt;
** '''represents future pinball layer 4'''&lt;br /&gt;
** '''represents future pinball layer 6'''&lt;br /&gt;
** '''represents future pinball layer 8'''&lt;br /&gt;
** '''represents future pinball layer 0'''&lt;br /&gt;
* layers, right block, bottom row:&lt;br /&gt;
** '''represents future pinball layer 1'''&lt;br /&gt;
** '''represents future pinball layer 3'''&lt;br /&gt;
** '''represents future pinball layer 7'''&lt;br /&gt;
** '''represents future pinball layer 5'''&lt;br /&gt;
** '''represents future pinball layer 9'''&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Layers Model ==&lt;br /&gt;
the imported model will be placed in different layer.&amp;lt;br&amp;gt;&lt;br /&gt;
* layers, left block, top row:&lt;br /&gt;
** '''primary model'''&lt;br /&gt;
** '''secondary model'''&lt;br /&gt;
** '''reflection model'''&lt;br /&gt;
** '''mask model'''&lt;br /&gt;
** '''collision model'''&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Implemented Features =&lt;br /&gt;
&lt;br /&gt;
== Importer ==&lt;br /&gt;
* {{WikiTask/Done}} read data (Compound File Binary File Format)&lt;br /&gt;
* {{WikiTask/Done}} read data (Lempel-Ziv-Oberhumer lossless data compression algorithm)&lt;br /&gt;
* {{WikiTask/Done}} read data (Future Pinball File Format)&lt;br /&gt;
&lt;br /&gt;
* {{WikiTask/Done}} read data (Future Pinball Model Format)&lt;br /&gt;
* {{WikiTask/Done}} read data (Future Pinball Table Format)&lt;br /&gt;
* {{WikiTask/Done}} read data (Future Pinball Library Format)&lt;br /&gt;
&lt;br /&gt;
* {{WikiTask/Done}} grab data to disk (Future Pinball Model Format)&lt;br /&gt;
* {{WikiTask/Done}} grab data to disk (Future Pinball Library Format)&lt;br /&gt;
* {{WikiTask/Inprogress|95}} grab data to disk (Future Pinball Table Format)&lt;br /&gt;
&lt;br /&gt;
* {{WikiTask/Done}} import Future Pinball Models&lt;br /&gt;
* {{WikiTask/Inprogress|75}} import Future Pinball Tables&lt;br /&gt;
&lt;br /&gt;
* TODOs (in random order):&lt;br /&gt;
** [nice to have]: hooks to curve points, to edit curves easily.&lt;br /&gt;
** &amp;lt;s&amp;gt;[must have]: convert everything to mesh objects&amp;lt;/s&amp;gt; (2013-09-01)&lt;br /&gt;
** &amp;lt;s&amp;gt;[must have]: local &amp;amp; cookie-cut texture coordinate to mesh objects&amp;lt;/s&amp;gt; (2013-08-23)&lt;br /&gt;
** [nice to have]: import image lists as blender texture image sequence&lt;br /&gt;
** [nice to have]: import collision object model&lt;br /&gt;
** [nice to have]: get rid of adjustments of model positions in fpm- &amp;amp; fpl-importer. fpt-importer should be able to place the models according their model types and usage.&lt;br /&gt;
** [nice to have]: improve ramp-end-point handling&lt;br /&gt;
{{clr}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Beta-tester|Beta-tester]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Beta-tester</name></author>
		
	</entry>
</feed>