Blender Git Commit Log

All Blender Git commits.

Page: 3655 / 8462

October 10, 2017, 14:18 (GMT)
Vertex Paint: use brush front-face setting

Follow sculpt mode more closely by using the brush front-face option.
October 10, 2017, 14:18 (GMT)
Sculpt: use tube falloff when calculating normals

Also apply 2D clamping for other tools when the option is set.
October 10, 2017, 14:18 (GMT)
Sculpt: clamp normal to plane w/ projected falloff

Allows for editing outlines w/o pushing geometry towards/away from
the view.
October 10, 2017, 14:18 (GMT)
Fix ruler access from search pop-up

D2831 by @1xundoredo
October 10, 2017, 14:18 (GMT)
Cleanup: style
October 10, 2017, 14:18 (GMT)
Fix T52514: don't clear filename when dropping directory path in file browser.
October 10, 2017, 14:18 (GMT)
Fix T52998: disabled menu entries responding to key shortcuts.
October 10, 2017, 14:18 (GMT)
Fix T53002: Batch-Generate Previews generate empty or none image for large objects.

Camera clipping was left to default values, which won't work well for
very large (or small) objects. Now recompute valid clipping start/end
based on boundingbox of rendered data, and final location of camera.
October 10, 2017, 14:18 (GMT)
Fix T53001: more workarounds for crash in AMD compiler with recent drivers.
October 10, 2017, 14:18 (GMT)
Code refactor: split displace/background into separate kernels, remove luma.
October 10, 2017, 14:18 (GMT)
Sculpt Mode: 2D falloff option

This makes brush influence into a tube instead of a sphere.
It can be used along the outline of a mesh to adjust it's silhouette.

Note that all this takes advantage of changes from vertex paint,
from testing this seems useful so exposing from the brush options.
October 10, 2017, 14:18 (GMT)
Vertex Paint: apply when cursor isn't over faces

This behavior makes more sense for sculpt, less so for painting.
Restores non PBVH behavior, adding `BKE_pbvh_find_nearest_to_ray` -
similar to ray-cast except it finds the closest point on the surface.
October 10, 2017, 14:18 (GMT)
Cleanup: rename dist -> depth

Prepare to add code that stores distance to the ray, avoid confusion.
October 10, 2017, 14:18 (GMT)
Cleanup: remove unused struct member

Merged with soc-2016-pbvh-painting, no longer needed.
October 10, 2017, 14:18 (GMT)
Disable cursor drawing while navigating

Was performing ray-casts in sculpt mode on every update.
October 10, 2017, 14:18 (GMT)
Fix sculpt secondary color missing some brushes

D2841 by @uvwxyz w/ edits
October 10, 2017, 14:18 (GMT)
Cleanup: use bool for brush checks
October 10, 2017, 14:18 (GMT)
Fix brush reset (missing notifier)

D2843 by @uvwxyz
October 10, 2017, 14:18 (GMT)
CMake: use restrict w/ gcc, not clang
October 10, 2017, 14:18 (GMT)
PyAPI: fast keyword parsing for bpy modules

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