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-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-10-24Depsgraph: minor renaming and refactor of API for adding evaluation flags.Alexander Gavrilov
2018-10-24Subsurf: Remove edit mesh modifier callbacksSergey Sharybin
2018-10-24Cleanup: fix compiler warnings.Brecht Van Lommel
2018-10-24GP: Add layer pass index to time modifierAntonioya
2018-10-24Fix: buffer overflow when creating gpu.types.GPUIndexBufJacques Lucke
2018-10-24GP: Add new modes to Time Offset modifierAntonioya
2018-10-24GPUShader: shader.uniform_float, matrix parsingCampbell Barton
2018-10-24Partially revert "GPUShader: shader.uniform_float parameters"Campbell Barton
2018-10-24Fix T57359: Crash adding a Driver and then changing frameSergey Sharybin
2018-10-24Merge branch 'master' into blender2.8Bastien Montagne
2018-10-24Fix (unreported) bad halding of ID usercounts when fully copying a scene.Bastien Montagne
2018-10-24Fix error w/ poly-build clearing the edit-objectCampbell Barton
2018-10-24Fix T57351: Deform modifiers skipped in editmodeCampbell Barton
2018-10-24Fixup for LATTICE_OT_flipDalai Felinto
2018-10-24Silence some false positiver warningsDalai Felinto
2018-10-24Multi-Objects: LATTICE_OT_flipDalai Felinto
2018-10-24Fix mapped mesh display skipping generated facesCampbell Barton
2018-10-24Cleanup: use bmesh index access functionsCampbell Barton
2018-10-24Merge branch 'master' into blender2.8Campbell Barton
2018-10-24BMesh: inline index lookupsCampbell Barton
2018-10-24Fix T57366: Mesh.from_pydata invalid loose-edge stateCampbell Barton
2018-10-24Multi-Objects: LATTICE_OT_select_more/lessDalai Felinto
2018-10-24Multi-Objects: LATTICE_OT_select_ungroupedDalai Felinto
2018-10-23Eevee: Fix lightcache not working for small cachesClément Foucault
2018-10-23Eevee: Fix crash when clicking the lightcache bake button multiple timeClément Foucault
2018-10-23Eevee: Fix crash when bakingClément Foucault
2018-10-23Workbench: Use AntiAliasing in render even if not enabled in the User PrefsClément Foucault
2018-10-23Workbench: Fix Wrong AntiAliasing in rendersClément Foucault
2018-10-23Fix T57326: Adding Scene with Transparent Film to VSE Crashes BlenderClément Foucault
2018-10-23Wireframe: Fix wireframe object drawtype with "in front" draw optionClément Foucault
2018-10-23Xray Mode: Fix wireframe object display type not being correctly occludedClément Foucault
2018-10-23GP: Add new frame scale parameter to Time modifierAntonioya
2018-10-23Fix missing relations update after allocating compositorSergey Sharybin
2018-10-23Rename editor to "Texture Node Editor"Sergey Sharybin
2018-10-23Fix: missing sequencer updateJacques Lucke
2018-10-23GP: Rename modifier Time to Time OffsetAntonioya
2018-10-23Fix compiler error in WindowsAntonioya
2018-10-23Fix T57288: Assert when deleting duplicated collection (id->us == 0).Bastien Montagne
2018-10-23GP: Reduce samples in glowAntonioya
2018-10-23GPUShader: shader.uniform_float parametersJacques Lucke
2018-10-23Multi-Objects: Calculate Transform origin w/ all editmode meshesCampbell Barton
2018-10-23Fix T57190: loopcut crash w/o overlaysCampbell Barton
2018-10-23Cleanup: rename 'dm' -> 'me' for 'Mesh' typesCampbell Barton
2018-10-23Fix bad origindex layers for editmode modifiersCampbell Barton
2018-10-23DRW: workaround for editmode crash w/ constructive modifiersCampbell Barton
2018-10-23Cleanup: style, warningCampbell Barton
2018-10-23Cleanup: rename VertBuf.fill_attribute > attr_fillCampbell Barton
2018-10-22Fix various icon related issues:William Reynish
2018-10-22Fix build after recent changes, filename must have right case.Brecht Van Lommel