Blendutils addon : python import error #47916

Closed
opened 2016-03-24 15:45:28 +01:00 by Manuel Rais · 8 comments

System Information
Windows 7 x64

Blender Version
Blender 2.77 windows 64
When packing into zip a blendfile through the blender UI (not in "background"), there's an import error.
I guess it's in blendfile_path_walker.py (in the blend folder) at line 630
I just replaced "import blendfile" by "from blend import blendfile" and it worked.

Exact steps for others to reproduce the error
Open blender with the default scene, activate the blendutils addon.
Click on File/External Data/Pack Blend To Archive.

**System Information** Windows 7 x64 **Blender Version** Blender 2.77 windows 64 When packing into zip a blendfile through the blender UI (not in "background"), there's an import error. I guess it's in blendfile_path_walker.py (in the blend folder) at line 630 I just replaced "import blendfile" by "from blend import blendfile" and it worked. **Exact steps for others to reproduce the error** Open blender with the default scene, activate the blendutils addon. Click on File/External Data/Pack Blend To Archive.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @g-lul

Added subscriber: @g-lul
Author

My tiny little patch (please don't laugh :) ): patch.diff

My tiny little patch (please don't laugh :) ): [patch.diff](https://archive.blender.org/developer/F298178/patch.diff)
Campbell Barton was assigned by Bastien Montagne 2016-03-26 13:11:30 +01:00

Added subscriber: @mont29

Added subscriber: @mont29
Campbell Barton removed their assignment 2016-08-11 06:34:54 +02:00

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Brendon Murphy self-assigned this 2016-09-03 12:26:19 +02:00
Member

was resolved by c24359d93a
closing

was resolved by c24359d93a4d closing
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#47916
No description provided.