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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-02Cleanup: right shiftCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-23Cleanup: doxy header, line lengthCampbell Barton
2018-03-23Cleanup: move image undo into own fileCampbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22Cleanup: styleCampbell Barton
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-05-05Image Paint: fix for calls to GPU_free_image while paintingCampbell Barton
2016-03-30Fix T48000: Eyedropper sample-merged ignored at firstCampbell Barton
2016-02-23Fix memory leak running project-paint from PythonCampbell Barton
2016-02-04Project Paint: add sample merged optionCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-21Cleanup: line length, indentationCampbell Barton
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-07-13Cleanup: IMB prefix for ImBuf definesCampbell Barton
2015-04-30Minor tweaks to make fill and invert support gpixel operationsAntony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-04Fix T44264 copy paste error, checking same condition twice.Antony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24Cleanup: styleCampbell Barton
2015-01-08Fix invalid memory access in gradient brushes - could cause a crash inAntony Riakiotakis
2014-12-29Move average stroke from sculpt session to unified paint settings so itAntony Riakiotakis
2014-11-28Cleanup: unused headersCampbell Barton
2014-10-17More fixes:Antony Riakiotakis
2014-10-06Texture painting:Antony Riakiotakis
2014-09-26Fix T41956, Soften brush does not workAntony Riakiotakis
2014-09-22Projective painting:Antony Riakiotakis
2014-09-21Paint systemAntony Riakiotakis
2014-09-10Fix crash in project-from view without a brush or active objectCampbell Barton
2014-09-05Cleanup:Antony Riakiotakis
2014-09-04Fix T41716, crash with image mode when painting without materials.Antony Riakiotakis
2014-09-03Code cleanup, defined shared stroke properties to one central function.Antony Riakiotakis
2014-08-29CleanupCampbell Barton
2014-08-29Fix some crash cases after last commitAntony Riakiotakis