2018-01-20: Weekly News¶
Hello and welcome to another issue of This Week in Blender Development! Blender is the free and opensource 3D creation suite for the next generation of artist. Follow the development on Twitter @BlenderDev.
This Week in Blender Development is openly developed on Github so please report any recommendations, bugs, or PRs for this website there.
If you have idea for some great feature that you think should be part of Blender try making a post on https://blender.community/c/rightclickselect/
Tip
Remember, you can test any changes done in master or blender2.8 by going to the developmental builds download page
Changes to Blender¶
master
- Loop Cut: Allow mouse placement w/ numeric input rB235f578a
- Add “Delete Invalid Drivers” operator rBc38ebf93
- Sculpting: Add an option to hide mask in viewport rB4d8b78b0
blender2.8
- Outliner: Get rid of Search Menu rB51bcf7bd
- Outliner: Remove User Preferences rBefe1af3d
- Outliner Filtering System rB37913cf5
- Eevee: Implement Sun area lighting rB03e432bc
- Outliner: Alphabetical sorting rB60eb897f
- Outliner: Rename “Active View Layer” > “View Layer” rB74f872df
- Outliner: View Layer: add option to add a new collection to the current view layer rB33ddd926
- Eevee: AO: Removes samples and denoise options rB9fd28c77
- Eevee: SSR: Remove ray count rB3cb2b295
- Deps Graph: Get rid of legacy extra recalc flags rBbf9460e3
greasepencil-object
- Remove simplify render options rBb0c08068
- New operator to clean boundary strokes rBd1f89c93
fracture_modifier
- UI: move animated mesh settings to new panel rB80671518
New Patches¶
Documentation¶
- None