Sequence editor image include fail #44886

Closed
opened 2015-05-29 19:09:33 +02:00 by Max Voss · 12 comments

System Information
Operating system and graphics card

Xubuntu 15.04
Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09)

Blender Version
Broken: (2.74 64 bit linux official release)
Worked: (2.74 64 bit windows official release)

Short description of error
When importing the image with python the image doesn't get loaded. The object for the sequence editor gets created though.

It does work normally with the menu button though.

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

Run
"
import bpy

path="path_to_some_picture_of_yours.jpg"

bpy.data.scenes['Scene'].sequence_editor.sequences.new_image("foo",path,1,1)
"

If it runs without erros and the image doesn't show upp you have reproduced the bug.

**System Information** Operating system and graphics card Xubuntu 15.04 Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) **Blender Version** Broken: (2.74 64 bit linux official release) Worked: (2.74 64 bit windows official release) **Short description of error** When importing the image with python the image doesn't get loaded. The object for the sequence editor gets created though. It does work normally with the menu button though. **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps Run " import bpy path="path_to_some_picture_of_yours.jpg" bpy.data.scenes['Scene'].sequence_editor.sequences.new_image("foo",path,1,1) " If it runs without erros and the image doesn't show upp you have reproduced the bug.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @MaxVoss

Added subscriber: @MaxVoss
Member

Added subscriber: @Blendify

Added subscriber: @Blendify

Added subscriber: @sindra1961

Added subscriber: @sindra1961

I think that it works.

sc.png
sc.blend

Did you run a script after you added Scene in Sequence Editor?
If Scene is not added, the attribute called sequences does not exist.

I think that it works. ![sc.png](https://archive.blender.org/developer/F181797/sc.png) [sc.blend](https://archive.blender.org/developer/F181799/sc.blend) Did you run a script after you added Scene in Sequence Editor? If Scene is not added, the attribute called sequences does not exist.

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Please include example files. this worked for me in a simple test.

Please include example files. this worked for me in a simple test.
Member

The report says that it crashes on Linux and not windows so make sure the test on Linux

The report says that it crashes on Linux and not windows so make sure the test on Linux

Removed subscriber: @sindra1961

Removed subscriber: @sindra1961

Added subscriber: @mont29

Added subscriber: @mont29

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2015-06-08 16:02:08 +02:00

No news since one week…

No news since one week…
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#44886
No description provided.