Revision a46290a by Campbell Barton November 26, 2018, 04:28 (GMT) |
Fix object selection in edit-mode Ctrl-RMB in edit-mode is needed for setting vertex parent. |
Revision 2b07c31 by Campbell Barton November 26, 2018, 03:20 (GMT) |
Revision 7493848 by Campbell Barton November 26, 2018, 03:02 (GMT) |
3D View: remove 3D cursor Use 3D cursor from the scene (was previously used for local-view). |
Revision b4e037f by Brecht Van Lommel November 26, 2018, 00:01 (GMT) |
Fix extended shading pie menu not having same order as before. |
Revision 48b0695 by Campbell Barton November 25, 2018, 22:27 (GMT) |
Cleanup: unused vars, imports |
Revision a0cde8e by Campbell Barton November 25, 2018, 22:26 (GMT) |
Cleanup: unused vars |
Revision cb66a28 by Campbell Barton November 25, 2018, 22:26 (GMT) |
Cleanup: unused vars, imports |
Revision 24c383c by Brecht Van Lommel November 25, 2018, 19:37 (GMT) |
Fix some errors in the Blender Light theme. |
Revision 356d450 by Brecht Van Lommel November 25, 2018, 19:35 (GMT) |
Fix missing versioning code for user preferences navigation bar. |
Revision 43325e9 by Brecht Van Lommel November 25, 2018, 19:09 (GMT) |
Tools: add Select tool, with transform tweak on drag and no click delay. For users that want the 2.7 LMB keymap behavior, this provides a way of working without tools interfering. For RMB select this operator is quite redundant with the Cursor tool, we may have to find a solution for that. Note that we also might later add transform tweak to the transform tools, when nothing is selected. But this is important for existing users who preferred the existing workflow. |
Revision e840f0a by Brecht Van Lommel November 25, 2018, 19:07 (GMT) |
Keymaps: add 3D view click empty space to deselect all. The implementation of this operator was modified to be more efficient and ensure the undo history has the exact operator used. |
Revision 7051a95 by Antonio Vazquez November 25, 2018, 19:00 (GMT) |
Cleanup: Silent compiler warning A void function cannot return a value. |
Revision 6c704b4 by Julian Eisel November 25, 2018, 18:51 (GMT) |
UI: Disable font shadow in tooltip When I added this a few years ago, it was meant to create a fake bold effect. With the new text shadow drawing code, that doesn't work well though. |
Revision b7e02c6 by Bastien Montagne November 25, 2018, 17:49 (GMT) |
Fix mesh_build_data() calling mesh_finalize_eval() before copying texspace. mesh_finalize_eval() may set ob->data to evaluated mesh, needs to be done *after* call to BKE_mesh_texspace_copy_from_object(), else that one is meaningless. Related to investigations on T57985, but does not solve it at all. :( |
Revision 2b97a25 by Bastien Montagne November 25, 2018, 17:49 (GMT) |
Cleanup: remove useless redundant NULL check. |
Revision 5f6fae9 by Bastien Montagne November 25, 2018, 17:49 (GMT) |
Fix T57070, T57389, and other bbox-related issues with meshes. Thinks whole bbox code needs a complete rewrite, one can see a lot of old history in it, it has way too many functions doing nearly-the-same-thing(c), it spreads in very inconsistent ways across a lot of files, ... But have no time for this right now, and would not be a good idea with Beta comming up close anyway. So for now going the simple and (hopefully) sane & safe way: forbid object-level functions to affect data-level bbox. Mesh and curve ones would generate bbox in obdata instead of object, for some reason (all other obdata types only use object's bbox ever). That may have been working in old ages, but with CoW and threaded depsgraph this is just calling for piles of issues. |
Revision 5e5db7d by Julian Eisel November 25, 2018, 17:35 (GMT) |
UI: Disable font shadow in tabs This was used to fake a 3D look, however that doesn't work well with the new, flat style. It just made text appear blurry. |
Revision b00963a by Julian Eisel November 25, 2018, 16:08 (GMT) |
UI: Initial User-Preferences redesign Implements the first changes for T54115: * Rename "User Preferences" window to "Settings" in the UI. We'll likely put workspace settings in there, separate from the global user settings. System settings should become separate from user settings in future to allow settings for specific hardware. * Add sidebar region for navigation (scrolls independently). Addresses space problems, so we can add more categories as needed now. * Increase size of Settings window to compensate new navigation bar. * Group sections into User Preferences and System. Icons for section groups by Andrzej Ambroz. Thanks! * Bumps subversion for file compatibility. Screenshot: https://developer.blender.org/F5715337 I also added categories for future work, but commented them out. We may also want to redesign contents of each section now. Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D3088 Design Task: https://developer.blender.org/T54115 |
Revision 3135ed3 by Alexander Gavrilov November 25, 2018, 15:51 (GMT) |
Texture Paint: prevent normal angle masking duplicating backface culling. If backface culling is off, the user obviously wants to paint on back faces, so the normal angle cutoff designed to prevent painting at glancing angles shouldn't do the culling as a side effect. |
Revision 4c3ed98 by Dalai Felinto November 25, 2018, 11:50 (GMT) |
Local View Bring back per-viewport localview. This is based on Blender 2.79. We have a limit of 16 different local view viewports. We are using both the numpad /, as well as the regular /. Missing features: * Hack to make sure lights are always visible. * Make rendered mode with external engines to support this as well (probably just need to support this in the RNA iterators). * Support over 16 viewports by taking existing viewports out of local view. The code can use a cleanup pass in the future to unify the test to see if an object is visible (or we can use TESTBASE in more places). |
|
|
|


Master Commits
MiikaHweb | 2003-2021