Brecht Van Lommel
e66c3589a2
Fix T66986: errors with add-ons using ctypes in macOS release
...
Add extra entitlements to allow the kind of unsigned executable memory access
that cytpes does.
2019-07-15 14:20:27 +02:00
Campbell Barton
761135a284
Fix showing "__pycache__" in templates menu
2019-07-15 19:40:27 +10:00
Campbell Barton
986c283c07
Fix T66953: Duplicate items in pose context menu
2019-07-15 14:22:22 +10:00
Brecht Van Lommel
e3c586e262
macOS: clarify bundle script instructions
2019-07-12 19:50:39 +02:00
Brecht Van Lommel
1c73b60484
macOS: allow bundle script to re-codesign a Blender.app that was already signed
2019-07-12 19:19:10 +02:00
Arto Kitula
b94df17ae5
macOS: remove hardcoded paths for code signing python/dylib/so
...
Differential Revision: https://developer.blender.org/D5234
2019-07-12 18:59:27 +02:00
Sybren A. Stüvel
325501247d
Fix AttributeError in mesh properties panel when mesh is pinned
...
When a mesh datablock is pinned in the properties panel,
`context.object` is `None`. This in turn causes `obj.mode` to raise an
`AttributeError` exception as `None.mode` doesn't exist.
Since there is no (fast/simple) way to check whether the owning object
is in edit mode or not, the properties will be disabled. Not ideal, but
better than spewing an exception on every panel draw.
Reviewed By: campbellbarton, brecht
Differential Revision: https://developer.blender.org/D5237
2019-07-12 14:18:17 +02:00
Campbell Barton
83010c2f02
Fix T66446: UV editor "Deselect on Nothing" not working
2019-07-12 19:19:37 +10:00
Campbell Barton
f1af8908b3
Fix keymap editor missing tools for UV/Image space
2019-07-12 19:05:03 +10:00
Campbell Barton
1499994557
Fix T66675: Auto-Save override button has no tooltip
2019-07-12 15:45:52 +10:00
Bastien Montagne
03d8bfb144
API Doc link: make releases/RC's point to their own version of the doc.
...
Sounds kind of stupid to have 2.79 pointing to "current" which is now
2.80 API doc... Let's try to avoid that in future.
2019-07-11 12:13:11 +02:00
Bastien Montagne
7c48b6c84c
Fix for RC release step to also point at 'current' API doc link.
...
RC's are supposed to be like "real" releases...
2019-07-11 12:13:11 +02:00
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