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
AgeCommit message (Expand)Author
2010-06-14naming changesCampbell Barton
2010-06-03[#22470] bpy.Image.gl_load/free()Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-07re-project + gimp integration, now its easy to edit the view in the gimp and ...Campbell Barton
2010-03-06RNA/Py API from 2.4xCampbell Barton
2010-02-26rna/py apiCampbell Barton
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), fi...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-31- hash characters in the path would confuse the output file name and not add ...Campbell Barton
2010-01-08RNA Function Save Image accepts a Scene as optional argument (for image param...Martin Poirier
2010-01-08Image RNA api: Don't crash if can't acquire buffer from image when saving ima...Martin Poirier
2010-01-07rna image api: with dummy ImageUser, this can save RenderResults now.Martin Poirier
2010-01-07RNA API: image.save(path)Martin Poirier
2009-09-27Added Image.get_abs_filename() and updated scripts to use it. This removes th...Arystanbek Dyussenov
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-08-19Various fixes in rna_*_api.c files to remove compiler warnings.Arystanbek Dyussenov
2009-08-06- OBJ importer now reads most of the test files. Had to copy BPyMesh.ngon fun...Arystanbek Dyussenov
2009-08-05- modified BKE_get_image_export_path so that it writes relative path if src f...Arystanbek Dyussenov
2009-08-03- re-wrote image exporting function renaming it from BKE_export_image to BKE_...Arystanbek Dyussenov
2009-07-24Forgot to add rna_image_api.c.Arystanbek Dyussenov