Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2316 / 5574

July 25, 2016, 13:27 (GMT)
OpenSubdiv: Fix missing support of flat shading in textured viewport
July 25, 2016, 13:17 (GMT)
OpenSubdiv: Use proper material index
July 25, 2016, 13:07 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/BKE_particle.h
source/blender/blenkernel/intern/library.c
source/blender/blenkernel/intern/particle.c
July 25, 2016, 11:55 (GMT)
Cycles: Fix SSS with spatial splits and motion blur
July 25, 2016, 10:30 (GMT)
Resolve build error on OSX
July 25, 2016, 07:31 (GMT)
Cleanup: debug-only variable.
July 25, 2016, 05:12 (GMT)
Error in curve update, uninitialized var use
July 25, 2016, 04:55 (GMT)
Curve Drawing: Use cyclic for stroke with near start/end points
July 25, 2016, 04:55 (GMT)
Curve Drawing: Add option to use new refit method
July 25, 2016, 04:55 (GMT)
Curve Fitting: Add alternate 'refit' method

This is an alternative method for fitting a curve which incrementally simplifies the curve, then re-fits.

Generally gives better results, also improves corner detection.
July 24, 2016, 14:40 (GMT)
Fix use of uninitialized variable in recent SSS fix.
July 24, 2016, 01:18 (GMT)
Fix T48397: Can not bake tweaked NLA

We need to leave tweak mode before trying to modifiy the action as doing
so will leave Blender in a semi-corrupted state.

Reviewers: #animation

Reviewed by: aligorith

Maniphest Tasks: T48397

Differential Revision: https://developer.blender.org/D2119
July 23, 2016, 23:04 (GMT)
Fix T48663: The Soft Light blend type layer make the color darker in the
3D view

There was a misusage of the `outcol` and `texcol` params. The actual
formula should have been:

incol = facm * outcol + fact * ((one - outcol) * texcol * outcol +
outcol * scr);

To make sure the result is consistent with material mode, reuse the
material blend function (mix_soft), similarly to what most other texture
blend modes do.
July 23, 2016, 11:35 (GMT)
Audaspace: fix incorrect parameter check in python API.

Found by PVS-Studio T48917
July 23, 2016, 08:52 (GMT)
Cleanup: style
July 23, 2016, 08:52 (GMT)
Cleanup: warning
Revision bd11d91 by Mike Erwin
July 23, 2016, 01:00 (GMT)
fix atan2f input conditional

Suspicious conditional found by PVS-Studio T48917

Original code (from Blender?s initial open-source commit!) looks like
it?s testing inputs to atan2f, to avoid undefined function values.
Passing xn=0 does *not* always evaluate to 0 though? I?m not sure if
this is a coding error or was done for a desired visual result.

Also changed xn==0 to xn>=0 to avoid function call in more cases.

Good description and visualization of atan2f function:
http://en.cppreference.com/w/c/numeric/math/atan2
July 22, 2016, 15:53 (GMT)
OpenSubdiv: Properly respect Subdivide UVs option
Revision 7ca4cf2 by Julian Eisel
July 22, 2016, 15:13 (GMT)
Fix crash using ID remapping on invalid ID pairs

Missing NULL checks caused crash in BKE_reportf formatting.
July 22, 2016, 14:12 (GMT)
OpenSubdiv: Initial support of UV maps in material shading mode
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021