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
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07use COMP instead of GL enum to construct vertex formatMike Erwin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-07fix use of uninitialized variableMike Erwin
2017-04-07use best GPU matrix function for the jobMike Erwin
2017-04-07OpenGL: Get rid of PRIM_QUADS usage in manipulators codeJulian Eisel
2017-04-07Fix drawing of planar transfrom manipulators, update matrix codeJulian Eisel
2017-04-073D View: manipulator from custom-manipulators branchCampbell Barton
2017-04-06Depsgraph: Remove old depsgraph header from window managerSergey Sharybin
2017-04-06Depsgraph: Remove print dependnecies operatorSergey Sharybin
2017-04-06Changes from custom-manipulators branchCampbell Barton
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-06Initialize immediate mode in Animation PlayerGermano Cavalcante
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-04-05GPU_immediate_util: missed last commitCampbell Barton
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-04-05Naming constancy for 'imm' utility functionsCampbell Barton
2017-04-04Immediate Mode: handle other cases of glPop/glPushClientAttribDalai Felinto
2017-04-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-03Cleanup: styleCampbell Barton
2017-04-01Cleanup: styleCampbell Barton
2017-03-31Merge branch 'master' into blender2.8Campbell Barton
2017-03-31WM: Previous commit broke common-case loading new fileCampbell Barton
2017-03-31Keep current app-template when selecting 'New File'Campbell Barton
2017-03-30Redraw parent popup when the child popup is closedraa
2017-03-30Fix breakage when using radial control (shift f) with weight paintDalai Felinto
2017-03-29Alternative fix for crash displaying 'New Window' keymap itemJulian Eisel
2017-03-29Prevent crash when seeing the window new on keymapsDalai Felinto
2017-03-29Merge branch 'master' into blender2.8Campbell Barton
2017-03-29Fix crash closing window in background modeCampbell Barton
2017-03-29Option to load startup file with empty-dataCampbell Barton
2017-03-29Fix memory leak re-registering operatorsCampbell Barton
2017-03-28Merge branch 'master' into blender2.8Bastien Montagne
2017-03-28Correct splash size checkCampbell Barton
2017-03-27CMake: WITH_PYTHON_SECURITY=OFF was ignoredCampbell Barton
2017-03-27OpenGL: remove several glMatrixMode callsMike Erwin
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-23Revert own previous commit, the bug is already fixed a fiew commits before. S...Alexander Romanov
2017-03-23Fix (unreported) assertion in immBegin. Zerro number of points (Ctrl+LMouse w...Alexander Romanov
2017-03-23Cleanup: remove redundant temp dir initCampbell Barton
2017-03-23Cleanup: minor wm_homefile_read simplificationCampbell Barton
2017-03-22OpenGL: use new API for persp & ortho projectionMike Erwin
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-22Cleanup: ignore open-blend as startup/prefs basisCampbell Barton
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-03-21OpenGL: convert to new matrix API (part 3)Mike Erwin
2017-03-20Merge branch 'master' into blender2.8Bastien Montagne