Revision a8eaaa2 by Ray molenkamp August 14, 2017, 21:21 (GMT) |
[build_deps/Windows] Add numpy headers to the python include folder on windows, required for D2716 |
Revision e79db3b by Ray molenkamp August 14, 2017, 21:11 (GMT) |
[depsbuilder] fix outdated python patch on windows. |
Revision 30e0100 by Ray molenkamp August 14, 2017, 21:11 (GMT) |
[depsbuilder] Fix broken osl flags on windows. |
Revision 86eb898 by Stefan Werner 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 |
Revision 3ab46f4 by Bastien Montagne August 14, 2017, 15:07 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 595cfd2 by Sergey Sharybin 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. |
Revision 3cd51c0 by Bastien Montagne 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... |
Revision 03a02cd by Bastien Montagne August 14, 2017, 13:40 (GMT) |
Cleanup: confusing naming in BKE_node_tree_copy_data(). |
Revision 04f034a by Bastien Montagne 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. |
Revision 4e6324d by Sergey Sharybin 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! |
Revision f0c2f4f by Sergey Sharybin August 14, 2017, 09:46 (GMT) |
Tracking: Fix missing checks in operator poll functions Reported by Vuk Garda?evi? (lijenstina) in IRC, thanks! |
Revision a850235 by Sergey Sharybin 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. |
Revision ba84eb0 by Sergey Sharybin August 14, 2017, 09:43 (GMT) |
Tracking: Make frame accessor cache safe for threading |
Revision d36579b by Sergey Sharybin August 14, 2017, 09:43 (GMT) |
Tracking: Cleanup, newlines and comments |
Revision ae56185 by Sergey Sharybin August 14, 2017, 09:43 (GMT) |
Tracking: Cleanup, de-duplicate code |
Revision 725a577 by Sergey Sharybin August 14, 2017, 09:43 (GMT) |
Trackign: Add some basic logging about caching in frame accessor |
Revision 4ac019c by Sergey Sharybin 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. |
Revision 7dfc1ad by Sergey Sharybin August 14, 2017, 09:43 (GMT) |
Tracking: Correct comparison in cache keys This code wasn't uses, but the key comparison was totally wrong. |
Revision 87e05c1 by Sergey Sharybin August 14, 2017, 09:43 (GMT) |
Tracking: Cleanup and some comments |
Revision 5164305 by Bastien Montagne 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! |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021