Sergey Sharybin
118a0df7a7
Fix T66517: Clip editor doesn't respect the 2D cursor
...
Was caused by 91b768ccb1 which re-defined masks menu with the wrong
invoke type.
2019-07-08 11:46:40 +02:00
Campbell Barton
414875ce96
Cleanup: unused vars, redundant parenthisis
2019-07-07 22:33:35 +10:00
Campbell Barton
d7f687c833
Cleanup: use static set
2019-07-07 22:33:35 +10:00
Antonioya
0735c12ca8
GPencil: Hide reference points when use Parallel or Grid guide
...
These options are not used by these modes. Detected while writing the manual.
2019-07-07 09:38:52 +02:00
Campbell Barton
f2a11550b9
Fix T66493: Enable Add-on name not showing in favorites
2019-07-07 14:17:33 +10:00
Campbell Barton
b1c3038f18
Fix Filter Add-ons panel display for missing add-ons
...
Check the add-on exists before getting it's info.
2019-07-07 14:15:28 +10:00
Campbell Barton
e68c8ba24e
Cleanup: rename gpencil chess -> checker
...
Match existing texture name.
2019-07-07 13:54:25 +10:00
Campbell Barton
c27d70853d
Fix T66404: knife tool doesn't use knife cursor
2019-07-05 17:44:47 +10:00
Brecht Van Lommel
c6d073f6a4
Revert "Rename operator 'Join Shapes' to 'Transfer Mix'."
...
This reverts commit 741967079c .
We are in UI and API freeze, and this changes both.
2019-07-01 16:53:41 +02:00
Brecht Van Lommel
69b5a06823
Docs: for release builds, link to specific manual version
2019-07-01 16:53:41 +02:00
Antonioya
e1cb15c5d6
Fix T66300: GPencil layer context menu not working in topbar layer popover
2019-07-01 13:24:41 +02:00
Campbell Barton
cf73569d89
UI: run interactive 'Point From Normal' in normal menu
2019-07-01 16:48:47 +10:00
Antonioya
cfea0d9eb8
GPencil: Fix wrong title missing in previous change
2019-07-01 08:40:31 +02:00
Campbell Barton
1a5e1273c1
Fix T66192: Remove gizmos label from topbar
2019-07-01 13:24:57 +10:00
Aaron Carlisle
bbb3500c97
UI: Use Plural Panel Names
2019-06-30 15:51:01 -04:00
Antonioya
789c6e94fb
GPencil: Improve Cyclic operator to generate geometry
...
Now, when close a geometry with cyclic is possible generate new geometry for the gap.
The cyclic operator now supports multiframe edition too. Before only worked with active frame.
Also added the corresponding missing menu options and the new F keymap. All these features were missing, pending of the fix of the alpha glitches in stroke already done.
2019-06-30 21:06:10 +02:00
Ines Almeida
741967079c
Rename operator 'Join Shapes' to 'Transfer Mix'.
...
The new name is consistent with the 'Transfer Shape' operator.
- Updated the UI descriptions for both transfer operators.
2019-06-30 20:07:17 +02:00
Antonioya
e40f3f5c48
GPencil: Fix text for Pattern stroke as Stencil Mask
...
Detected while writting manual.
2019-06-30 09:30:05 +02:00
Aaron Carlisle
e981d93fa6
UI: Make Panel Name Plural
...
This is more consistent with other panels; for example "Shadows"
2019-06-29 11:35:30 -04:00
Brecht Van Lommel
8637ff5c96
Fix T66240: clip editor shows Python error about tool header
2019-06-29 16:01:28 +02:00
Sergey Sharybin
533e267e95
Remove Sticky option from the Floor constraint
...
This option from the very beginning of its existence needed more work
to make it work correct and this was never done.
This option was working fine during continuous playback, when there
are no skipped frames, but it was failing when AV-sync of framedrop
was enabled.
It was never working correct when jumping between frames, including
rendering on a farm which usually does frame-range based rendering.
With copy-on-write things became even more tricky, since the "stuck"
flag was never preserved between re-evaluations.
Fixes T65683: Sticky Option in Floor Constraint for Bones Not Working
2019-06-28 15:03:24 +02:00
Antonioya
dee6fe1441
GPencil: Rename "Clamp Layer" to "Mask Layer"
...
The old name was not meaning what this option does. Dtected while writting the manual.
2019-06-28 14:24:23 +02:00
Sebastian Koenig
c187fc09b6
Masking: make image editor UI consistent with clip editor
...
* Mask Display menu is now part of the header
* Sidebar now has a separate Mask tab
* Add context menu when in mask mode
Differential Revision: https://developer.blender.org/D5102
2019-06-27 19:11:19 +02:00
mano-wii
7ee5ea7751
Fix T65010: Affect options not being displayed in the UV editor snap settings.
...
Reviewers: brecht, billreynish
Reviewed By: brecht
Differential Revision: https://developer.blender.org/D5141
2019-06-27 12:24:03 -03:00
William Reynish
1c60f30d04
Fix: Text Location lost X/Y text
...
Use PROP_XYZ instead, and user Slider=True to make them display as sliders in the UI
2019-06-27 11:15:56 +02:00
Antonioya
96af590d58
GPencil: Change HSV modifier to use the same range of parameter that other areas of Blender
...
The value of the Hue must be between 0 and 1, but the value was between 0 and 2.
2019-06-26 20:58:30 +02:00
Campbell Barton
72cf239780
Tool System: add UV transform tools
2019-06-26 01:46:01 +10:00
Bastien Montagne
787e2ddbd7
Fix T66065: Missing text in the UI translations files due to 'fstring' usages.
...
Am not even sure that it is possible to use fstrings at all when UI
translation is required (that is, is a sensible, reasonable way that
does not make things even more complicated than they already are), but
one thing is certain, this won't be trivial to get it working, so
definitively not a job for now.
Instead just do not use fstrings for UI translatable strings.
2019-06-25 17:26:56 +02:00
Campbell Barton
d08312463b
Preferences: changes to navigation gizmo
...
- Add 'Navigation Buttons' preference, used for 2D views
(previously this couldn't be disabled).
- Add "Off" option for 3D view axis.
- Support minimal axis with navigation buttons.
2019-06-25 22:55:49 +10:00
William Reynish
f472ac391c
Fix: Remove 'Separate Images' from Sequencer Movie options
...
Separate Images does not have any effect on Movie strips, so this removes this option from the Movie menu.
Author: Peter Fog
Differential Revision: https://developer.blender.org/D5130
2019-06-25 14:23:21 +02:00
William Reynish
0c2c57167b
Sequencer: Fix missing icons for text alignment
...
Now is consistent with Text objects
Also fix wrong unit for text placement and tooltip-
2019-06-25 14:06:47 +02:00
William Reynish
f93d3bd42b
Sequencer UI: Move Refresh button from header to the View menus
...
This button didn't need to be so prominent, and clashed with the Sequencer sidebar
2019-06-25 10:00:20 +02:00
William Reynish
3fa728a98e
Fix: Wrong check in Sequencer sidebar
...
Didn't reflect recent naming changes.
2019-06-25 09:39:40 +02:00
Campbell Barton
4fcc3b8ba2
WM: add operator to set the tool by it's index
...
Needed for 2.7x brush switching keys.
2019-06-25 01:08:13 +10:00
Brecht Van Lommel
d51b74f9e3
Fix T66053: hair shape panel shows for emitter particles
2019-06-24 14:02:23 +02:00
Campbell Barton
589fa691fd
Cleanup: pep8
2019-06-23 11:38:26 +10:00
Aaron Carlisle
447443e4c4
UI: Rename "Zoom Border --> Zoom Region"
...
Part of T56648
2019-06-23 03:31:49 +02:00
Aaron Carlisle
e7a0f0a993
UI: Rename "Draw Thin" to "Display Thin"
...
Part of T56648
2019-06-23 01:57:25 +02:00
William Reynish
a7c4eda3e3
UI: Add Strip Type Icons in the VSE Sidebar Header
...
This helps users identify the active strip type much more clearly.
Differential Revision: https://developer.blender.org/D5124
2019-06-23 00:16:26 +02:00
Campbell Barton
4774657370
UI: remove Visible IPO icons
...
These are duplicates of HIDE_ON/OFF.
2019-06-22 15:04:46 +10:00
Campbell Barton
1b2b9c6b1f
Cleanup: redundant static set use
2019-06-22 11:08:12 +10:00
Campbell Barton
d0fe116dc8
Cleanup: assign strip type to a variable before use (call strip_type)
...
This was only done in some parts of the sequencer UI,
existing vars were named seq_type & stype.
2019-06-22 11:02:33 +10:00
Campbell Barton
31d6dc6abf
Cleanup: sequencer source panel
...
Split sound from image/movie branch (since image/movie share logic).
2019-06-22 10:53:52 +10:00
Campbell Barton
90cb821e23
Fix error in recent UI changes
...
Image file is meant to be next to the directory in the Source panel.
2019-06-22 10:46:33 +10:00
William Reynish
ad4f5092ec
UI: Remove redundant Running Jobs from Sequencer header.
...
You would see the running jobs thrice, once in each Sequencer header and in the Status Bar too.
One instance of this is more than enough.
2019-06-21 20:34:24 +02:00
William Reynish
84040b8613
UI: Use enum for Sequencer vs 3D Camera input in Scene panel in Sequencer sidebar
...
Also move Time and Source below other panels for consistency
2019-06-21 20:01:08 +02:00
William Reynish
8691a58a80
UI: Add decorators to Sequencer sidebar
...
These items you are very likely to want to animate.
Only adding for panels where it makes sense, so not Time or Source.
2019-06-21 13:37:33 +02:00
Campbell Barton
4162d0ea3b
Fix error in recent sequencer UI update
...
Use of unset variable, however the value was already assigned
2019-06-21 21:19:59 +10:00
William Reynish
820e431167
Fix: wrong greying out in Sequencer sub-panels
2019-06-21 11:30:11 +02:00
William Reynish
1e7c3a159f
UI: Further tweaks to Sequencer sidebar:
...
- Move strip name to the top (easier to see which strip you are adjusting, and more consistent with other areas)
- Move Mute next to this, since it affects everything, both audio and video, and completely disables the clip
- Mute now greys out all the Strip panels, since none of them apply if the strip is disabled
- Rename Info to Time, since now this panel only includes timecodes and related controls
- Move Lock to the Time header, since you are locking the time controls
- Move clip resolution to Source, since it's not related to time
2019-06-21 11:22:56 +02:00