Blender Git Commit Log
Git Commits -> Revision 4086ca5
Revision 4086ca5 by Arystanbek Dyussenov (master) August 3, 2009, 12:02 (GMT) |
- re-wrote image exporting function renaming it from BKE_export_image to BKE_get_image_export_path because now it doesn't copy files but only manipulates paths. It produces both ablsolute and relative paths. COLLADA exporter can now use it. - re-wrote unit test for it, this is now more compact and readable - RNA API Image.get_export_path takes a boolean arg to indicate whether a relative or absolute path should be returned. Python scripts can now use it. |
Commit Details:
Full Hash: 4086ca58e275816a49950f6ac0cbffa6cb36a8ad
SVN Revision: 22173
Parent Commit: d1e42cc
Lines Changed: +136, -137