Sergey Sharybin
cb8714fd8a
Merge branch 'blender-v2.82-release'
2020-01-30 15:51:57 +01:00
Simon G
2de704da68
Fix preset tracking setttings missing a comma
...
Preset tracking settings is missing a comma here.
Without a comma this will result in an implicit string concatenation.
This was probably not wanted.
Reviewed By: sergey, Blendify
Differential Revision: https://developer.blender.org/D6717
2020-01-30 15:23:37 +01:00
Philipp Oeser
c3001812dc
Merge branch 'blender-v2.82-release'
2020-01-29 20:38:12 +01:00
Sebastián Barschkis
a8bfa91633
Fluid: Removed wireframe drawtype setter for fluid domains
...
Fluid domains with (auto-generated) particle systems were set to wireframe drawtype automatically. This was a convenience feature that made particles visible immediately. As the auto switching is sometimes a bit annoying though this has been removed. Instead, the Quick Liquid Operator switches the viewport shading type to wireframe.
2020-01-29 19:21:52 +01:00
Keith Boshoff
0de07c9814
Docs: describe vertex dirt method
2020-01-22 04:08:30 +11:00
Sybren A. Stüvel
31e2786707
Fix T71825: Custom Animation Player path overrides chosen player
...
Thanks @mano-wii for providing the patch!
The original code assumed that when `animation_player_preset` was not
`CUSTOM`, the `animation_player` path would be empty. This is a bad
assumption, as it can be quite useful to be able to toggle between a custom
and a built-in player. As such, `animation_player` should not be reset to
an empty string when a non-custom player is chosen.
2020-01-20 17:32:23 +01:00
Brecht Van Lommel
216291ddb3
Fix T68000: load previous settings error if config folder already exists
...
This happened when opening Blender and not clicking Load Previous Settings
or Next, and then reopening Blender again and using Load Previous Settings.
2020-01-16 15:50:53 +01:00
Sebastián Barschkis
cdd937c6dd
Fluid: Fix T72971
...
Incorporated suggestions from the task discussion
2020-01-15 16:29:08 +01:00
mano-wii
e665c2c893
Fix T69314: Broken Rotation to Deltas for Quaternions
2020-01-07 11:53:00 -03:00
Campbell Barton
b423b89127
Tool System: enable fallback tool by default
...
This defaults to selection when not using a gizmo.
The previous behavior to drag anywhere can be set in the tool settings
or by selecting the fallback tool (Alt-W).
See: T66304
2020-01-03 14:04:11 +11:00
Robert Guetzkow
d9ec25844b
Fix T72636: Error with matrix multiplication in freestyle modifier
...
The //Distance from Object// and //Distance from Camera// modifiers still used the old 2.79 matrix multiplication syntax.
Differential Revision: https://developer.blender.org/D6468
2019-12-23 23:40:09 -03:00
Sebastián Barschkis
4235fe37d6
Mantaflow [Part 3]: Customized UI for Manta fluids
...
With Mantaflow the current smoke modifier UI will accommodate both smoke and liquids.
In addition, there is now an option for Mantaflow liquids in the quick effects section ("Quick Liquid").
Reviewed By: sergey
Maniphest Tasks: T59995
Differential Revision: https://developer.blender.org/D3852
2019-12-16 16:30:10 +01:00
Campbell Barton
e720661b7d
Cleanup: move mask menu out of bl_operators
...
This file only defined a single mask menu, move the definition
along-side the other mask menus.
2019-12-16 16:31:57 +11:00
Campbell Barton
165afb3ad0
Cleanup: pep8, unused vars, line length
2019-12-16 14:54:32 +11:00
Campbell Barton
6a78ace569
Cleanup: remove unused arguments
2019-12-07 16:37:02 +11:00
Campbell Barton
6ffcddc10a
Tool System: experimental fallback tool support
...
Implement T66304 as an experimental option,
available under the preferences "Experimental" section.
- When enabled most tools in the 3D view have a gizmo.
- Dragging outside the gizmo uses the 'fallback' tool.
- The fallback tool can be changed or disabled in the tool options
or from a pie menu (Alt-W).
2019-12-07 06:03:00 +11:00
Campbell Barton
b6973ed760
Keymap: pressing leader key (Alt) again closes tool prompt
...
Provides a convenient way to close
if the tool prompt is opened by accident.
2019-11-15 14:36:16 +11:00
Campbell Barton
45a03057fa
Fix tool leader-key consuming mouse wheel events
2019-11-08 17:41:04 +11:00
Campbell Barton
6db9b443bb
Merge branch 'blender-v2.81-release'
2019-11-03 14:19:48 +11:00
Campbell Barton
93f93e6b45
Fix T71284: batch rename escape's dashes
2019-11-03 11:28:49 +11:00
Campbell Barton
2e2fd12a55
Cleanup: comments for is_path_builtin
...
Also reduce scope of import.
2019-10-31 18:01:58 +11:00
Campbell Barton
3252ef4aca
Cleanup: import functions from bpy.props
...
Some instances used bpy.props when the convention is to import them.
2019-10-31 18:00:18 +11:00
Campbell Barton
59b16e28d9
Fix tool leader-key in image space
...
- This wasn't working for tool-systems that use the space data.
- Don't activate when the keymap is empty.
2019-10-31 10:03:42 +11:00
Sebastian Parborg
b1b0e56a72
Fix T59065: Blender default keyset is deletable by user!
...
Previously, you could delete presets that were part of the blender
default install. Now we check if the preset file resides in the bundled
file paths. If so, prevent deletion of the preset.
Reviewed By: Campbell
Differential Revision: http://developer.blender.org/D4522
2019-10-30 19:23:36 +01:00
Campbell Barton
48d1928798
Merge branch 'blender-v2.81-release'
2019-10-30 06:08:38 +11:00
Campbell Barton
cff00f6b04
Cleanup: pep8, remove redundant parenthesis
2019-10-30 05:50:17 +11:00
Campbell Barton
9e48cb1049
Merge branch 'blender-v2.81-release'
2019-10-30 00:17:01 +11:00
Campbell Barton
9389ad3736
Fix Proxy folder not getting deleted
...
D6145 by @Eitan
2019-10-30 00:14:08 +11:00
Campbell Barton
de152d0724
Tool System: Use tapping Alt as a leader key to switch tools
...
Now tapping Alt prompts for a second input to switch tools.
Initial implementation of T69992
2019-10-28 22:59:59 +11:00
Philipp Oeser
d4a67fa87b
Merge branch 'blender-v2.81-release'
2019-10-28 10:31:52 +01:00
Philipp Oeser
9f388c1646
Fix T71037: batch rename bones in pose mode throws exceptions
...
Maniphest Tasks: T71037
Differential Revision: https://developer.blender.org/D6122
2019-10-28 10:27:06 +01:00
Campbell Barton
eb559f2b24
Merge branch 'blender-v2.81-release'
2019-10-18 18:51:46 +11:00
Campbell Barton
acd98599ff
Fix T65397: Assigning shortcut to editor properties gives errors
2019-10-18 18:50:18 +11:00
Bastien Montagne
2cdc187142
Merge branch 'blender-v2.81-release'
2019-10-14 17:40:06 +02:00
Bastien Montagne
6b6b27fd13
Update Py API link in help menu to point to version dir also in beta.
...
Now that we have beta and master in parallel, we cannot point to API doc
from master in beta builds of incoming release anymore.
2019-10-14 17:39:17 +02:00
Campbell Barton
bde328352b
Cleanup: pep8
2019-10-12 10:26:37 +11:00
Campbell Barton
95199dca1f
Fix T70662: Batch rename adds "\" before "."
2019-10-09 15:13:58 +11:00
Brecht Van Lommel
dccdc5df10
Fix T69933: Blender 2.81 doesn't import 2.80 preferences from quick setup screen
2019-10-07 19:41:58 +02:00
Campbell Barton
4031bc1478
Cleanup: quote use
2019-09-23 09:35:27 +10:00
Campbell Barton
a083ddf49b
Sequencer: correct fcurve map usage
2019-09-23 09:31:08 +10:00
Nathan Lovato
29a7b1b64d
VSE: Remove the use of eval in Fades operators
...
Fix security issue introduced in rB2ec025d7be3c
Reviewed By: campbellbarton
Differential Revision: https://developer.blender.org/D5807
2019-09-22 13:38:39 -07:00
Yevgeny Makarov
7a83b64f7b
UI: Fix Capitalization
...
Differential Revision: https://developer.blender.org/D5716
2019-09-20 14:31:24 +02:00
Himanshi Kalra
60af4d207b
UI: Incorrect info message after batch rename
...
Differential Revision: https://developer.blender.org/D5744
2019-09-20 14:15:32 +02:00
Hans Goudey
3791d7abfd
UI: Consistent Tooltip for Add Torus Operator
...
Changes "Add" to "Construct" to be consistent with the other
primitive mesh add operations.
2019-09-19 13:52:46 -04:00
Campbell Barton
11b0c2080c
UI: use unique name for install add-on operator
...
Was called "Install", which isn't useful in operator search.
2019-09-17 18:18:50 +10:00
Brecht Van Lommel
3618b2c359
Fix part of T65397: accidentally assigning shortcuts gives errors
...
This is not a proper solution, that will come later, this avoids the main
problematic error for now.
2019-09-16 14:33:19 +02:00
Campbell Barton
c9048e8e41
Sequencer: disable fades add/remove until eval() use is removed
...
2ec025d7be introduced 'eval()' on blend
file data-paths which can be used for code injection.
2019-09-15 10:59:31 +10:00
Campbell Barton
e9c18ea982
Cleanup: redundant code from recent sequence fade operator
...
No need to define class variables which are all overwritten,
also use __slots__ to avoid mistakes.
Remove redundant length check too.
2019-09-15 05:57:59 +10:00
Campbell Barton
14c160334d
Cleanup: remove duplicate information in docstring
...
No need to document all options in the doc-string
since each option has it's own description.
2019-09-15 05:43:34 +10:00
Campbell Barton
19fc50ca6f
Cleanup: pep8, unused args, indentation
2019-09-15 05:35:42 +10:00