Blender Git Commits

Blender Git "master" branch commits.

Page: 1569 / 5574

September 7, 2018, 09:55 (GMT)
Silence warning in release mode
September 7, 2018, 09:54 (GMT)
Subdiv: Add ptex offsets to a subdiv structure

This is something what we need to know quite often from various places.
Added it as a cached value in Subdiv itself, so it can be queried easily
from any area.

Shouldn't be a problem from memory usage point of view, it's 4MB per
1M faces coarse mesh. This is very low percentage of mesh itself, and
even lower percentage of highres subdivided mesh.
September 7, 2018, 09:04 (GMT)
Cleanup: Unused undef

That symbol is never defined.
September 7, 2018, 07:29 (GMT)
GP: Fix unreported crash when use Alt key in Surface draw
September 7, 2018, 06:32 (GMT)
Gizmo: fix extrude handles

Only use the 2D selection function when 3D selection isn't defined.

Regression from e18a2c4ed7b
September 7, 2018, 03:38 (GMT)
Fix T56707: Assert changing grease pencil modes
September 7, 2018, 02:14 (GMT)
UI: move toolbar arrow closer to button edge

Could overlap icons.
September 7, 2018, 01:46 (GMT)
UI: add useful information to 'Measure' tooltip
September 7, 2018, 01:32 (GMT)
Fix missing line width for helper line drawing

Also scale by pixel size.
September 7, 2018, 01:25 (GMT)
Merge branch 'master' into blender2.8
September 7, 2018, 01:18 (GMT)
Fix normal transform orientation calculation

When using the 'normal' orientation, the normal would be ignored
if the plane couldn't be calculated.

Now use only the normal if the plane is zero length,
this was already done, just not in all cases.
September 7, 2018, 00:57 (GMT)
Fix own error in changes to transform logic

Regression in 3c8e4e4180
Revision 3733c52 by Brecht Van Lommel
September 6, 2018, 18:11 (GMT)
Merge branch 'master' into blender2.8
Revision a5bb401 by Brecht Van Lommel
September 6, 2018, 18:09 (GMT)
Cleanup: fix compiler warning.
September 6, 2018, 18:06 (GMT)
Fix T56704: black / NaN values in Cycles normal pass.
September 6, 2018, 15:46 (GMT)
Fix T56698: saving render result from compositing as EXR is empty.
September 6, 2018, 15:35 (GMT)
Fix T56643: crash drag & dropping ID onto a text field.
September 6, 2018, 15:16 (GMT)
Cleanup: remove unused Blender Internal preview.blend.
September 6, 2018, 15:10 (GMT)
Fix T54329: brush texture preview not working.

With the removal of blender internal, the texture preview had to be
rewritten. Now we evaluate and write the texture directly to the
preview buffer instead of going through the renderer.

Differential Revision: https://developer.blender.org/D3670
September 6, 2018, 13:00 (GMT)
Fix T56705: Z axis do not displays in side views
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021