projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Preferences: remove author field
[blender.git]
/
release
/
scripts
/
startup
/
bl_ui
/
space_userpref.py
diff --git
a/release/scripts/startup/bl_ui/space_userpref.py
b/release/scripts/startup/bl_ui/space_userpref.py
index e7d8cd859c3d05af096c2d0fa87548b6206d55a0..6abf2e92da887ee81abef36fae11224fa1197f5f 100644
(file)
--- a/
release/scripts/startup/bl_ui/space_userpref.py
+++ b/
release/scripts/startup/bl_ui/space_userpref.py
@@
-1263,7
+1263,6
@@
class USERPREF_PT_file_saveload(PreferencePanel):
flow.prop(paths, "save_version")
flow.prop(paths, "recent_files")
- flow.prop(paths, "author", text="Author")
class USERPREF_PT_file_saveload_autosave(PreferencePanel):