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
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21Fix T79056: Topology automasking artifacts in multiresPablo Dobarro
2020-07-21Fix T79007: Smooth brushes crasing in dyntopoPablo Dobarro
2020-07-21Cleanup: move 'int i' declarationGermano Cavalcante
2020-07-21UI: Use consistent layout for custom operator UIHans Goudey
2020-07-21UI: Add an outer boundary for edge panning, use in outlinerHans Goudey
2020-07-21Fix (unreported) broken code in recent override operator enhancements.Bastien Montagne
2020-07-21Fix T78994: Clear selected pose doesn't work without animationHans Goudey
2020-07-21Cleanup: CodeQuality: Replace OB_DRAWXRAY by OB_DRAW_IN_FRONTClément Foucault
2020-07-21Fix T79112: Redo shrink/fatten uses negative valuesCampbell Barton
2020-07-21Fix T72621: Transform object origin support for grease-pencilSebastian Parborg
2020-07-21Fix (unreported) bad handling of detection of what to override from 3DView in...Bastien Montagne
2020-07-21Cleanup: spellingCampbell Barton
2020-07-21Fix UV edge/face sync selection from recent sticky select cleanupCampbell Barton
2020-07-21Cleanup: simplify sticky UV selectionCampbell Barton
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-20Fix weird placement of "Motion Tracking" in 3D View overlay popupJulian Eisel
2020-07-20Python API: option to use OpenGL context in RenderEngine.renderMiguel Pozo
2020-07-20Fix T78960: 2.83.2 not opening a 2.82a project correctly.Bastien Montagne
2020-07-20Fix T70455: Knife Tool failing to cut edgesGermano Cavalcante
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-20Fix T79089: Crash changing themesCampbell Barton
2020-07-20Fix T79077: Off-screen rendering ignores shading argumentCampbell Barton
2020-07-20UI: use "Recalculate" instead of "Recalc"Yevgeny Makarov
2020-07-19Fix T78624: Crash running operators from Python in background modeCampbell Barton
2020-07-19Cleanup: unused argument warningCampbell Barton
2020-07-19Cleanup: spellingCampbell Barton
2020-07-18UI: Status Bar Statistics and Other OptionsHarley Acheson
2020-07-18UV: edge-ring selection supportCampbell Barton
2020-07-18Cleanup: split UV loop select out of mouse picking functionCampbell Barton
2020-07-18UV: utility functions for sticky select settingCampbell Barton
2020-07-18Cleanup: spellingCampbell Barton
2020-07-18Cleanup: UV selectionCampbell Barton
2020-07-18Cleanup: KnifeTool: Replace glPolygonOffset by GPU_polygon_offsetClément Foucault
2020-07-18Cleanup: GPU: Encapsulate clipDistancesClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glProvokingVertexClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glFrontFaceClément Foucault
2020-07-18Cleanup: GPU: Encapsulate Backface cullingClément Foucault
2020-07-18Cleanup: View3D: Encapsulate OpenGL callsClément Foucault
2020-07-18Cleanup: GPU: Encapsulate scissor testClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glViewport callsClément Foucault
2020-07-18Cleanup: GPU: Wrap GL_UNPACK_ROW_LENGTH in GPU_stateClément Foucault
2020-07-18Cleanup: Sequencer: Use GPUTexture instead of opengl callsClément Foucault
2020-07-18Cleanup: glutil: Use GPUTexture in immDrawPixelsTexScaled_clippingClément Foucault
2020-07-18Cleanup: ClipDraw: Use GPUTexture api and fix a vmem leakClément Foucault
2020-07-18Cleanup: ClipDraw: Remove usage of GPU_SHADER_3D_IMAGE_MODULATE_ALPHAClément Foucault
2020-07-18Cleanup: PaintCursor: Use GPUTexture instead of opengl callsClément Foucault
2020-07-18Cleanup: GPU: Make icon drawing use GPUTextureClément Foucault
2020-07-18Cleanup: GPU: rename bglPolygonOffset to GPU_polygon_offsetClément Foucault
2020-07-18Cleanup: GPU: Replace glBlendFunc by GPU equivalentClément Foucault