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
path: root/source
AgeCommit message (Expand)Author
2016-08-05OpenGL: transition to ARB FBOs, remove runtime checksMike Erwin
2016-08-05OpenGL: remove runtime check for EXT_gpu_shader4Mike Erwin
2016-08-05OpenGL: require EXT_gpu_shader4 & ARB_framebuffer_object on MacMike Erwin
2016-08-04OpenGL: add simple shaders for 2D drawingMike Erwin
2016-08-04OpenGL: immediate mode work-alikeMike Erwin
2016-07-28Merge branch 'master' into blender2.8Campbell Barton
2016-07-28Fix T48951: Crash refreshing some popupsCampbell Barton
2016-07-28Add comments on behavior of spacedata and regionbase listsJulian Eisel
2016-07-28Fix own mistake from c05363e8895Julian Eisel
2016-07-27Fix crash closing Blender while in rendered local viewJulian Eisel
2016-07-27Fix memory leak when closing Blender with operator popup openJulian Eisel
2016-07-27Fix T48946: Blender+Tahiti+DRI3+Unity+Linux GUI corruption/not renderingSergey Sharybin
2016-07-27Avoid creating multiple outputs connected to the same socket when creating a ...Lukas Stockner
2016-07-27Fix T48061: Crash with adaptive domain and cases when there's no smokeAlexander Gavrilov
2016-07-27Fix T48760: Changing Renderlayer Compositor node Layer does not update enable...Sergey Sharybin
2016-07-27Fix T48829: Memory leak on Blender ExitSergey Sharybin
2016-07-27Fix T48950: Movie Clip mode segfaultsSergey Sharybin
2016-07-26Correct UI names of ID typesJulian Eisel
2016-07-26More useful block name for report popup blocksJulian Eisel
2016-07-26Fix T45936: invalid cycles motion blur for particle rotation and children.Alexander Gavrilov
2016-07-26Fix T48813: Custom icon is not drawn on header / addons prefs panel.Bastien Montagne
2016-07-26Fix issues in ID usages checks - we are not interested in self-usages here.Bastien Montagne
2016-07-26Fix T48902: MCE Dopesheet does not respect Left Click selectSergey Sharybin
2016-07-26Depsgraph: Use proper check whether ID is an objectSergey Sharybin
2016-07-26Depsgraph: Use proper unsigned int bitfield for layers flagsSergey Sharybin
2016-07-25Curve Drawing: use more closely spaced samplesCampbell Barton
2016-07-25OpenSubdiv: Fix opensubdiv option obscuring the interfaceSergey Sharybin
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-25OpenSubdiv: Fix missing support of flat shading in textured viewportSergey Sharybin
2016-07-25OpenSubdiv: Use proper material indexSergey Sharybin
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne
2016-07-25Cleanup: debug-only variable.Bastien Montagne
2016-07-25Curve Drawing: Use cyclic for stroke with near start/end pointsCampbell Barton
2016-07-25Curve Drawing: Add option to use new refit methodCampbell Barton
2016-07-25Curve Fitting: Add alternate 'refit' methodCampbell Barton
2016-07-24Fix T48397: Can not bake tweaked NLAKévin Dietrich
2016-07-24Fix T48663: The Soft Light blend type layer make the color darker in theKévin Dietrich
2016-07-23Cleanup: styleCampbell Barton
2016-07-23Cleanup: warningCampbell Barton
2016-07-23fix atan2f input conditionalMike Erwin
2016-07-22OpenSubdiv: Properly respect Subdivide UVs optionSergey Sharybin
2016-07-22Fix crash using ID remapping on invalid ID pairsJulian Eisel
2016-07-22OpenSubdiv: Initial support of UV maps in material shading modeSergey Sharybin
2016-07-22OpenSubdiv: Properly support active UV layer in textured viewSergey Sharybin
2016-07-22OpenSubdiv: Lay down fundamentals to support multiple UV mapsSergey Sharybin
2016-07-22Correct mistake comparing verticesCampbell Barton
2016-07-22use bool consistently, fix redundant conditionalMike Erwin
2016-07-22remove double-checked conditionsMike Erwin
2016-07-22Fix T48926: Subdivide edge-ring crashCampbell Barton
2016-07-22fix confusing operator precedenceMike Erwin