Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#24917 - Blender preset fail to load
Attached to Project:
Arch Linux
Opened by Simon Archipoff (zylabon) - Tuesday, 28 June 2011, 00:03 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 29 June 2011, 05:06 GMT
Opened by Simon Archipoff (zylabon) - Tuesday, 28 June 2011, 00:03 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 29 June 2011, 05:06 GMT
|
DetailsDescription:
on Blender 2.57b-2 blender fail to load presets Steps to reproduce: I installed blender ( pacman -S blender ) get the config files with cp -a /usr/share/blender/2.57/ ~/.blender I clic interaction, maya (for exemple) and here the error message : loading preset: /usr/share/blender/2.57/scripts/presets/keyconfig/maya.py Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/presets/interaction/maya.py", line 10, in <module> bpy.context.user_preferences.inputs.invert_mouse_wheel_zoom = True AttributeError: 'UserPreferencesInput' object has no attribute 'invert_mouse_wheel_zoom' location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 Error: Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/presets/interaction/maya.py", line 10, in <module> bpy.context.user_preferences.inputs.invert_mouse_wheel_zoom = True AttributeError: 'UserPreferencesInput' object has no attribute 'invert_mouse_wheel_zoom' location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/startup/bl_operators/presets.py", line 148, in execute bpy.ops.script.python_file_run(filepath=filepath) File "/usr/share/blender/2.57/scripts/modules/bpy/ops.py", line 179, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/presets/interaction/maya.py", line 10, in <module> bpy.context.user_preferences.inputs.invert_mouse_wheel_zoom = True AttributeError: 'UserPreferencesInput' object has no attribute 'invert_mouse_wheel_zoom' location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 Error: Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/startup/bl_operators/presets.py", line 148, in execute bpy.ops.script.python_file_run(filepath=filepath) File "/usr/share/blender/2.57/scripts/modules/bpy/ops.py", line 179, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/presets/interaction/maya.py", line 10, in <module> bpy.context.user_preferences.inputs.invert_mouse_wheel_zoom = True AttributeError: 'UserPreferencesInput' object has no attribute 'invert_mouse_wheel_zoom' location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/startup/bl_operators/wm.py", line 908, in execute bpy.ops.script.execute_preset(filepath=filepath, menu_idname="USERPREF_MT_interaction_presets") File "/usr/share/blender/2.57/scripts/modules/bpy/ops.py", line 179, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/startup/bl_operators/presets.py", line 148, in execute bpy.ops.script.python_file_run(filepath=filepath) File "/usr/share/blender/2.57/scripts/modules/bpy/ops.py", line 179, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "/usr/share/blender/2.57/scripts/presets/interaction/maya.py", line 10, in <module> bpy.context.user_preferences.inputs.invert_mouse_wheel_zoom = True AttributeError: 'UserPreferencesInput' object has no attribute 'invert_mouse_wheel_zoom' location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 location:/usr/share/blender/2.57/scripts/modules/bpy/ops.py:179 location:<unknown location>:-1 location:<unknown location>:-1 |
This task depends upon
Comment by Eric Belanger (Snowman) -
Tuesday, 28 June 2011, 01:07 GMT
This is fixed in blender-1:2.58-1 which is in the testing repo. BTW, it's no longer necessary (at least I think so) to copy the content of /usr/share/blender/2.57/ into ~/.blender