November 23, 2018, 12:19 (GMT) |
Cycles: Improved robustness of hair motion blur. In some instances, the number of control vertices of a hair could change mid-frame. Cycles would then be unable to calculate proper motion blur for those hairs. This adds interpolated CVs to fill in for the missing data. While this will not necessarily result in a fully accurate reconstruction of the guide hair, it preserves motion blur instead of disabling it. Reviewers: #cycles, sergey Reviewed By: #cycles, sergey Subscribers: sergey, brecht, #cycles Tags: #cycles Differential Revision: https://developer.blender.org/D3695 |
November 23, 2018, 11:37 (GMT) |
UI: swap wireframe/solid order in pie to match order in header. |
November 23, 2018, 11:11 (GMT) |
Merge branch 'master' into blender2.8 |
November 23, 2018, 11:11 (GMT) |
Python API: restore bpy.app.autoexec_fail variables, some scripts use it. |
November 23, 2018, 11:03 (GMT) |
Fix T57616: Deleting particle system instance object leads to crash Explicitly tag copy-on-write form library remap. Previously, this tag was used implicitly via geometry/transform tagging, which worked ok for objects. For non-objects we do need to ensure all copies has correct pointer and the only way to do so is to pass tag explicitly. There is probably more places in the library remap where this is needed, but not being familiar with the code makes it difficult to spot where possible tags are missing. |
November 23, 2018, 10:52 (GMT) |
Python API: bpy.app.handlers.depsgraph_update_pre/post Reviewers: brecht Differential Revision: https://developer.blender.org/D3978 |
November 23, 2018, 10:26 (GMT) |
Fix T57998: crash at start with jemalloc package on some Linux distributions. The jemalloc library must be ahead of pthread in linking order, so jemalloc can find the pthread symbols for its background thread. |
November 23, 2018, 08:12 (GMT) |
UI: initialize drag-lock x/y axis from region type When dragging in a vertical or horizontal region, there is no need to detect the drag axis. Gives minor usability improvement for dragging over vertical tabs. |
November 23, 2018, 07:12 (GMT) |
Correct missing NULL check in recent changes |
November 23, 2018, 07:06 (GMT) |
Fix uv lasso/box multi-object select logic Was de-selecting all UV's on each iteration. |
November 23, 2018, 06:52 (GMT) |
Tool System: uv lasso/box select options These tools now support (new, add, subtract), (xor, and) could be supported but are complicated by UV's sticky selection modes. |
November 23, 2018, 05:28 (GMT) |
Error in last commi |
November 23, 2018, 05:27 (GMT) |
Fix wire-toggle restoring previous shading mode |
November 23, 2018, 04:46 (GMT) |
Keymap: remove redundant keys from toolbar popup Adjust the keymap so tools that don't exist wont use keys from the default keymap. |
November 23, 2018, 04:19 (GMT) |
Fix toolbar keymap accumulating items Create a temporary keymap with items from the original. |
November 23, 2018, 04:16 (GMT) |
Keymap: add Keymap.keymap_items.new_from_item Needed to copy keymap items from other keymaps. |
November 23, 2018, 02:55 (GMT) |
Cleanup: single quote enums |
November 23, 2018, 02:48 (GMT) |
Cleanup: rename bone-select to xray This shows bones in font and uses the xray toggle binding. Also 'bone select' isn't very meaningful on it's own. |
November 23, 2018, 02:47 (GMT) |
UI: Don't promt when deleting via Object Context Menu. Suggested in the UI paper-cut thread at devtalk.blender.org by ThinkingPolygons |
November 23, 2018, 02:47 (GMT) |
UI: Icons in context menu for copy/paste |
|
|
|


Master Commits
MiikaHweb | 2003-2021