bpy.ops.wm.path_open only works once #31428

Closed
opened 2012-05-12 18:27:32 +02:00 by Dany Lebel · 3 comments
Member

%%%Steps to reproduce:

  1. From the default startup scene, go into the "Scripting" screen setup.
  2. In the python console window, write bpy.ops.wm.path_open(). It opens a file browser.
  3. Do the same as step 2 for a second time. The file browser closes.
  4. Do step 2 once again. The file browser opens never more.
  5. Save the file and close blender.
  6. Do step 2. The file browser still does'nt open.

The issue occurs on Windows 7 64 bits with blender 2.63 r45996 64 bits official build.

Repro rate: 100%%%%

%%%Steps to reproduce: 1. From the default startup scene, go into the "Scripting" screen setup. 2. In the python console window, write bpy.ops.wm.path_open(). It opens a file browser. 3. Do the same as step 2 for a second time. The file browser closes. 4. Do step 2 once again. The file browser opens never more. 5. Save the file and close blender. 6. Do step 2. The file browser still does'nt open. The issue occurs on Windows 7 64 bits with blender 2.63 r45996 64 bits official build. Repro rate: 100%%%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'

%%%fixed r46585. now path argument is required and never saved for re-running.%%%

%%%fixed r46585. now path argument is required and never saved for re-running.%%%

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#31428
No description provided.