Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2024 / 5574

August 14, 2017, 21:21 (GMT)
[build_deps/Windows] Add numpy headers to the python include folder on windows, required for D2716
August 14, 2017, 21:11 (GMT)
[depsbuilder] fix outdated python patch on windows.
August 14, 2017, 21:11 (GMT)
[depsbuilder] Fix broken osl flags on windows.
August 14, 2017, 18:24 (GMT)
Cycles: Fixed broken camera motion blur when motion was not set to center on frame

Reviewers: #cycles, sergey

Reviewed By: #cycles, sergey

Subscribers: sergey

Differential Revision: https://developer.blender.org/D2787
August 14, 2017, 15:07 (GMT)
Merge branch 'master' into blender2.8
August 14, 2017, 14:38 (GMT)
Fix T52331: Motion blur shutter length not keyable

The only reason shutter time was marked as non-animatable is because Blender
Internal render does not support such animation. But this is something what
users are keeping asking for and now Blender Internal is on it's way out.

Enabled animation of this property, but noted in tooltip that Blender Internal
does not support animation of this property.
August 14, 2017, 13:40 (GMT)
Fix T52391: Crash on duplicating material.

Bug in new ID copying code, thanks once again to stupid nodetrees, we
ended up wrongly remapping MA node->id pointers to NodeTree when copying
materials using node trees...
August 14, 2017, 13:40 (GMT)
Cleanup: confusing naming in BKE_node_tree_copy_data().
August 14, 2017, 13:17 (GMT)
New ID Copying code: fix node_tree_copy_data still potentially increasing usercount of its gpencil pointer.

_copy_data() functions of datablocks shall never handle that, it's done
by generic calling code in library.c.
August 14, 2017, 12:55 (GMT)
Cycles: Guard memcpy to potentially re-allocating memory with lock

Basically, make re-alloc and memcpy from the same lock, otherwise one
thread might be re-allocating thread while another one is trying to
copy data there.

Reported by Mohamed Sakr in IRC, thanks!
August 14, 2017, 09:46 (GMT)
Tracking: Fix missing checks in operator poll functions

Reported by Vuk Garda?evi? (lijenstina) in IRC, thanks!
August 14, 2017, 09:43 (GMT)
Fix T51850: Motion tracking - poor performance with keyframe matching on large video

Enabled cache for frame accessor and tweaked policy so we guarantee keyframed
images to be always in the cache. The logic might fail in some real corner case
(for example, when doing multiple tracks at once on a system where we can not
fit 2 clip frames in cache) but things are much better now for regular use.
August 14, 2017, 09:43 (GMT)
Tracking: Make frame accessor cache safe for threading
August 14, 2017, 09:43 (GMT)
Tracking: Cleanup, newlines and comments
August 14, 2017, 09:43 (GMT)
Tracking: Cleanup, de-duplicate code
August 14, 2017, 09:43 (GMT)
Trackign: Add some basic logging about caching in frame accessor
August 14, 2017, 09:43 (GMT)
Tracking: Make frame access cache aware of region

Cache is still kept disabled, need to think of a policy for cache cleanup.
August 14, 2017, 09:43 (GMT)
Tracking: Correct comparison in cache keys

This code wasn't uses, but the key comparison was totally wrong.
August 14, 2017, 09:43 (GMT)
Tracking: Cleanup and some comments
August 14, 2017, 08:44 (GMT)
Move back master to BCon1 (aka alpha) status.

Forgot to do that the other week, master is no more 2.79 RC!
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021