Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-09-17 15:31:17 +0400
committerKent Mein <mein@cs.umn.edu>2004-09-17 15:31:17 +0400
commite656ce232ae0de012d0140d59aacf7b4314802ff (patch)
tree58a014cc7b53387b734e7e5112abab91ab5dc1f2 /source/blender/imbuf/readme.txt
parent8464889c80c51a975c134133f88990aa788ee0a3 (diff)
updated the documentation on how to add new image types which consisted of:
removed autoconf stuff and replaced with scons info. Added info on how to make your format showup in the thumbnail viewer. Kent
Diffstat (limited to 'source/blender/imbuf/readme.txt')
-rw-r--r--source/blender/imbuf/readme.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/blender/imbuf/readme.txt b/source/blender/imbuf/readme.txt
index 4edc625013f..76e1f196341 100644
--- a/source/blender/imbuf/readme.txt
+++ b/source/blender/imbuf/readme.txt
@@ -29,10 +29,14 @@ source/blender/src/buttons_scene.c
source/blender/src/toets.c
source/blender/src/writeimage.c
-Step 5:
+Step 5:
+edit blender/source/blender/imbuf/intern/util.c
+and add your extension so that your format gets recognized in the thumbnails.
+
+Step 6:
Alter the build process:
-For autoconf you need to edit blender/source/blender/imbuf/Makefile.am
-and add in your additional files.
+For scons you need to edit blender/source/blender/imbuf/SConscript
+and add in your additional files to source_files.
For msvp you need to edit blender/projectfiles/blender/imbuf/BL_imbuf.dsp
and add in your additional files.
If you have any external library info you will also need to add that