Blender Git Loki

Blender Git "blender-v2.79b-release" branch commits.

Page: 16 / 22

December 30, 2017, 14:32 (GMT)
Fix T53273: render bake settings properties not showing correct Python path.
December 30, 2017, 14:31 (GMT)
Fix incorrect color management when saving JPG previews for EXR.
December 30, 2017, 14:31 (GMT)
Fix T53129: Cycles missing update when changing image auto refresh.

Previously auto refresh worked, but only if it was already enabled before
starting the viewport render.
December 30, 2017, 14:31 (GMT)
Fix compositor node links getting lost on file load for custom render passes.
December 30, 2017, 14:31 (GMT)
Fix T52514: don't clear filename when dropping directory path in file browser.
December 30, 2017, 14:30 (GMT)
Fix T52998: disabled menu entries responding to key shortcuts.
December 30, 2017, 14:30 (GMT)
Fix T52800: fix UI flickering with Mesa on Linux.

Use triple buffer by default now on all platforms, remaing ones where:
* Mesa: seems to have been working well for a long time now, and not using
it gives issues with the latest Mesa 17.2.0.
* Windows software OpenGL: no longer supported since OpenGL 2.1 requirement
was introduced.
* OS X with thousands of colors: this option was removed in OS X 10.6, and
that's our minimum requirement.
December 30, 2017, 14:25 (GMT)
Fix potential string buffer overruns.

Note that our library path handling is still rather dodgy on this
regards, shall take some time at some point to seriously sanitize it...
December 30, 2017, 14:24 (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.
December 30, 2017, 14:24 (GMT)
Fix missing ID remapping in Action editor callback.

Spotted by Joshua Leung (@aligorith), thanks!

Should probably be backported to 2.79a should we do it.
December 30, 2017, 14:05 (GMT)
Fix T52816: regression can't open file in 2.79 (crash).

Tentative fix, since I cannot reproduce thenissue for some reason here
on linux.

Core of the problem is pretty clear though, thanks to Germano Cavalcante
(@mano-wii): another thread could try to use looptris data after worker
one had allocated it, but before it had actually computed looptris.

So now, we use a temp 'wip' pointer to store looptris being computed
(since this is protected by a mutex, other threads will have to wait on
it, no possibility for them to double-compute the looptris here).

This should probably be backported to 2.79a if done.
December 30, 2017, 14:05 (GMT)
Add some security checks against future bad float UIprecision values.

This commit and previous one should be backported to 2.79a should we
release it.
December 30, 2017, 14:05 (GMT)
Fix (irc-reported by @sergey) invalid precision value in a float RNA property.

Maximum allowed UI float precision value is 6 (which means 7 digits).

Will change code checking on that in next commit.
December 30, 2017, 14:04 (GMT)
Fix T52729: Decimals not showing over 100m or 100 feet

Use same 5 digits precision as we already use for e.g. Object's
location, for Object's dimensions too.

To be backported to 2.79a, should we do it.
December 30, 2017, 14:04 (GMT)
Fix failure in our UI code that could allow search button without search callbacks, leading to crash.

Related to (exposed by) T52735, fixes the reported crash but not the
underlying issue.

To be backported to 2.79a should we do one.
December 30, 2017, 14:04 (GMT)
Fix T52984. Trackpad rotation to natural direction
October 3, 2017, 17:58 (GMT)
Docs: update API changelog to 2.79
September 12, 2017, 08:47 (GMT)
Update submodules to 2.79 release commits.

Should have been done before ahoy, sorry about that. Means 2.79 tag will
be one (no functionnal changes) commit ahead from our 2.79 builds, think
we can live with that.
September 11, 2017, 10:43 (GMT)
Update release cycle to 'release'.
September 11, 2017, 07:37 (GMT)
Fix T52696: Sculpt - Brush spacing pressure artifacts

Was caused by divide-by-zero in paint_stroke_integrate_overlap()
in paint_stroke.c, as identified by Bob Smith (uvwxyz).

Thanks for the report!
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021