Blender Git Commits

Blender Git commits from all branches.

Page: 1193 / 2888

August 8, 2019, 02:54 (GMT)
Bevel Tool and Modifier: Small UI changes

Tool: Don't expand miter options, optimization.
Modifier: Don't show profile widget when not using custom profile
August 8, 2019, 00:45 (GMT)
Merge branch 'master' into soc-2019-outliner
August 7, 2019, 21:58 (GMT)
Exit OpenXR context/session gracefully if the runtime reports loss pending

Handle XR_TYPE_EVENT_DATA_INSTANCE_LOSS_PENDING and
XR_SESSION_STATE_LOSS_PENDING according to the specification.
August 7, 2019, 21:41 (GMT)
Bevel modifier / tool UI updates

Does not include hide-able custom profile.
August 7, 2019, 21:38 (GMT)
Profile Widget: Fix UI fill bug

The end of the high resolution samples needs to be manually filled with
the location of the end of the profile.
August 7, 2019, 21:05 (GMT)
Disable specular highlights in the VR viewport
August 7, 2019, 20:19 (GMT)
Reconfigure the outputs of the Noise node.

We changed the order of outputs so that the Value output is first. We did that because users mostly use the first output, and since noise is most commonly used as a bump texture, roughness textures, or to control other non-color data, it make sense that the first output should be the Value one. Previously, most users used the Color output for practically everything just because it is first in the output list. So reordering should save users some render time without them realizing.
August 7, 2019, 20:17 (GMT)
Fix xrDestroy calls to data already implicitly destroyed by OpenXR

Would effectifely result in null-ops, since the loader does good sanity
checks. The failing functions would still lead to error prints though.
August 7, 2019, 20:13 (GMT)
Correctly request session end according to OpenXR 1.0 specification
August 7, 2019, 19:07 (GMT)
Cloth: new attempt at sewing

Now it works for the most part but the mesh that is generated has some problems with the rendering. Need to look into this.
The cloth doesn't seem to get the updated vertices.
August 7, 2019, 18:26 (GMT)
Add new file and folder icons

These are much larger and can use other icons superimposed on them.

Curtesy of @jendrych, Andrzej Ambro?.
August 7, 2019, 18:12 (GMT)
GPencil: Simplify Merge by Distance operator

The old method to interpolate the position created a wrong merge. Now, always the secondary point is merged with the first one, except the last point.
August 7, 2019, 17:08 (GMT)
Bevel Custom Profile: Better vertex mesh "bulge"

The initial mesh created before the subdivision process follows the
general shape of the profile so that the finished vertex mesh generally
bulges in if more of the profile points are lower down and out if they're
further up.
August 7, 2019, 16:25 (GMT)
Merge branch 'master' into greasepencil-object
August 7, 2019, 15:01 (GMT)
GPencil: New Edit menu structure

Changes by @mendio
August 7, 2019, 13:13 (GMT)
Refactor and clean up White Noise node.
August 7, 2019, 12:52 (GMT)
Cloth: attempt at fixing caching

clmd->mesh was being changed when it was returned as mesh_result, so now we are creating a local copy of the same.
This is introduced another problem of the mesh not being correct when the playback is stopped. Need to look into this.
August 7, 2019, 12:40 (GMT)
Refactor and clean ip hashing code.
August 7, 2019, 12:17 (GMT)
Pass outliner type as a pointer

Also adjust if statements not to keep checking outliner types
when that type has been disabled.
August 7, 2019, 12:02 (GMT)
Merge branch 'master' into soc-2019-outliner
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021