Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#25262] Keyboard shortcut presets can't be made because of wrong folder
Date:
2010-12-17 10:19
Priority:
3
State:
Closed
Submitted by:
Frank Polte (
frederyk
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
OS related: Linux
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Keyboard shortcut presets can't be made because of wrong folder
Detailed description
Blender Version 2.55.1 r33699 (PPA) tries under Ubuntu Maverick to write in a system folder, which is not allowed of course. Therefore no new preset can be made.
Is problem is a bad initialized variable with the name: filepath
It should be a path in the home-directory of the user.
This is the command line output:
Traceback (most recent call last):
File "/usr/share/blender/2.55/scripts/op/presets.py", line 65, in execute
file_preset = open(filepath, 'w')
IOError: [Errno 13] Permission denied: '/usr/share/blender/2.55/scripts/presets/interaction/neu.py'
location:<unknown location>:-1
location:<unknown location>:-1
Followup
Message
Date
: 2010-12-17 12:20
Sender
:
Nathan Letwory
Assigning to Campbell for further investigation
Date
: 2010-12-19 10:07
Sender
:
Campbell Barton
fixed r33760
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2010-12-19 10:07
campbellbarton
close_date
None
2010-12-19 10:07
campbellbarton
Status
New
2010-12-19 10:07
campbellbarton
assigned_to
none
2010-12-17 12:20
jesterking