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
2018-06-11Revert "Cleanup: remove image->bindcode, always wrap in GPUTexture."Brecht Van Lommel
2018-06-11Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Fix part of T55439: don't add indirectly linked objects to the scene on link.Brecht Van Lommel
2018-06-11Drivers: ensure Python expressions are cached with copy-on-write.Brecht Van Lommel
2018-06-11Cleanup: fix compiler warnings.Brecht Van Lommel
2018-06-11Fix crash with OpenGL rendering in multiple threads on macOS.Edmund Kapusniak
2018-06-11Pose: optimize pose rebuild for copy-on-write.Brecht Van Lommel
2018-06-11Cleanup: add simplified panel callbacksCampbell Barton
2018-06-11Improve/partially fix overriding of Object material pointers.Bastien Montagne
2018-06-11Fix crash when doing Sculpt->Edit->Sculpt switch.Bastien Montagne
2018-06-11WM: use layout/draw callbacks for buttons spaceCampbell Barton
2018-06-11WM: split panel drawing into layout and drawCampbell Barton
2018-06-11Outlines: Make Xray outlines 2px thick instead of 3pxClément Foucault
2018-06-11Outlines: Make outlines in xray mode not occluded.Clément Foucault
2018-06-11Revert previous commit and do proper fix for missing typeinfo in nodes.Bastien Montagne
2018-06-11Fix crash in loading/applying static overrides of some nodal material.Bastien Montagne
2018-06-11Cleanup: remove unused DAG_EVAL_PREVIEW mode.Brecht Van Lommel
2018-06-11Cleanup: remove object.is_visible.Brecht Van Lommel
2018-06-11Fix incorrect object selection test in outliner and rigid body.Brecht Van Lommel
2018-06-11Fix merge error in 908b696, removed files were accidentally added back.Brecht Van Lommel
2018-06-11Fix: Remove UI_BLOCK_MOVEMOUSE_QUIT from popoversJoshua Leung
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Workbench: API ChangesJeroen Bakker
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-11Fix T55440: Pose Mode CrashDalai Felinto
2018-06-11Render: Fix build problem with missing GL/glew.hfclem
2018-06-11Fix separator element for headers with multiple directionsDalai Felinto
2018-06-11UI: Separator spacerDalai Felinto
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Render: Create a separate gl context for rendering.Clément Foucault
2018-06-11GHOST: Delay opengl context initializationClément Foucault
2018-06-11DRW: Rename ogl_context to gl_contextClément Foucault
2018-06-11DRW: Add cache reset.Clément Foucault
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-11MetaBall support for Workbench + EEVEEJeroen Bakker
2018-06-11Workbench: Flipping MatCaps for forward shadingJeroen Bakker
2018-06-11Fix pchan head/tail original values not being setCampbell Barton
2018-06-11Fix bad level stubsSergey Sharybin
2018-06-11Revert unintended changes to depsgraphDalai Felinto
2018-06-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-06-11Cleanup: Use BLI_strncpySergey Sharybin
2018-06-11Merge branch 'master' into blender2.8Campbell Barton
2018-06-11path_util: avoid overflow w/ strtoll useCampbell Barton
2018-06-113D View: move screen overlays to the topCampbell Barton
2018-06-11Merge branch 'master' into blender2.8Philipp Oeser
2018-06-11Fix PyConsole: Drag events finished early in modal text selectionPhilipp Oeser
2018-06-11Merge branch 'master' into blender2.8Philipp Oeser
2018-06-11Fix T55140: opened image doesn't show up in movie clip editorPhilipp Oeser
2018-06-11WIP: Add driver eyedropper operator button beside the "add input" buttonJoshua Leung