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
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18patch [#28684] Image pack/unpack() implementation.Campbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-28bugfix [#24287] Saving the render result through the API does not use the sce...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-08-13Fix #23244: image save function did not release lock on renderBrecht Van Lommel
2010-08-02patch [#23144] bpy.Image.gl_load() -- fixCampbell Barton
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