blender/tools
Arystanbek Dyussenov c96041628e API:
- replaced BKE_copy_images with BKE_export_image, now it handles only one image at a time, this is better since for exporters it is 
easier to export one image at a time writing new image path to a file
- exposing BKE_export_image in RNA as Image.export, interestingly, RNA allowed me to define a function with PROP_STRING return type 
although it doesn't free memory, will fix that in the next commit
- removed bpy.util.copy_images

Unit tests:
- re-wrote a test for BKE_export_image, it's more compact now
- moved unit tests to the creator module to avoid another executable, now running tests with `blender --test`
- as before, unit tests are built only if WITH_BF_UNIT_TEST is non 0
2009-07-23 12:55:26 +00:00
..
__init__.py ==SCons== 2006-03-10 20:11:48 +00:00
bcolors.py == SCons == 2006-02-04 14:15:10 +00:00
Blender.py API: 2009-07-23 12:55:26 +00:00
btools.py API: 2009-07-23 12:55:26 +00:00
crossmingw.py 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17434:HEAD 2008-12-14 17:32:24 +00:00
mstoolkit.py this file had dos line endings and was causing errors with MSVC express according to artificer. 2006-07-05 21:51:03 +00:00