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-08-22GP: Add OPTYPE_USE_EVAL_DATA flag in paste to avoid undo crashAntonioya
2018-08-22Fix bevel crash T56287, when face strength goes to 1.Howard Trickey
2018-08-22Multires: implement reshape operationSergey Sharybin
2018-08-22Subsurf: Implement foreach traversal for subdivsion topologySergey Sharybin
2018-08-22Tool System: bevel now confirms on releaseCampbell Barton
2018-08-22Cleanup: free keymap status when not usedCampbell Barton
2018-08-22Multi-Object-Editing: bisect supportDalai Felinto
2018-08-22Cleanup: RNA namingCampbell Barton
2018-08-22Merge branch 'master' into blender2.8Campbell Barton
2018-08-22Cleanup: use EDBM prefixCampbell Barton
2018-08-22BMesh: loop-cut, display deformed coordinatesCampbell Barton
2018-08-22Tool System: loop cut, confirm on releaseCampbell Barton
2018-08-22Cleanup: styleCampbell Barton
2018-08-22Transform: factor out matrix multiply w/ snappingAndrew Hale
2018-08-21GP: Reduce list of modifiers affected by recalcAntonioya
2018-08-21GP: Force Fill triangulation data recalcAntonioya
2018-08-21Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
2018-08-21GP: Recalc fill triangulation in sculpt modeAntonioya
2018-08-21Fix a few unintended changes with new default startup.blend.Brecht Van Lommel
2018-08-21Fix T56472: maximizing editors does not preserve top/status bar hiding.Brecht Van Lommel
2018-08-21Fix crash in edbm_shortest_path_pick_exDalai Felinto
2018-08-21GP: Set default active layer when create stroke objectAntonioya
2018-08-21Multi-Objects: MESH_OT_dupli_extrude_cursorDalai Felinto
2018-08-21Fix wrong default properties editor tabs in default workspaces.Brecht Van Lommel
2018-08-21Python API: expose missing LAYER_MEMBER property type registration.Kenneth Perry
2018-08-21Cleanup: comment naming which will be changedCampbell Barton
2018-08-21Workbench: Support XRay rendering in OpenGLJeroen Bakker
2018-08-21Tool System: loopcut preview & activate on clickCampbell Barton
2018-08-21BMesh: split out edgering preview into own APICampbell Barton
2018-08-21Cleanup: trailing spaceCampbell Barton
2018-08-21Cleanup: rename gizmo access functionsCampbell Barton
2018-08-21Fix T56457: Crash when selecting Grease Pencil objectsJoshua Leung
2018-08-21Depsgraph: Add query methods to identify all the ID's that a given datablock ...Joshua Leung
2018-08-21Cleanup: Fix variable shadowingJoshua Leung
2018-08-21Cleanup: Fix typosJoshua Leung
2018-08-21Remove MESH_OT_drop_named_imageDalai Felinto
2018-08-21Multi-Objects: MESH_OT_colors_reverseDalai Felinto
2018-08-20Fix relationship lines selectableDalai Felinto
2018-08-20Object constraint lines viewport drawingDalai Felinto
2018-08-20Workspaces: remove separate workspaces.blend config file.Brecht Van Lommel
2018-08-20Workspaces: add new default workspaces in startup.blend.Brecht Van Lommel
2018-08-20Workspaces: replace bundled workspace.blend with embedded startup.blend.Brecht Van Lommel
2018-08-20Fix outliner crash loading some .blend files without treestore.Brecht Van Lommel
2018-08-20Fix system workspaces.blend not being found on some systems.Brecht Van Lommel
2018-08-20Wrokbench: Add support for maximum drawtype OB_TEXTUREClément Foucault
2018-08-20Bone Display: fix flickering issue with BBones in ortho viewClément Foucault
2018-08-20Object Mode: Add back support for the object "Maximum draw type" optionClément Foucault
2018-08-20Overlay: Add support for per object wirefram optionsClément Foucault
2018-08-20Merge branch 'master' into blender2.8Campbell Barton