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-02-13Initial removal of Scene.obeditCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2017-12-07Merge branch 'master' into blender2.8Campbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-02Remove tons of OBACTDalai Felinto
2017-02-22Cleanup: StyleJulian Eisel
2016-11-08Blender 2.8: OpenGL: new immediate mode for paint_image.cMike Erwin
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