Frictional Games Forum (read-only)
Cubemap Layers Generator for the GIMP - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Resources (https://www.frictionalgames.com/forum/forum-42.html)
+---- Thread: Cubemap Layers Generator for the GIMP (/thread-10037.html)



Cubemap Layers Generator for the GIMP - Your Computer - 08-29-2011

So i created a Python script for the GIMP. This will automatically generate all the layers needed to save as a cubemap DDS file from a skybox image of choice. In other words, everything (except for the saving part) that you saw me do in my GIMP DDS video tutorial will be done by this script.

You can download the current version of the script here:
https://github.com/pixlsus/registry.gimp.org_static/blob/master/registry.gimp.org/files/cubemap-to-dds-v0.3.py.txt

Note: This script has only been tested with GIMP 2.6 and 2.8. If you have a different version than that and have tried out this script, let me know if it worked.

Simply place the file in your GIMP's plug-ins folder, then restart the GIMP.
In Linux: ~/.gimp-2.<version>/plug-ins
In Windows: the GIMP should tell you where under (Edit >) Preferences > Folders > Plug-ins.

If it doesn't show up in Windows, try following this tutorial http://www.gimpusers.com/tutorials/install-python-for-gimp-2-6-windows

Warning: Be sure to remove anything after ".py" when saving.


RE: Cubemap Layers Generator for the GIMP - JetlinerX - 08-30-2011

You...Are...A...GOD!!!!!!!!!!!! THANK YOU!!!!!!!!!!


RE: Cubemap Layers Generator for the GIMP - Your Computer - 08-30-2011

New version released. v0.2 adds support for Horizontal strip, Horizontal Cross and Vertical Cross.


RE: Cubemap Layers Generator for the GIMP - pontusry - 04-13-2012

How do I even download this? When I enter the website that you linked, it leads to another link which contains a wall of text without any download link...


RE: Cubemap Layers Generator for the GIMP - jens - 04-13-2012

It's the script that is the "wall of text", read the instructions in the post and on the page.