Revision ff829a3 by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) January 4, 2017, 23:17 (GMT) |
Fix minor mistake in python UI code |
Revision 73eb89c by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) January 4, 2017, 22:35 (GMT) |
Make object mode part of the workspace Each workspace now stores the last set object mode type, activating a workspace also activates this mode. This commit also removes the object mode menu from the 3D view header, it's displayed in the info editor header now (and later will be in the top-bar). We have one issue with Grease Pencil here though: The active grease pencil data-block depends on the active editor, and an editor can only enter GPencil edit mode if it has an active GPencil data-block. The new object mode menu is independent of 3D Views (or any other editor supporting GPencil) though. For now the menu simply won't show the GPencil edit mode item, it will be back once GPencil gets its own object type (as planned). GPencil still provides other ways to enter this mode. |
January 4, 2017, 21:47 (GMT) |
Implement proper sub-step independent plasticity scaling |
January 4, 2017, 17:34 (GMT) |
handle objects removal only on preprocess |
January 4, 2017, 17:27 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into render-layers |
January 4, 2017, 17:26 (GMT) |
unittest: del via operator fixup |
January 4, 2017, 17:19 (GMT) |
Include object unlinking in library_remap preprocessing |
January 4, 2017, 17:04 (GMT) |
remove objects from collections when ED_base_object_free_and_unlink |
January 4, 2017, 16:36 (GMT) |
Merge branch 'master' into id_override_static |
January 4, 2017, 10:01 (GMT) |
More work on Clay engine: - Calculate normals with dfdy while waiting for a proper way to draw mesh normals. - Added initial support for 2d texture arrays. - Better API naming. - Generate Matcap texture arrays and draw with it. |
January 4, 2017, 09:32 (GMT) |
Merge branch 'master' into id_override_static |
Revision 9206c3d by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) January 4, 2017, 01:21 (GMT) |
Move workspace DNA back into DNA module Added some special include guards to protect from access from outside of BKE_workspace and makesdna. |
Revision 2ff8039 by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) January 4, 2017, 00:12 (GMT) |
Properly append screens with workspaces Meaning screen data is now fully editable when appending a screen(-layout) indirectly by appending a workspace. Screens aren't visible while browsing inside .blend files, don't think we need/want that. |
Revision 44088be by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) January 3, 2017, 23:55 (GMT) |
Merge branch 'blender2.8' into workspaces |
Revision 18ae499 by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) January 3, 2017, 23:47 (GMT) |
Make workspaces appendable, but non-linkable This basically adds support for data-blocks that are either linkable, appendable or both and uses it for making workspaces appendable only. Note that non-appendable but linkable data-blocks aren't used currently and poorly tested, added note about this in code. |
January 3, 2017, 22:02 (GMT) |
Silly const mistake (missed in refactor...) |
January 3, 2017, 21:38 (GMT) |
Merge remote-tracking branch 'origin/master' into gsoc2016-improved_extrusion |
January 3, 2017, 21:27 (GMT) |
Implement target poly influence interpolation |
January 3, 2017, 21:26 (GMT) |
Add 3d to 2d plane mapping functions to math lib |
January 3, 2017, 21:23 (GMT) |
Curves: Chamfer and fillet operators Fixed some inconsistency on user interaction: - Chamfer and fillet only enter modal when the selected handle is vector type - Commented all the tools implemented from the Specials menu. They were not being called on modal. |
|
|
|


Master Commits
MiikaHweb | 2003-2021