bab9de2a52
Cleanup: pep8, blank lines
2020-10-02 11:59:16 +10:00
Valentin
5ac4778056
Cleanup: convert gforge task ID's to phabricator format
...
Cleanup old tracker task format to the new. e.g: [#34039 ] to T34039
Ref D8718
2020-09-30 20:11:06 +10:00
46aa302400
Merge branch 'blender-v2.90-release'
2020-08-13 11:50:07 +02:00
ada98869df
Preferences: correct property description for keyitem restore
...
Spotted while checking T79657.
Reviewers: brecht
Differential Revision: https://developer.blender.org/D8517
2020-08-13 11:44:57 +02:00
8a5da947dc
Fix error in 'preferences.copy_prev' checking for the last version
...
The check to avoid updating between major releases prevented
2.90 files being copied to 2.91
2020-07-23 18:43:37 +10:00
786ff13540
Fix UI string without title-case
...
When using Preferences->Lights->Install, the type option in the operator
properties would show as "type", but should be "Type".
2020-05-06 23:55:14 +02:00
7d1c7a6485
Fix splash screen not showing button to load config from 2.83 into 2.90
2020-04-15 15:54:42 +02:00
Yevgeny Makarov
821ecbe805
UI: make Save Custom Studio Light pop-ups less wide
...
Differential Revision: https://developer.blender.org/D6977
2020-03-01 16:09:57 +01:00
92a56bbe6a
Fix T73798: Error raising exception for local shutil.copytree
2020-02-15 10:40:43 +11:00
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
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
dccdc5df10
Fix T69933: Blender 2.81 doesn't import 2.80 preferences from quick setup screen
2019-10-07 19:41:58 +02:00
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
c2a0f5c3d4
File Browser UI: Use 'Install' instead of ''Install Add-on from File...' as the name of the execute button
...
The old name didn't fit inside the button, and this fits with simpler Open/Save labels too.
2019-09-05 10:21:24 +02:00
078d02f557
User Preferences: Added "Enabled add-ons only" preference
...
This checkbox replaces the "Disabled" and "Enabled" entries in the
filter drop-down. As a result, it now takes a single click to limit the
shown entries to enabled add-ons only. This is also an actual flag in
the preferences, and thus its state is saved between runs on Blender (in
contrast to the filter, which is always reset to "All").
Reviewed by: brecht, billreynish
2019-08-16 15:02:09 +02:00
760dbd1cbf
Cleanup: misc spelling fixes
...
T68035 by @luzpaz
2019-08-01 14:02:41 +10:00
c74626c54f
Fix keymap editing not tagging dirty
...
Partial fix for T65629
2019-07-01 16:11:37 +10:00
Dalai Felinto
dbd3d76447
Rename: Save custom Studio light > Save Custom Studio Light
2019-06-21 13:02:30 -03:00
fc37238b17
Cleanup: unused args/vars/imports in bl_operators
2019-05-09 12:42:05 +10:00
3ddd7e9704
Cleanup: style
2019-03-14 11:08:48 +11:00
270fd28496
Cleanup: use single quotes for enums
2019-03-04 22:11:06 +11:00
bbe98b18fb
Cleanup: use preferences prefix for Python operators
2019-03-02 00:23:42 +11:00
87c4f30954
Fix T61455: Import any add-on broken
...
recent split userpref.py out of wm.py (rB9ec944bbab7a) forgot to move
'module_filesystem_remove' there as well...
2019-02-12 13:33:33 +01:00
9ec944bbab
Cleanup: split user preferences out of wm.py
...
These operations are for handling preference related tasks so move into
into a preferences file.
Operators still need to be renamed.
2019-02-11 23:24:09 +11:00