Revision 920525c by Brecht Van Lommel November 23, 2018, 11:11 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 29f75dd by Brecht Van Lommel November 23, 2018, 11:11 (GMT) |
Python API: restore bpy.app.autoexec_fail variables, some scripts use it. |
Revision fc830ce by Sergey Sharybin 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. |
Revision 4b06d0b by Jacques Lucke November 23, 2018, 10:52 (GMT) |
Python API: bpy.app.handlers.depsgraph_update_pre/post Reviewers: brecht Differential Revision: https://developer.blender.org/D3978 |
Revision 956e586 by Brecht Van Lommel 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. |
Revision 2ded8fc by Campbell Barton 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. |
Revision 4ed7c10 by Campbell Barton November 23, 2018, 07:12 (GMT) |
Correct missing NULL check in recent changes |
Revision 7a7c9ee by Campbell Barton November 23, 2018, 07:06 (GMT) |
Fix uv lasso/box multi-object select logic Was de-selecting all UV's on each iteration. |
Revision a6eb9a3 by Campbell Barton 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. |
Revision dcf359b by Campbell Barton November 23, 2018, 05:28 (GMT) |
Error in last commi |
Revision 93c143e by Campbell Barton November 23, 2018, 05:27 (GMT) |
Fix wire-toggle restoring previous shading mode |
Revision 811814b by Campbell Barton 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. |
Revision ca5dd63 by Campbell Barton November 23, 2018, 04:19 (GMT) |
Fix toolbar keymap accumulating items Create a temporary keymap with items from the original. |
Revision cfffe61 by Campbell Barton November 23, 2018, 04:16 (GMT) |
Keymap: add Keymap.keymap_items.new_from_item Needed to copy keymap items from other keymaps. |
Revision 1fcb3e7 by Campbell Barton November 23, 2018, 02:55 (GMT) |
Cleanup: single quote enums |
Revision d56c0a0 by Campbell Barton 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. |
Revision 3fdcd22 by Pablo Vazquez 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 |
Revision 1540a1d by Pablo Vazquez November 23, 2018, 02:47 (GMT) |
UI: Icons in context menu for copy/paste |
Revision 1ffb2bf by Campbell Barton November 23, 2018, 02:19 (GMT) |
Pose: make pose-bone xray usable in wpaint mode Update UI, draw-manager and operator to support with pose-bone-xray when in weight paint mode. |
Revision e829e47 by Campbell Barton November 23, 2018, 01:28 (GMT) |
Keymap: remove 'Z' key to toggle bone-select Alt-Z already does this. |
|
|
|


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