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
2015-02-07RNA: use FUNC_USE_MAIN to avoid 'G' globalCampbell Barton
2015-02-04RNA image.pack(): fix possible memleak, add possibility to pass raw bytes data.Bastien Montagne
2014-12-25Fix T42938: image.save_render sometimes saved the wrong passSergey Sharybin
2014-09-22Fix image.save() - incorrect relative lib pathCampbell Barton
2014-05-28Fix T40387, image api save and pack did not fire notifiers.Antony Riakiotakis
2014-02-26Fix T38548: Edit externally always uses first frame onlySergey Sharybin
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-11Image API: add frame argument to gl_load(), gl_touch()Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-15Color Management: remove unused function and get rid of unneeded float->byte ...Sergey Sharybin
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-09-25code cleanup: add missing includes to RNA (this one is safe!)Campbell Barton
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-06-29Fix compile errorAntony Riakiotakis
2012-06-29fix for crash scaling an imageCampbell Barton
2012-05-31style cleanupCampbell Barton
2012-05-28image.gl_touch: wasn't passing the parameters to gl_loadDalai Felinto
2012-05-28image.gl_load: moving error cleaning to before all gl calls"Dalai Felinto
2012-05-28image.gl_load(): clear glGetError buffer before getting a new oneDalai Felinto
2012-05-24Image.gl_touch - routine to prevent the image to be cleared by blender cache ...Dalai Felinto
2012-05-17rna function Image.scale(w, h), useful for utility functions to open/scale/sa...Campbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-20fix [#31036] image.gl_load() consistently segfault at gluBuild2DMipmapsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
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