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-11-26UI: rename "OpenGL" render engine to "Workbench".Brecht Van Lommel
2018-11-26Fix broken face select in paint modes with RMB select.Brecht Van Lommel
2018-11-26Viewport: implement hiding faces in paint modes.Alexander Gavrilov
2018-11-26GP: New Blend Layers functionalityAntonioya
2018-11-26Workbench: Add Curvature overlay for better visibility of surface detail for ...Lukas Stockner
2018-11-26Fix view layer set in the outliner of child window not syncing to parent window.Brecht Van Lommel
2018-11-26Keymaps: for LMB keymap, add ctrl+LMB to select bones in weight paint mode.Brecht Van Lommel
2018-11-26Keymaps: don't do CLICK event when PRESS was already handled.Brecht Van Lommel
2018-11-26Enable OpenSubdiv modifier by defaultSergey Sharybin
2018-11-26Inline function BKE_mesh_boundbox_calc inside BKE_mesh_texspace_calc to avoid...mano-wii
2018-11-26Hide OpenSubdiv compute deviceSergey Sharybin
2018-11-26Keymaps: keep Select Box as default tool.Brecht Van Lommel
2018-11-26Fix gizmos not using same tweak threshold as other places.Brecht Van Lommel
2018-11-26UI: expand tooltips for left/right click select.Brecht Van Lommel
2018-11-26Fix inverted texture paint overlay display icons.Alexander Gavrilov
2018-11-26Defaults: set "release confirms", for transform tweak with single click and d...Brecht Van Lommel
2018-11-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-26CMake: Remove Cycles specific OpenSubdiv optionsSergey Sharybin
2018-11-26Fix texture space not updating in edit mode.mano-wii
2018-11-26transform_snap_object: fix ray_start_correction in snap to edit_mesh.mano-wii
2018-11-26Fix T56167: Crash when extruding + snap to face.mano-wii
2018-11-26Fix T57985: Out of the edit mode, the texture space is affected by the modifi...Bastien Montagne
2018-11-26Fix T58032: particle children 'Use Clump Curve' crashPhilipp Oeser
2018-11-26UI: collapse redo panel by defaultCampbell Barton
2018-11-26Correct last commitCampbell Barton
2018-11-26UI: fix glitch showing redo panelCampbell Barton
2018-11-26Fix crash accessing mesh.point_normals defaultCampbell Barton
2018-11-26Keymap: use 'W' key for select toolbar shortcutCampbell Barton
2018-11-26Cleanup: remove unused code & add commentsCampbell Barton
2018-11-26Fix T58027: Scene.ray_cast crashCampbell Barton
2018-11-26Fix object selection in edit-modeCampbell Barton
2018-11-26Fix proportional edit-mode w/ multi-object editingCampbell Barton
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-26Fix extended shading pie menu not having same order as before.Brecht Van Lommel
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-26Cleanup: unused varsCampbell Barton
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-25Fix some errors in the Blender Light theme.Brecht Van Lommel
2018-11-25Fix missing versioning code for user preferences navigation bar.Brecht Van Lommel
2018-11-25Tools: add Select tool, with transform tweak on drag and no click delay.Brecht Van Lommel
2018-11-25Keymaps: add 3D view click empty space to deselect all.Brecht Van Lommel
2018-11-25Cleanup: Silent compiler warningAntonioya
2018-11-25UI: Disable font shadow in tooltipJulian Eisel
2018-11-25Fix mesh_build_data() calling mesh_finalize_eval() before copying texspace.Bastien Montagne
2018-11-25Cleanup: remove useless redundant NULL check.Bastien Montagne
2018-11-25Fix T57070, T57389, and other bbox-related issues with meshes.Bastien Montagne
2018-11-25UI: Disable font shadow in tabsJulian Eisel
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
2018-11-25Texture Paint: prevent normal angle masking duplicating backface culling.Alexander Gavrilov
2018-11-25Local ViewDalai Felinto