Blender Git Loki

Blender Git commits from all branches.

Page: 1626 / 2888

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
December 30, 2017, 12:18 (GMT)
Fix problem with primitive reproject

The apply parent must be applied after reproject.
December 30, 2017, 11:50 (GMT)
Add primitives to draw special menu
December 30, 2017, 11:04 (GMT)
Avoid fill with color without fill enabled
December 30, 2017, 11:03 (GMT)
Add fill operator to special menu
December 30, 2017, 10:37 (GMT)
acceleration maps are kinda hard to get right... another attempt
December 30, 2017, 08:44 (GMT)
Mouse-picking operator for groom vertex selection.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021