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-08-08Fix T56251: Outliner crash on selecting nested.Bastien Montagne
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Fix T54584: Crash w/ image undoCampbell Barton
2018-08-08Minor tweak to last commitCampbell Barton
2018-08-083D View: hide object centers in paint modesCampbell Barton
2018-08-08UI: only show vertex select w/ weight paint modeCampbell Barton
2018-08-08Vertex Paint: use original mesh dataCampbell Barton
2018-08-08Fix missing uniform for vert/weight/texture paintCampbell Barton
2018-08-08UV: stitch multi-object supportCampbell Barton
2018-08-08UI: don't show pie menu w/ no active objectCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Cleanup: correct header guardCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Cleanup: indentationCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Cleanup: styleCampbell Barton
2018-08-07Cleanup: Fix stupid duplicationAntonioya
2018-08-07Fix memory leak in previous commitAntonioya
2018-08-07Fix T56266: Second try to fix material problemsAntonioya
2018-08-07Fix T56266: Grease Pencil Tint and Color modifier error when applyAntonioya
2018-08-07Cleanup: Tag only objects of the scene collectionsAntonioya
2018-08-07Fix T56263: Crash when sculpting a GP object with animationAntonioya
2018-08-07Cleanup GP: Change playing field to booleanAntonioya
2018-08-07Fix T56261: Grease Pencil simplify options get segment faultAntonioya
2018-08-07Fix T56252: Selectable Bases includes hidden objectsCampbell Barton
2018-08-07Fix T56258: Solidify assert w/ empty meshCampbell Barton
2018-08-07Fix T56255: Crash w/ collection access from PythonCampbell Barton
2018-08-06GP: Add Simplify Shader FX optionAntonioya
2018-08-06GP: Fix Front z-depth display precisionAntonioya
2018-08-06PyAPI: Make skin modifier roots settableAndrew Hale
2018-08-06Fix horrible invalid mesh freeing in weightvg modifiers.Bastien Montagne
2018-08-06Cleanup LIB_ID_COPY_ flags a bit, add missing comment.Bastien Montagne
2018-08-06Merge branch 'master' into blender2.8Campbell Barton
2018-08-06Fix T55012: Corruption editing screen keymapCampbell Barton
2018-08-06Cleanup: unused varsCampbell Barton
2018-08-06Cleanup: line lengthCampbell Barton
2018-08-05Fix T54915: Usercount of active action increases when editing things with COW...Bastien Montagne
2018-08-05GP: Add python api to create brush settings for grease pencilAntonioya
2018-08-05GP: Fix NULL pointer when preview is not readyAntonioya
2018-08-05Minor fix unused var compiler warning.Bastien Montagne
2018-08-05Fix indentation, spacing and added commentsRohan Rathi
2018-08-04Initialized normal data in BevModRohan Rathi
2018-08-04Added some comments to bevel_harden_normals for bev toolRohan Rathi
2018-08-04Added comments to functionality in main bevel codeRohan Rathi
2018-08-04Added comments to seam and sharp len, removed unused varRohan Rathi
2018-08-04Fixed hnmode not being passed with bevel toolRohan Rathi
2018-08-04Added comments on hn_mode, BMOps on bevelRohan Rathi
2018-08-04Fixed comment formatting in editmesh.cRohan Rathi