46bdbc6c78
UI: adjust popover width for overlays & toolbar
2018-07-03 19:55:51 +02:00
79152371c3
UI: add tool properties contexts
...
Currently unused, create for add-ons to populate.
2018-07-03 18:45:45 +02:00
81a23d1f2d
Tool System: add operator for introspection
...
In some cases we want associate use an operator for a tool
for introspection, so we can for eg, automatically
use the same binding for in the popup toolbar.
Space-G/R/S for transform now work as accelerator keys again.
Also Space-E for extrude.
2018-07-03 18:38:08 +02:00
48d7cf680e
Keymap: Select/De-Select support for anim-editors
...
Also update menu items, adding select/de-select.
2018-07-03 16:28:59 +02:00
c0c0eb7e7e
Fix typo in transform orientations.
2018-07-03 14:52:34 +02:00
76d7186d61
UI: use new transform orientation when created.
2018-07-03 14:24:22 +02:00
03ca4a57c7
Cleanup: move snap/pivot/orientation popovers to proper file.
2018-07-03 14:24:22 +02:00
c118b852b7
Tool System: move transform into a top-level tool
...
Also rename move to grab.
2018-07-03 13:52:04 +02:00
72a051f957
Cleanup: remove generation context from image new operator.
2018-07-03 12:19:16 +02:00
1ff5cc8c1a
addons: disable addons with versions below 2.8
2018-07-03 07:59:08 +02:00
105192e5a2
Cleanup: pep8
2018-07-03 07:13:27 +02:00
00fc1d70a7
Merge branch 'master' into blender2.8
2018-07-03 06:58:34 +02:00
b66aa0b0a6
Cleanup: pep8
2018-07-03 06:48:44 +02:00
98d2055089
Fix ugly half alignment in timeline header.
2018-07-02 20:25:59 +02:00
Macelaru Tiberiu
2203b041e1
Sculpting: add Manual detail mode for dynamic topology.
...
In this mode mesh detail does not change on each stroke, but only when
using flood fill.
Differential Revision: https://developer.blender.org/D3515
2018-07-02 20:08:42 +02:00
31e43d021f
Merge branch 'blender2.8' into soc-2018-bevel
2018-07-02 23:31:19 +05:30
Vuk Gardašević
12603826ea
UI: Transform Orientations panel as popover
...
Functionality fits in the Transform Orientations, no need for a dedicated
panel in the viewport sidebar.
See D3511
2018-07-02 18:44:05 +02:00
William Reynish
ac8b641b77
Outliner: remove view menu, move more into RMB context menu and filter popover.
2018-07-02 17:40:20 +02:00
5fd2ea58a6
UI: Header consistency
...
Snap before proportional editing, pivot after
2018-07-02 15:53:56 +02:00
f2124c5624
UI: revert 3D menu alignment
...
This caused collapsed menu to draw in a row,
will look into alternate way to avoid menus taking too much room.
2018-07-02 15:02:45 +02:00
6a323d196f
UI: Header consistency for 3D Viewport
...
Alignment/snapping/proportional edit to the right like in all other editors,
keeping the center for the shading/overlay settings.
2018-07-02 14:54:20 +02:00
69e437ba22
UI: Header consistency for Text editor
2018-07-02 14:54:20 +02:00
79c8f5ac0d
UI: Header consistency for Squencer
2018-07-02 14:54:20 +02:00
ea57345adb
UI: Header consistency for Node editor
...
Also move use_insert_offset to the View menu as it is not toggled that often
to take space in the header.
2018-07-02 14:54:20 +02:00
fd6d149347
UI: Header consistency for UV/Image editor
2018-07-02 14:54:20 +02:00
5b7f0d36f3
UI: Header consistency for animation editors
2018-07-02 14:54:20 +02:00
cec11c86e5
UI: File Browser header consistency
...
Move "Recursion" and "Display Size" to a new View menu.
Thanks Campbell for helping with wonky menus.
2018-07-02 14:54:20 +02:00
34678388f3
Outliner: add outliner wide RMB context menu.
...
All right click menus in the outliner now include OUTLINER_MT_context.
2018-07-02 14:52:22 +02:00
b3098c30a6
UI: add workspace cycling menu items
2018-07-02 14:30:28 +02:00
06994e954b
UI: add screen split to window context menu
2018-07-02 12:46:51 +02:00
b076b3853c
Merge branch 'master' into blender2.8
2018-07-02 12:03:56 +02:00
bfbfb1c47e
Correct f-string in own recent changes
2018-07-02 09:18:38 +02:00
192e5d65a7
Keymap: add generally useful popups to F-Keys 1..4
...
This allows key bindings: link/append and user-preferences
to be accessed via keys - without having to assign keys to each action.
- F1: Context sensitive help.
- F2: File Context Menu.
- F3: Search.
- F4: Window Context Menu.
Other keys F5..10, remain free,
ideally they can be kept for user actions.
2018-07-01 17:51:31 +02:00
bc95c7a3ea
Cleanup: remove num argument prefix
2018-07-01 09:23:51 +02:00
1c0aa4e396
Cleanup: RNA naming
2018-07-01 09:13:04 +02:00
9daf6b12a6
Merge branch 'master' into blender2.8
2018-07-01 07:24:46 +02:00
9738de820a
Cleanup: use f-string
2018-06-30 22:02:41 +02:00
ba1f292b32
UI: add operator search to edit-menu
...
While this is most useful to access from an active-region,
it's not discoverable without a menu entry.
2018-06-30 10:04:08 +02:00
a59df21ad8
Fix T55645: broken particle Use Count option for instancing objects.
...
There is now a manual refresh button on the panel to update the list
of objects in case it changes, and it also gets refreshed when changing
the collection or toggling the use count option.
This is a bit more manual but the previous code of refreshing the
list while evaluating the depsgraph was unreliable.
This also fixes it to take properly take into account visibility, and
to work with linked collections for which index writing was missing.
2018-06-29 14:53:02 +02:00
9bd0c63382
Merge branch 'master' into blender2.8
2018-06-29 08:05:38 +02:00
af36dd4664
Cleanup: trailing newlines
2018-06-29 08:02:49 +02:00
4d39da1060
Merge branch 'master' into blender2.8
2018-06-28 23:57:00 +02:00
46dceefc35
WM: Remove Screen Cast
...
This feature is better handled by specialized tools.
2018-06-28 23:40:51 +02:00
William Reynish
a71d53cb15
UI: move UV selection options to left
...
This is consistent with the 3D view.
2018-06-28 18:31:23 +02:00
7ad0e8300d
Fixed AttributeError when there is no object selected
2018-06-28 14:20:11 +02:00
89e0d9848a
UI: keep some operator text in headers.
...
Key shortcuts and explanation about how to use the tool should go to the
status bar, but other info can in the header so it's near where the user
is working. This distinction has not been made yet for all operators.
2018-06-28 13:04:28 +02:00
f827ab1d0c
Correct bad merge
2018-06-28 11:29:35 +02:00
b01392e9ac
Tools: disable fallback drag action for transform
...
Based on animator feedback, accidentally not clicking on the manipulator
handle had unpredictable behavior.
This functionality will be moved into the manipulator and made optional
(add an invisible fallback manipulator).
2018-06-28 10:34:41 +02:00
53e191e0a5
Merge branch 'master' into blender2.8
2018-06-28 08:50:11 +02:00
597122d72b
Cleanup: use f-strings
2018-06-28 08:43:58 +02:00