Blender Git Commit Log

All Blender Git commits.

Page: 2584 / 8462

April 12, 2019, 10:50 (GMT)
clang-format: disable for DefNode

This doesn't format properly and gives different results on second
execution.
April 12, 2019, 10:48 (GMT)
Merge branch 'master' into temp-clang-format
April 12, 2019, 10:41 (GMT)
Cleanup: add back semicolons to DefNode

Causes extra-semicolon warning,
we'll need to disable clang-format for this file since it
won't format properly.

Reverts b389bb5ef8a
April 12, 2019, 10:04 (GMT)
UI: Re-order Properties tabs to follow the data hierarchy

- Group tabs together based on the data-flow
- Puts Physics and Particles next to Modifiers, with which they interrelate

See D4612

Reviewers: pablovazquez
April 12, 2019, 09:19 (GMT)
Cleanup: Fix comment typo
April 12, 2019, 09:15 (GMT)
Merge branch 'master' into greasepencil-object
April 12, 2019, 09:14 (GMT)
GPencil: Improves Dot Texture rotation

Before when you use textures in a Dot stroke, the texture did not rotate with the stroke and always kept locked to North (0, 1).

Now, the rotation of the texture is calculated using the previous point to determine the direction of the stroke and rotate the texture following the drawing path.
April 12, 2019, 08:33 (GMT)
Merge branch 'master' into soc-2018-npr
April 12, 2019, 08:32 (GMT)
added a new live remesh option.

If enabled, the modifier will be continously invoked, as usual. If disabled,
it will return the last automatically cached mesh, so basically the remesh
is "frozen", but still nondestructive / not applied yet.
Note, doesnt work yet in sculpt mode. There you may still need to apply
the modifier to update the base mesh. Or you can disable the modifier in
the stack to work on the base mesh, too. A third alternative is having
live remesh enabled with the modifier enabled, but this will cost some
sculpting performance and works at the moment only in material and rendered
mode.
April 12, 2019, 07:09 (GMT)
Fix T63452: View Port/render artifacts while camera movement in

Patch provided by @matc
April 11, 2019, 22:35 (GMT)
Sculpt mode: Grow and shrink mask filters
April 11, 2019, 17:43 (GMT)
Fix T63341: Xray mode makes some shading popover options grayed out despite them working

Do not gray out shading items if the xray alpha value is 1.
They are rendered correctly in viewport so there is no reason to mark
them as disabled in the shading menu.
April 11, 2019, 16:31 (GMT)
GPencil: Cleanup unused shader variable
April 11, 2019, 16:28 (GMT)
Fix T63467: Edge/vertex selection isnt working properly with X-ray set to 1

Edit mode shows the mesh elements in X-ray mode even if alpha is set to
1. Now the code takes this into account so that you can still select
visible mesh elements in X-ray edit mode.

view3d_draw_legacy need to be updated with the new XRAY flag macros to
avoid crashes. Additional cleanup of the XRAY macro flags were done.
April 11, 2019, 16:06 (GMT)
GPencil: Cleanup unused vars
April 11, 2019, 15:47 (GMT)
Fix 'static override' message showing in ID template tooltip.

We only want to show that when library overrides are enabled.
April 11, 2019, 15:47 (GMT)
Fix (unreported) potential infinite loop over collections' parents pointers.

It is crucial to properly tag as loopback that kind of pointers,
otherwise some users of libquery's foreach_ID might end up in infinite
loops.
April 11, 2019, 15:01 (GMT)
Cleanup: comments
April 11, 2019, 15:01 (GMT)
Cleanup: remove unused code

This variable was never used.
April 11, 2019, 15:01 (GMT)
curve_fit_nd: fix assert caused by too small epsilon

Curve decimate would assert in some cases.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021