Blender Git Commits

Blender Git "master" branch commits.

Page: 1358 / 5574

January 23, 2019, 15:48 (GMT)
Fix T59152: dynamic topology constant detail should be in world space.

It seems more predictable, and makes more sense for future multi-object modes.
January 23, 2019, 14:33 (GMT)
UI: fix horizontal scrollbar overlapping last row of files

Depending on area size, the scrollbar covered the bottom of the text,
with the extra it will only cover the padding at worst.

Differential Revision: https://developer.blender.org/D4207
January 23, 2019, 14:23 (GMT)
UI: make editor corner splitting / joining more reliable.

* Add threshold for minimum amount of mouse movement for dragging to
get activated.
* Limit angles at which dragging is considered an action, do nothing if
mouse does not clearly move up/down/left/right.
* Increase action zone size vertically.

Differential Revision: https://developer.blender.org/D4227
January 23, 2019, 14:21 (GMT)
Fix T60791: Don't show automatic weights option when not supported

There are probably many more cases in which the menu looks a little different.
However, I don't know them all and it's too easy to break something accidentally here.
Maybe a user could try the different combinations of object types and check if there are entries that should not be there.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4240
January 23, 2019, 14:12 (GMT)
Fix T59939: Masks not Animating in Render

For now this is not part of copy-on-write, and needs extra animation
evaluation.

Reviewers: sergey, brecht

Maniphest Tasks: T59939

Differential Revision: https://developer.blender.org/D4140
January 23, 2019, 12:59 (GMT)
Cleanup: comments above struct members, shader group assignments

Avoid using pointer to pointer when building shader groups.
January 23, 2019, 12:37 (GMT)
3D View: draw clipping region

Only for workbench solid/wire modes.
January 23, 2019, 12:04 (GMT)
Fix T56877: Enabling mask Motion Blur overrides the Feather Falloff

Compositor makes a copy of mask before sampling the mask on different
time steps. The copy of layers did not copy falloff Settings.
January 23, 2019, 11:17 (GMT)
Fix T58994: Subdivision modifier generates artifacts with crease=1

The issue was caused by the lack of averaging of normals for
vertices which are on the ptex face boundaries.
January 23, 2019, 11:09 (GMT)
Merge branch 'blender2.7'
January 23, 2019, 11:07 (GMT)
Add font selection to VSE text strips

Allows users to select a font for text strips in the video sequence editor.

Related: 3610f1fc43d0 Sequencer: refactor clipboard copy to no longer increase user count.

Reviewed by: Brecht

Differential Revision: https://developer.blender.org/D3621
January 23, 2019, 11:06 (GMT)
Sequencer: refactor clipboard copy to no longer increase user count.

The clipboard is not a real user and should not be counted. Only on paste
should the user count increase.

This is part of D3621, and was implemented by Richard Antalik and me.
January 23, 2019, 09:51 (GMT)
Refactor: use guard clauses instead of nested conditionals
January 23, 2019, 09:50 (GMT)
3D View: add back clipping draw code (disabled)

Disabled for now because of draw-order issues.

Also move clipping test out of view3d_draw_legacy.c
January 23, 2019, 09:37 (GMT)
Fix T60778: Grease pencil Hook modifieronly affects strokes with more than 2 points

Also fixed Lattice and Noise modifier.
January 23, 2019, 09:27 (GMT)
Cleanup: Spelling in comment
January 23, 2019, 05:43 (GMT)
Fix T60781: DOF Distance (pick) crashes

From own recent changes c8e75c2b00cfb7e8
January 23, 2019, 05:30 (GMT)
RNA: expose Gizmo.use_operator_tool_properties
January 23, 2019, 05:24 (GMT)
Cleanup: use doxy comments for gizmo structs

Also move comments before members (better for clang-format).
January 23, 2019, 05:15 (GMT)
Fix T58199: Spin tool top bar settings don't apply
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021