Blender Git Commits

Blender Git "master" branch commits.

Page: 1060 / 5574

September 5, 2019, 18:44 (GMT)
Cleanup: reuse mesh select mode enum
September 5, 2019, 18:28 (GMT)
Cleanup: Cmake submodule checks

It is a pain if the subfile we are checking if it exists gets
renamed/removed.

Instead we can check if the directory is empty.

Reviewers: mont29

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D5653
September 5, 2019, 17:48 (GMT)
Fix unreported: snapping to 3d tracking markers sometimes fails
September 5, 2019, 17:35 (GMT)
Transform: Split transform_conversions into multiple files.

Part of T68836

`transform conversions.c` is a file that is getting too big (almost 10,000 lines).
So it's a good idea to split it into smaller files.

differential revision: https://developer.blender.org/D5677
September 5, 2019, 17:10 (GMT)
Fix T69513: Grease Pencil Fade Layers Overlay only works in Material and Texture Shading

The overlay factor was not used in other modes.
Revision caaaac1 by Erik Abrahamsson / Philipp Oeser
September 5, 2019, 15:55 (GMT)
Improve some textures UI properties click-drag precision

When click-dragging to change values in textures (for example Musgrave-
>Size to give an example) the step size is too big.

Reviewers: brecht, lichtwerk

Reviewed By: brecht, lichtwerk

Differential Revision: https://developer.blender.org/D5661
September 5, 2019, 15:45 (GMT)
Fix T68840: Metaballs update 'NEVER' method not working

Was always evaluating due to typo in rB34ab90f546f0.

Reviewers: brecht

Maniphest Tasks: T68840

Differential Revision: https://developer.blender.org/D5695
September 5, 2019, 15:37 (GMT)
Eevee: Shadow map refactor

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5659
September 5, 2019, 14:59 (GMT)
Cleanup: de-duplicate code
September 5, 2019, 14:35 (GMT)
Depsgraph: Ensure it's fully evaluated after POST callbacks

It is possible that POST callbacks will modify objects or relations.
This change makes it so an extra update pass is done if needed.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5690
September 5, 2019, 11:47 (GMT)
UI: use boolean for sequencer reverse frames

Revert part of 04b86c21bf522

The option to reverse frames is used elsewhere as a boolean
which makes sense since reversing playback is a special case.
September 5, 2019, 11:29 (GMT)
GPencil: New Operator to set the active object material based on the selected stroke material

The operator set as active object material the material used in the selected stroke.

Access to the operator were added in the stroke menu and context stroke menu.

Reviewers: antoniov, pepeland

Tags: #bf_blender, #grease_pencil

Differential Revision: https://developer.blender.org/D5692
Revision 3a0b22b by Omar Emara
September 5, 2019, 11:25 (GMT)
Fix T69532: Wave texture fails with a compile error.

`noise_turbulence` was renamed to `fractal_noise`.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5691
Revision c060a4a by Omar Emara
September 5, 2019, 11:21 (GMT)
Fix: Compile error due to undefined isinf function.

Some implementations of the standard c++ library doesn't define its
functions in the global namespace. So the `isinf` function might
fail in some systems. To fix this, we use the `ensure_finite`
function instead.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5687
September 5, 2019, 10:52 (GMT)
Buildbot: enable tests to run again

These will not stop the build on failure yet, first step is to get them passing
more reliably.
September 5, 2019, 10:06 (GMT)
Tracking: Enable "Render Undistorted" only if there is actual distortion

Applies to "Setup Tracking Scene" operator which configures background
images for the viewport.

Solves unnecessary slowdown and higher memory usage when camera's model
does not have any effective distortion.

Differential Revision: https://developer.blender.org/D5520
September 5, 2019, 09:57 (GMT)
Depsgraph: Free user code from worry about updates flush
September 5, 2019, 09:57 (GMT)
Depsgraph: Pass bmain to evaluation function

Currently unused, makes code ready for an upcoming change.
September 5, 2019, 08:51 (GMT)
Industry Compat keymap: Add Batch Rename to Alt-Return
September 5, 2019, 08:21 (GMT)
File Browser UI: Use 'Install' instead of ''Install Add-on from File...' as the name of the execute button

The old name didn't fit inside the button, and this fits with simpler Open/Save labels too.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021