-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
Árni Björnsson edited this page Oct 13, 2016
·
1 revision
You have to install this script as a Blender add-on. To do this copy the io_scene_g3d folder into the Blender ../scripts/addons folder. These are the most common locations for this folder:
- Windows 7 / 8 - C:\Users\%username%\AppData\Roaming\Blender Foundation\Blender\$version\scripts\addons
- Windows XP - C:\Documents and Settings\%username%\Application Data\Blender Foundation\Blender\$version\scripts\addons
- Linux - /home/$user/.config/blender/$version/scripts/addons
- All (when addons are inside the Blender folder) - $blender_folder/$version/scripts/addons
After copying the folder to the correct place, open Blender and go to the File -> User Preferences menu under the Add-ons tab. Select the Import-Export category and enable the LibGDX G3D Exporter add-on.
Usually you have to activate the add-on for each new file. To have it already enabled for all new files, after enabling the add-on on the User Preferences -> Add-ons page just press Save User Settings.