Blender Git Commit Log

All Blender Git commits.

Page: 2990 / 8462

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 (master)
September 6, 2018, 18:11 (GMT)
Merge branch 'master' into blender2.8
Revision a5bb401 by Brecht Van Lommel (master)
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
September 6, 2018, 13:00 (GMT)
Fix T56706: Lattice crash when enter in edit mode
September 6, 2018, 12:26 (GMT)
Multi-Objects: orthographic support for UV project

D3375 by @Al

I did a few changes before the commit:
* Initialize flot arrays with {0} instead of memset(foo, 0, sizeof(foo)).
* Use add_v4_v4 instead of for loop.
* Rename uv_map_rotation_matrix_w_offset > uv_map_rotation_matrix_ex.

bjects: orthographic support for UV project
Revision 6eeb07b by William Reynish / Brecht Van Lommel (master)
September 6, 2018, 12:13 (GMT)
UI: add mark/clear seam to UV menu in 3D viewport.
September 6, 2018, 11:37 (GMT)
GP: Add multiframe support to vertex group operators

Before, the operators only worked in the current frame
September 6, 2018, 11:26 (GMT)
UI / Python: rename X-Ray to In Front, Draw to Display.

See T56648.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021