Revision 9888374 by Campbell Barton November 29, 2018, 10:52 (GMT) |
Transform: re-revert new user-axis-first behavior This restores old behavior but leaves in new code which is more flexible. See: 6491d50d02b7 for feedback on why this isn't ideal. |
Revision 4f997c0 by Campbell Barton November 29, 2018, 10:52 (GMT) |
Revert "Transform: use scene-orientation for MMB axis constraint" This reverts commit 78a6c2e12c8d144d10f759d05cbb3503f555883b. |
Revision c007e3b by Brecht Van Lommel November 29, 2018, 10:30 (GMT) |
UI: add back clip editor tool tabs until there is a toolbar. |
Revision 8a92976 by Bastien Montagne November 29, 2018, 09:42 (GMT) |
Fix T57653: Fix T58075: Crash when switching between Edit and Sculpt/Paint modes. Sculpt (and paint) modes rely on valid evaluated data at their initialization. Added code to ensure that in `ED_object_mode_toggle()`, when relevant toggle operator requires it (looks like sculpt/paint should be the only ones affected, although particle edit may be too...). |
Revision f24147d by Sergey Sharybin November 29, 2018, 08:35 (GMT) |
Merge branch 'master' into blender2.8 |
Revision b00819b by Sergey Sharybin November 29, 2018, 08:33 (GMT) |
Atomic: Avoid conflicts with definitions in other areas While atomics library was trying to use "user-space" defined LIKELY() and UNLIKELY(), this is not always true that user code was checking for those macro coming from an unrelated area. |
Revision 068b61e by Campbell Barton November 29, 2018, 08:07 (GMT) |
UI: menu items for Ctrl-Tab dope sheet/graph switching Make this shortcut discoverable. |
Revision 9f2bc87 by Campbell Barton November 29, 2018, 07:45 (GMT) |
UI: update shortcut display to check space cycling |
Revision 301e315 by Campbell Barton November 29, 2018, 07:17 (GMT) |
Keymap: cycle space-subtypes on successive presses Some space types are exposed as multiple space types, previously the key binding to set the space type would use the last used space-type. Now pressing the key again cycles to the next space sub-type. Without this, shortcut display is confusing since some space types share a key. Keymap display will need to be updated to support this. |
Revision 8055871 by Campbell Barton November 29, 2018, 06:32 (GMT) |
UI: support enum key shortcut detection Shows shortcuts in space-selector. |
Revision a740cc5 by Campbell Barton November 29, 2018, 04:19 (GMT) |
Fix paint initialization, incorrect pointer checks |
Revision 6e24dd9 by Campbell Barton November 29, 2018, 03:45 (GMT) |
Fix T58125: UV Editor transform fails |
Revision 559fff1 by Campbell Barton November 29, 2018, 03:34 (GMT) |
Debug: Assert to ensure layer iterator uses a 3D view |
Revision 9893fee by Campbell Barton November 29, 2018, 01:55 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 140f220 by Campbell Barton November 29, 2018, 01:54 (GMT) |
Cleanup: correct typo, no need for ./ prefix |
Revision 2089fee by Campbell Barton November 29, 2018, 01:52 (GMT) |
Fix leak in CPU brand check |
Revision 535984a by Campbell Barton November 29, 2018, 01:49 (GMT) |
Cleanup: simplify transform orientation cycling Remove dummy first index, store a pointer to the user orientation instead of having it store twice (which could get out of sync). |
Revision 7fa6f72 by Lukas Stockner November 29, 2018, 01:45 (GMT) |
Cycles: Add sample-based runtime profiler that measures time spent in various parts of the CPU kernel This commit adds a sample-based profiler that runs during CPU rendering and collects statistics on time spent in different parts of the kernel (ray intersection, shader evaluation etc.) as well as time spent per material and object. The results are currently not exposed in the user interface or per Python yet, to see the stats on the console pass the "--cycles-print-stats" argument to Cycles (e.g. "./blender -- --cycles-print-stats"). Unfortunately, there is no clear way to extend this functionality to CUDA or OpenCL, so it is CPU-only for now. Reviewers: brecht, sergey, swerner Reviewed By: brecht, swerner Differential Revision: https://developer.blender.org/D3892 |
Revision 27cccae by Campbell Barton November 29, 2018, 01:24 (GMT) |
UI: expand set origin in specials menu Also remove menu, expand operator instead. |
Revision 8850875 by Campbell Barton November 28, 2018, 22:41 (GMT) |
Fix transform axis orientation cycling This ignored operator defined orientation. |
|
|
|


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