This plugin only works on Blender 2.79. Please note that it will NOT work on 2.80.
- Please download from Releases section the newest release.
- Open Blender, and choose File -> User Preferences... -> Add-ons from main menu.
- Choose "Install Add-on from File...".
- Choose plugins zip file.
- To enable the plugin, turn on the checkbox.
- To enabled the setting, press "Save User Settings", and restart Blender.
-
Choose File -> Import -> OpenBVE CSV model (*.csv) from main menu.
-
Select import options.
- Set logging Level: select threshold level for the log file. The default setting is "INFO".
- Transform coordinates: If you want to change OpenBVE 's Left-handed coordinate system to Blender's Right-handed coordinate system, check this option. The default is enable.
- Split AddFace2: If this option is enabled, AddFace2's double-sided is split to an each face. After split, each faces Material's AddFace2 option is turn off automatically.
-
After choose the *.csv model from filesystem, press the "OpenBVE model (*.csv)" button, then import the model.
If you are turn off the Transform coordinates option, the imported model is as shown below.
-
Before the choose export object, you must change mode to "Object Mode". After changed, you can choose export object(s).
-
Choose File -> Export -> OpenBVE CSV model (*.csv) from main menu.
-
Choose export options.
- Set logging Level: select threshold level for the log file. The default setting is "INFO".
- Transform coordinates: If you want to change Blender's Right-handed coordinate system to OpenBVE 's Left-handed coordinate system, check this option. The default is enable.
- Set global scale: Set the scale factor. The default value is 1.0.
- Output Normals: If you want to export add normals, check this option. The default is enable.
- Copy textures in separated folder: All texture files are copy to the new folder. the new folder is the same folder level, and folder name is 'model name'-textures. This option is enable by default.
-
After choose the *.csv model from filesystem, press the "OpenBVE model (*.csv)" button, then export the model.
At the Additional properties for CSV mesh, you can be assigns the specific attributes for OpenBVE.
NOTE: These specific attributes are not reflected to the Blender's 3D view.
- SetEmissiveColor: Enable/Disable ,and set color of SetEmissiveColor.
- SetBlendMode: You can set the SetBlendMode's BlendMode(Normal/Additive), GlowHalfDistance's distance, and GlowAttenuationMode(DivideExponent2 or 4).
- SetDecalTransparentColor: For example of the BMP, If you want to use the case of require SetDecalTransparentColor, you can set Enable/Disable ,and set color of SetDecalTransparentColor.
- Use AddFace2: If this option is enabled, when you are the exporting, you can enable the material to the double-sided by Addface2.
- LoadTexture: If this file is selected, you can set the NighttimeTexture for LoadTexture.
This plugin is output a log file of io_scene_csv_log.txt
at the under the home directory.
Specifically, the folder placing is showing below.
- Windows
C:\Users\<UserName>\io_scene_csv_log.txt
- Linux/macOS
~/io_scene_csv_log.txt
This plugin is licensed under GPL-2.0.
- This plugin uses Chardet to determine the character encoding. This is licensed under the LGPL-2.1 as per
io_scene_csv/chardet/LICENSE
.