-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2018-03-03.html
325 lines (284 loc) · 15.4 KB
/
2018-03-03.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-105840115-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title>2018-03-03: Weekly News — This Week in Blender Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="_static/css/basicstrap-base.css" type="text/css" />
<link rel="stylesheet" id="current-theme" href="_static/css/bootstrap3/bootswatch-flatly.css" type="text/css" />
<link rel="stylesheet" id="current-adjust-theme" href="_static/css/adjust_theme/bootswatch-flatly.css" type="text/css" />
<link rel="stylesheet" href="_static/css/font-awesome.min.css">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="_static/css/basicstrap.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/theme_overrides.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="_static/js/jquery.min.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/bootstrap3.min.js"></script>
<script type="text/javascript" src="_static/js/jquery.cookie.min.js"></script>
<script type="text/javascript" src="_static/js/basicstrap.js"></script>
<script type="text/javascript">
</script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="This Week in Blender Development" href="index.html" />
<link rel="next" title="2018-03-10: Weekly News" href="2018-03-10.html" />
<link rel="prev" title="2018-02-17: Weekly News" href="2018-02-17.html" />
</head>
<body role="document">
<div id="navbar-top" class="navbar navbar-fixed-top navbar-default" role="navigation" aria-label="top navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">This Week in Blender Dev</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown visible-xs">
<a role="button" id="localToc" data-toggle="dropdown" data-target="#" href="#">Table Of Contents <b class="caret"></b></a>
<ul class="dropdown-menu localtoc sp-localtoc" role="menu" aria-labelledby="localToc">
<ul>
<li><a class="reference internal" href="#">2018-03-03: Weekly News</a><ul>
<li><a class="reference internal" href="#changes-to-blender">Changes to Blender</a></li>
<li><a class="reference internal" href="#new-patches">New Patches</a></li>
<li><a class="reference internal" href="#other-projects">Other Projects</a></li>
<li><a class="reference internal" href="#documentation">Documentation</a></li>
</ul>
</li>
</ul>
</ul>
</li>
<li><a href="2018-02-17.html" title="2018-02-17: Weekly News" accesskey="P">previous </a></li>
<li><a href="2018-03-10.html" title="2018-03-10: Weekly News" accesskey="N">next </a></li>
<li><a href="genindex.html" title="General Index" accesskey="I">index </a></li>
<li class="visible-xs">
<form class="search form-search form-inline navbar-form navbar-right sp-searchbox" action="search.html" method="get">
<div class="input-append input-group">
<input type="text" class="search-query form-control" name="q" placeholder="Search...">
<span class="input-group-btn">
<input type="submit" class="btn" value="Go" />
</span>
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</li>
</ul>
</div>
</div>
</div>
<!-- container -->
<div class="container-fluid">
<!-- row -->
<div class="row">
<div class="col-md-3 hidden-xs" id="sidebar-wrapper">
<div class="sidebar hidden-xs" role="navigation" aria-label="main navigation">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">2018-03-03: Weekly News</a><ul>
<li><a class="reference internal" href="#changes-to-blender">Changes to Blender</a></li>
<li><a class="reference internal" href="#new-patches">New Patches</a></li>
<li><a class="reference internal" href="#other-projects">Other Projects</a></li>
<li><a class="reference internal" href="#documentation">Documentation</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="2018-02-17.html"
title="previous chapter">2018-02-17: Weekly News</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="2018-03-10.html"
title="next chapter">2018-03-10: Weekly News</a></p>
<div id="searchbox" role="search">
<h3>Quick search</h3>
<form class="search form-inline" action="search.html" method="get">
<div class="input-append input-group">
<input type="text" class="search-query form-control" name="q" placeholder="Search...">
<span class="input-group-btn">
<input type="submit" class="btn" value="Go" />
</span>
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
</div>
</div>
<div class="col-md-9" id="content-wrapper">
<div class="document" role="main">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="weekly-news">
<h1>2018-03-03: Weekly News<a class="headerlink" href="#weekly-news" title="Permalink to this headline">¶</a></h1>
<p class="feed-meta"></p>
<p>Hello and welcome to another issue of <em>This Week in Blender Development</em>!
<a class="reference external" href="https://www.blender.org/">Blender</a> is the free and opensource 3D creation
suite for the next generation of artist. Follow the development on Twitter
<a class="reference external" href="https://twitter.com/BlenderDev">@BlenderDev</a>.</p>
<p><em>This Week in Blender Development</em> is openly developed on
<a class="reference external" href="https://github.com/ThisWeekInBlenderDev">Github</a>
so please report any recommendations, bugs, or PRs for this website there.</p>
<p>If you have idea for some great feature that you think should be part of Blender
try making a post on <a class="reference external" href="https://blender.community/c/rightclickselect/">https://blender.community/c/rightclickselect/</a></p>
<div class="admonition tip">
<p class="first admonition-title">Tip</p>
<p class="last">Remember, you can test any changes done in <cite>master</cite> or <cite>blender2.8</cite>
by going to the <a class="reference external" href="https://builder.blender.org/download/">developmental builds download page</a></p>
</div>
<div class="section" id="changes-to-blender">
<h2>Changes to Blender<a class="headerlink" href="#changes-to-blender" title="Permalink to this headline">¶</a></h2>
<p class="rubric">master</p>
<ul class="simple">
<li>Cycles volume: fast empty space optimization (up to 2x speedup)
<a class="reference external" href="http://developer.blender.org/rB7377d411b47d50cd943cd33e3e55c0409bb79f91">rB7377d411</a></li>
<li>Collada: Adding support for Matrix Transformation export
<a class="reference external" href="http://developer.blender.org/rBa024da55af09fb75e3b72489a8696878909bf676">rBa024da55</a></li>
<li>Smoke: expose empty space clipping property to the UI
<a class="reference external" href="http://developer.blender.org/rB4403ca80bda690c0ac44e4a6db0cddf4b2428006">rB4403ca80</a></li>
<li>Cycles: add Principled Volume shader.
<a class="reference external" href="http://developer.blender.org/rB0aec2dcd3ae0ed382ffe7b3311a4e30fc88398e4">rB0aec2dcd</a></li>
<li>Cycles: Speedup rendering of dense volumes (30% speedup)
<a class="reference external" href="http://developer.blender.org/rB5d5c6bb5efee9bd03004845f9b1eee9d43883525">rB5d5c6bb5</a></li>
<li>Animation: When scaling keyframes, merge (by-averaging) selected keys that end up on the same frame
<a class="reference external" href="http://developer.blender.org/rBac717928ad027b3a048e6aba7e4f64e4a617d8cc">rBac717928</a></li>
</ul>
<p class="rubric">blender2.8</p>
<ul class="simple">
<li>WorkSpace: show/hide opt-out support for add-ons
<a class="reference external" href="http://developer.blender.org/rB61c8ed40f5df897da212b55dadeee252c8d3997b">rB61c8ed40</a></li>
<li>WorkSpace: UI filtering for add-ons
<a class="reference external" href="http://developer.blender.org/rBd937d06c02f62c11385c1c1f58d963fec03365d9">rBd937d06c</a></li>
<li>Cycles: add back point density texture support
<a class="reference external" href="http://developer.blender.org/rB000002e42df54b00009fe1d2341d27d8cc418925">rB000002e4</a></li>
<li>EEVEE: Compositing and rendering of multi-layers support
<a class="reference external" href="http://developer.blender.org/rB06420c5fe8fda54c543f26f9d95d2c6fcf5161cd">rB06420c5f</a></li>
<li>Viewport: Speed up many unique objects (up to 3x speedup)
<a class="reference external" href="http://developer.blender.org/rB241c90c92d8dfc4f98daad71fb75390793777a86">rB241c90c9</a></li>
<li>Eevee: add Principled Volume shader
<a class="reference external" href="http://developer.blender.org/rB38ccd1fe33e61a6d609273dd87d3a4c69d62f368">rB38ccd1fe</a></li>
<li>WorkSpace: object-mode switching support
<a class="reference external" href="http://developer.blender.org/rB4ab002bca36ace4d2b4b21efce622a682b99b844">rB4ab002bc</a></li>
<li>Viewport: Small speedup.
<a class="reference external" href="http://developer.blender.org/rBc5eba46d7f4ddfcdf372a3f4968e4d170ee0a002">rBc5eba46d</a></li>
</ul>
<p class="rubric">greasepencil-object</p>
<ul class="simple">
<li>New Eraser brush
<a class="reference external" href="http://developer.blender.org/rB32c4bc3417a247609ef8875c03c0b7153e224878">rB32c4bc34</a></li>
<li>New Draw mode “Boxes”
<a class="reference external" href="http://developer.blender.org/rB5a37f69467ac06d2d1bb78553b9901c984d17422">rB5a37f694</a></li>
<li>Interpolate mouse movement for fast drawing
<a class="reference external" href="http://developer.blender.org/rBa636f3fbd148daa6aa05a0b276faa260738b446f">rBa636f3fb</a></li>
<li>Add UV rotation option to Smooth and Noise modifiers
<a class="reference external" href="http://developer.blender.org/rB803f80c673fd8c4794e354e7693113f476bb0553">rB803f80c6</a></li>
<li>Apply Smooth and Random sculpt to UV rotation
<a class="reference external" href="http://developer.blender.org/rB71f0e59b2e348c7376b5ec9e92c783c7def3b0ec">rB71f0e59b</a></li>
<li>New UI parameter to define UV rotation randomness
<a class="reference external" href="http://developer.blender.org/rB11910fdb505b97732b0aa96c56a2eef617f1b986">rB11910fdb</a></li>
<li>New point fields for UV data
<a class="reference external" href="http://developer.blender.org/rBf0419a4a2a4237e5a5a807c918923a49dbb0f890">rBf0419a4a</a></li>
</ul>
<p class="rubric">fracture_modifier</p>
<ul class="simple">
<li>Add vertex group to influence metaball radii
<a class="reference external" href="http://developer.blender.org/rBc381b3fadc3788492adb7786d8f4031ffba8ee71">rBc381b3fa</a></li>
<li>Optionally restore old activation behavior with broken constraints
<a class="reference external" href="http://developer.blender.org/rBfb8acd8b33310919c38cb1e208fdbdb9dc655d27">rBfb8acd8b</a></li>
</ul>
</div>
<div class="section" id="new-patches">
<h2>New Patches<a class="headerlink" href="#new-patches" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Freestyle: work in progress patch to show possible integration
<a class="reference external" href="http://developer.blender.org/D3086">D3086</a></li>
<li>First steps for a User-Preferences/Settings redesign
<a class="reference external" href="http://developer.blender.org/D3088">D3088</a></li>
<li>Array modifier: Do not merge vertex groups with different names
<a class="reference external" href="http://developer.blender.org/D3092">D3092</a></li>
<li>Cycles: add anisotropy to random walk subsurface scattering.
<a class="reference external" href="http://developer.blender.org/D3094">D3094</a></li>
</ul>
</div>
<div class="section" id="other-projects">
<h2>Other Projects<a class="headerlink" href="#other-projects" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>None</li>
</ul>
</div>
<div class="section" id="documentation">
<h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><a class="reference external" href="https://code.blender.org/2018/03/eevee-f-a-q/">EEVEE FAQ</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /row -->
<!-- row -->
<div class="row footer-relbar">
<div id="navbar-related" class=" related navbar navbar-default" role="navigation" aria-label="related navigation">
<div class="navbar-inner">
<ul class="nav navbar-nav ">
<li><a href="index.html">This Week in Blender Dev</a></li>
<li><a class="reference external" href="rss.xml">RSS Feed</a></li>
<li><a class="reference internal" href="feed.html"><span class="doc">Past Weeks</span></a></li>
<li><a class="reference external" href="https://github.com/ThisWeekInBlenderDev/source">Source Code</a></li>
<li><a class="reference external" href="https://creativecommons.org/licenses/by-sa/4.0">License</a></li>
</ul>
<ul class="nav navbar-nav pull-right hidden-xs hidden-sm">
<li><a href="2018-02-17.html" title="2018-02-17: Weekly News" >previous</a></li>
<li><a href="2018-03-10.html" title="2018-03-10: Weekly News" >next</a></li>
<li><a href="genindex.html" title="General Index" >index</a></li>
<li><a href="#">top</a></li>
</ul>
</div>
</div>
</div><!-- /row -->
<!-- footer -->
<footer role="contentinfo">
</footer>
<!-- /footer -->
</div>
<!-- /container -->
</body>
</html>