Brecht Van Lommel
91d3b00395
Splash: new image for 2.80 by Andy Goralczyk and the Spring team
2019-07-10 16:48:06 +02:00
Brecht Van Lommel
dc2b562ace
Splash: use red heart icon for development fund
...
Now that the development fund image will disappear from the splash, this
draws a little more attention to this link.
2019-07-10 14:51:30 +02:00
Brecht Van Lommel
7695fd9cff
Fix release notes not showing in splash without recent files
2019-07-10 14:51:14 +02:00
Sebastian Parborg
ee4fa41245
Fix T66560 Sequencer: Shortcut keys no showing in menu for 'Move' and 'Refresh All'
...
The menu shortcut context for 'Refresh All' was wrong and the actual operation
exectuted in the menu for the 'Move' command was different from the shortcut.
2019-07-10 12:57:58 +02:00
Campbell Barton
91b8e57d65
Cleanup: avoid accessing same vars multiple times
2019-07-10 14:01:39 +10:00
Campbell Barton
31f922bff6
UI: use a label for strip 'frame_final_end'
...
This is intended for Python access and allows temporary negative frames
which is a problem when accessed from the UI.
This allows:
seq.frame_final_start, seq.frame_final_end = frame_range
However it allows invalid sequence strips,
using a label is fine since there is a duration property here which
can change the length.
2019-07-10 13:48:03 +10:00
Campbell Barton
95fcdb0401
Cleanup: reserve single quotes for enums
2019-07-10 13:39:56 +10:00
Richard Antalik
3b4054cb58
Revert strip start property to strip_start
...
Using strip_final_start affects strip offset while not moving content.
2019-07-09 15:45:45 -07:00
Sergey Sharybin
23f1bc7414
Fix T66605: Operation on origins not working correct
2019-07-09 18:52:41 +02:00
Sergey Sharybin
516afd0162
Implement Movieclip filter for action editors
...
Allows to disable keyframes from movie clips in dopesheet.
Reviewers: brecht
Reviewed By: brecht
Subscribers: sebastian_k
Differential Revision: https://developer.blender.org/D5203
2019-07-09 09:59:34 +02:00
Bastien Montagne
96f5918407
Fix (unreported) UI: useless setting shown for Text data-blocks.
...
Since we do not have start/end settings for bevel object for Text,
mapping taper to those ends makes no sense here, we can hide that
setting.
2019-07-08 22:48:17 +02:00
mano-wii
fa27d81937
Fix T61401: Failure to register a GizmoGroup after unregistering it
...
It does not seem right to rely on the python code to fix problems in the C code.
But this already works like this with the other Python Classes.
2019-07-08 13:48:01 -03:00
mano-wii
ff91f605f0
Revert "Fix T61401: Failure to register a GizmoGroup after unregistering it"
...
Problems with ClangFormat
This reverts commit c1bcde0c0f .
2019-07-08 13:44:03 -03:00
mano-wii
c1bcde0c0f
Fix T61401: Failure to register a GizmoGroup after unregistering it
2019-07-08 13:37:51 -03:00
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
Aaron Carlisle
bb2abacb4b
Keymap: Vertex Paint: Add ctrl to temporarily swich colors
...
This now matches Texture Painting
This was added in rB7d5fb2e103e03046194d69640aadf7e76a700620 but was
lost probably when migrating to python keymap.
2019-07-07 19:53:44 -04: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
Antonioya
34a0b65ba6
GPencil: Remove select keymap definition for Weight Paint mode
...
This removes the keymap, but the B key is still available, so in some top level the selection is enabled.
Related to T66458.
2019-07-05 16:00:30 +02:00
Campbell Barton
3640a58b9b
Keymap: add V-key to toggle vertex select in vertex paint mode
...
Match weight paint mode.
2019-07-05 20:20:26 +10:00
Campbell Barton
c27d70853d
Fix T66404: knife tool doesn't use knife cursor
2019-07-05 17:44:47 +10:00
Aaron Carlisle
fdcfc263e9
Use latest/version number for manual links
...
We want users to go to the current version for their current version
when possible if not point to latest.
/dev should really only be for development related work. End users
should not be browsing /dev unless they are reading about upcoming
features ahead of time.
2019-07-04 18:24:36 -04:00
William Reynish
944458fe6c
Industry Compat keymap: Fix keymap conflict related to snapping
...
There were some keymap conflicts and inconsistencies here. After this change, it works as follows:
Snap toggle on/off: X
Snap pie: Shift-X
Viewpoint pie: V
This is now consistent in all editors and the 3d View conflict should be gone
2019-07-04 13:04:40 +02:00
Philipp Oeser
711960b3c2
node_shader_utils: add possibility to override image colorspace
...
'is_data'
since the move from 'cycles_shader_compat' (2.79) to
'PrincipledBSDFWrapper' (2.8) we lost the ability to (automatically) set
this colorspace setting for imported textures. This was useful for e.g.
normalmaps to always assume 'Non-Color' data.
This adds the possibility to overide and uses this for normalmaps...
Fixes T66368
Reviewers: mont29, brecht
Maniphest Tasks: T66368
Differential Revision: https://developer.blender.org/D5176
2019-07-04 12:32:25 +02:00
Sergey Sharybin
5892233319
Fix submodules hash in previous commit
2019-07-01 23:50:50 +02:00
Ines Almeida
9fbfa218e0
Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo
2019-07-01 23:06:32 +02: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
510daea545
Linux: add initial 2.80 release information in appdata
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
Campbell Barton
6b3e709feb
Theme: minor tweaks to state colors
...
Use full saturation (since some intensity is lost when blending),
Set blend back to 0.5, made color look dull which isn't good when
some of the colors are similar (faded orange/yellow).
2019-07-02 00:35:27 +10:00
William Reynish
a6fe4d112f
Fix: widget states had too low contrast
...
It was very hard to read the sliders when they had states such as animated or changed.
Slightly increase contrast to alleviate this.
2019-07-01 16:26:06 +02:00
Antonioya
e1cb15c5d6
Fix T66300: GPencil layer context menu not working in topbar layer popover
2019-07-01 13:24:41 +02:00
Brecht Van Lommel
1f79aa602e
Fix T66297: Blender on macOS does not open on case-sensitive file system
2019-07-01 12:17:58 +02:00
Philipp Oeser
65d770ffa3
Fix T66287: use keyword argument in freestyle text style loading
2019-07-01 09:44:08 +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
c74626c54f
Fix keymap editing not tagging dirty
...
Partial fix for T65629
2019-07-01 16:11:37 +10:00
Campbell Barton
6f61b6aa44
Fix T66289: Default keymap conflict selecting curve/channels
...
The default keymap conflicted selecting by curves and channel.
Caused by 325b0ad2ed
Revert to original keys, use click instead of press
to avoid conflicting with box-select.
2019-07-01 16:04:17 +10: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
dd6aff71a7
Fix compilation error without Cycles logging
2019-06-29 13:54:38 +02:00