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-11-05Fix (unreported) potential race condition in view_layer_bases_hash_create().Bastien Montagne
2018-11-05GP: Limit internally Time offset to something logicAntonioya
2018-11-05API Docs: gpu api introduction + examplesJacques Lucke
2018-11-05GP: More tweaks to Time OffsetAntonioya
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-05GP: Fix Time Offset bug when use rangeAntonioya
2018-11-05Wireframe: Extend Xray slider rangeClément Foucault
2018-11-05Eevee: Fix "Show Irradiance/cubemap" iconsClément Foucault
2018-11-05UI: Make the grid alpha themableClément Foucault
2018-11-05DRW: Fix crash with deferred compilationClément Foucault
2018-11-05Edit Mesh: Fix wire opacity when not rotating the view in Xray modeClément Foucault
2018-11-05LightProbe: Fix description of influence typeClément Foucault
2018-11-05GP: Change Lock icon and Popover titleAntonioya
2018-11-05UI VSE: Rename submode Image Preview to Preview.Pablo Vazquez
2018-11-05BLI_kdopbvh: reduce branching in calc_nearest_point_squared.Alexander Gavrilov
2018-11-05BLI_heap: optimize heap_swap, heap_down and heap_up.Alexander Gavrilov
2018-11-05GP: Add new layer above active layerAntonioya
2018-11-05Paint: setting the brush now updates tool slotsCampbell Barton
2018-11-05Paint: add tool offset & mode to runtime dataCampbell Barton
2018-11-05Missing from last commitCampbell Barton
2018-11-05Paint: add BKE_paint_ensure to initialize toolsettingsCampbell Barton
2018-11-05Cleanup: use boolCampbell Barton
2018-11-05UI: Add back line to curve mapCampbell Barton
2018-11-05UI: rename Cursor 'Depth' -> 'Surface Project'Campbell Barton
2018-11-05Cleanup: correct last commit, also use font_id varCampbell Barton
2018-11-05Gizmo: use fonts for drawing 3D axis charactersCampbell Barton
2018-11-05Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-05Fix various Freestyle rendering bugs.Brecht Van Lommel
2018-11-05Gizmo: tweak 3D view navigation axis sizesCampbell Barton
2018-11-04Fix missing NULL check initializing paint toolsCampbell Barton
2018-11-04Cleanup: style, use ARRAY_SET_ITEMS macroCampbell Barton
2018-11-04GP: New API to move layers in layer listAntonioya
2018-11-04Fix T57388: Blender Internal + Freestyle viewport render wrongly using FSAA.Irie Shinsuke
2018-11-04GP: Move init code to new version sectionAntonioya
2018-11-04Fix T57611: Crash on entering Grease Pencil Sculpt ModeAntonioya
2018-11-04GP: Time Offset verify range if loop is disabledAntonioya
2018-11-04GP: Reorganize Canvas GridAntonioya
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-11-04Merge branch 'master' into blender2.8Campbell Barton
2018-11-04Fix ghash masking out upper bits on 64bit systemsCampbell Barton
2018-11-04Cleanup: style, shadow warningCampbell Barton
2018-11-03GP: Update Canvas grid orientation when change optionAntonioya
2018-11-03GP: Fix Time Offset when range frame is 0Antonioya
2018-11-03UI: Draw curve map with solid colorCharlie Jolly
2018-11-03GP: New Time Offset custom frame range parametersAntonioya
2018-11-03GP: Fix update problems with Grid CanvasAntonioya
2018-11-03UI: remove grease pencil iconsCampbell Barton
2018-11-03GP: Use stroke and fill switches while drawingAntonioya
2018-11-03GP: New main switches to hide stroke and fill materialAntonioya
2018-11-03Correct error in last commitCampbell Barton