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>2005-12-03 00:13:14 +0300
committerKent Mein <mein@cs.umn.edu>2005-12-03 00:13:14 +0300
commit6263390e73edb77a79c452b1e3b121987555590e (patch)
treed852e2583c903febf41ea5902e2503747512ca5d /source/blender/imbuf/readme.txt
parent6ba27d69b003c7c7c6ca9513a0c60eeed1aa8d11 (diff)
This commit does very little for the number of files touched.
I updated gen_dynlibtiff.py so its in sync with the file(s) it creates. I added a little more documentation to the readme.txt for adding new file formats. I also added two dummy functions to the tiff.c so it stopped whining about them being NULL. (I'm still working on the reported bugs but thought this was a good time to at least get this in) Kent
Diffstat (limited to 'source/blender/imbuf/readme.txt')
-rw-r--r--source/blender/imbuf/readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/imbuf/readme.txt b/source/blender/imbuf/readme.txt
index 8f04eec9131..181d5485310 100644
--- a/source/blender/imbuf/readme.txt
+++ b/source/blender/imbuf/readme.txt
@@ -30,7 +30,10 @@ source/blender/src/toets.c
source/blender/src/writeimage.c
Step 5:
-edit blender/source/blender/imbuf/intern/util.c
+edit the following files:
+blender/source/blender/imbuf/intern/util.c
+blender/source/blender/src/filesel.c
+blender/source/blender/src/screendump.c
and add your extension so that your format gets recognized in the thumbnails.
Step 6: