bpy.ops.wm.append message #41737

Closed
opened 2014-09-07 06:14:07 +02:00 by Jakub Uhlik · 10 comments

System Information
Mac OS X 10.9.3

Blender Version
Broken: 2.71 671f75a
Worked: 2.71

Short description of error and Exact steps for others to reproduce the error
using append from menu will result in this message in terminal: RNA_boolean_get: WM_OT_append.relative_path not found.
using append from script and providing missing parameter will result in this error:

File "/Applications/Blender/blender-2.71-671f75a-OSX-10.6-x86_64/blender-2.71-671f75a.app/Contents/MacOS/../Resources/2.71/scripts/modules/bpy/ops.py", line 188, in __call__
  ret = op_call(self.idname_py(), None, kw)

TypeError: Converting py args to operator properties: : keyword "relative_path" unrecognized

**System Information** Mac OS X 10.9.3 **Blender Version** Broken: 2.71 671f75a Worked: 2.71 **Short description of error** and **Exact steps for others to reproduce the error** using append from menu will result in this message in terminal: RNA_boolean_get: WM_OT_append.relative_path not found. using append from script and providing missing parameter will result in this error: ``` File "/Applications/Blender/blender-2.71-671f75a-OSX-10.6-x86_64/blender-2.71-671f75a.app/Contents/MacOS/../Resources/2.71/scripts/modules/bpy/ops.py", line 188, in __call__ ret = op_call(self.idname_py(), None, kw) ``` TypeError: Converting py args to operator properties: : keyword "relative_path" unrecognized
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @JakubUhlik

Added subscriber: @JakubUhlik
Andrea Weikert was assigned by Bastien Montagne 2014-09-07 09:37:51 +02:00

Added subscriber: @mont29

Added subscriber: @mont29

Andrea, you changed those ops recently, mind having a look? thanks. :)

Andrea, you changed those ops recently, mind having a look? thanks. :)

Added subscriber: @ThomasDinges

Added subscriber: @ThomasDinges

WM_operator_properties_filesel() in the append operator is missing the "WM_FILESEL_RELPATH" flag. But I don't think this is a bug. For appending, relative paths are not needed, as the data will be copied into the current blend, no need to keep a reference of the path.

Oh and I don't get an error message in my terminal with 50d6067.

WM_operator_properties_filesel() in the append operator is missing the "WM_FILESEL_RELPATH" flag. But I don't think this is a bug. For appending, relative paths are not needed, as the data will be copied into the current blend, no need to keep a reference of the path. Oh and I don't get an error message in my terminal with 50d6067.
Member

I'll take a look, looks like the relative path property is accessed even though it is not needed as Thomas mentioned.

I'll take a look, looks like the relative path property is accessed even though it is not needed as Thomas mentioned.

This issue was referenced by blender/blender@3fec3f0bce

This issue was referenced by blender/blender@3fec3f0bce0a49a09afd76e175d3d95e0cff9e96
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

Closed by commit blender/blender@3fec3f0bce.

Closed by commit blender/blender@3fec3f0bce.
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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#41737
No description provided.