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-26WM: default tool was being set for space types w/o toolsCampbell Barton
2018-10-26PyAPI: draw handlers now store args in the capsule contextCampbell Barton
2018-10-26PyAPI: Temp workaround for crash removing cursorCampbell Barton
2018-10-26PyAPI: Make GPUVertFormat() argument optionalCampbell Barton
2018-10-25GP: Add warning when mix Build and Time OffsetAntonioya
2018-10-25GP: Include option to render layers by view layerAntonioya
2018-10-25Cleanup: comments and unused codeInes Almeida
2018-10-25Tool System: draw circle-select brush outlineCampbell Barton
2018-10-25Tool System: support custom cursor drawingCampbell Barton
2018-10-25PyAPI: initial gpu_extras module (circle drawing utility)Campbell Barton
2018-10-25PyAPI: rename GPL VertBuf.attr_fill identifier to idCampbell Barton
2018-10-25Depsgraph: don't lose the update tag on rebuild for op nodes with a name.Alexander Gavrilov
2018-10-25Cleanup: move params into their own structCampbell Barton
2018-10-25PyAPI: take paint-cursor space/region type argsCampbell Barton
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-10-25PyAPI: support for Python paint cursorsCampbell Barton
2018-10-25Merge branch 'master' into blender2.8Campbell Barton
2018-10-25WM: minor changes to cursor APICampbell Barton
2018-10-25Merge branch 'master' into blender2.8Campbell Barton
2018-10-25Cleanup: unused vars, correct bad (unused) logicCampbell Barton
2018-10-25Cleanup: unused variablesCampbell Barton
2018-10-25UI: move 2d paint panels to topbar & toolsettingsCampbell Barton
2018-10-25Fix top bar unified color & image paint brushCampbell Barton
2018-10-24GP: Fix compiler warningsAntonioya
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-10-24Fix T56172 Accessing COW data from RNA - DimensionBastien Montagne
2018-10-24GP: Add missing title for Armature modifierAntonioya
2018-10-24GP: Rename Fixed type in Time modifierAntonioya
2018-10-24GP: Add new Layer Pass Index filter to modifiersAntonioya
2018-10-24Fix T57361: Creating a new scene with a full copy doesn't work.Bastien Montagne
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-24Fix Python warnings when running in background.Brecht Van Lommel
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-24Merge branch 'master' into blender2.8Bastien Montagne
2018-10-24I18n: tweak/fix exception catching code of pgettex() wrapper.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