Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/readme.txt
| Show All 32 Lines | |||||
| edit the following files: | edit the following files: | ||||
| blender/source/blender/imbuf/intern/util.c | blender/source/blender/imbuf/intern/util.c | ||||
| blender/source/blender/src/filesel.c | blender/source/blender/src/filesel.c | ||||
| blender/source/blender/src/screendump.c | blender/source/blender/src/screendump.c | ||||
| and add your extension so that your format gets recognized in the thumbnails. | and add your extension so that your format gets recognized in the thumbnails. | ||||
| Step 6: | Step 6: | ||||
| Alter the build process: | Alter the build process: | ||||
| For scons you need to edit blender/source/blender/imbuf/SConscript | For cmake you need to edit blender/source/blender/imbuf/CMakeLists.txt | ||||
| and add in your additional files to source_files. | 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 | If you have any external library info you will also need to add that | ||||
| to the various build processes. | to the various build processes. | ||||
| Step 7: | Step 7: | ||||
| Its also good to add your image format to: | Its also good to add your image format to: | ||||
| makepicstring in blender/source/blender/blenkernel/intern/image.c | makepicstring in blender/source/blender/blenkernel/intern/image.c | ||||