Add Image/Sequence to video editing Squencer: number of images are truncated #67881

Open
opened 2019-07-29 12:33:33 +02:00 by Harm Olthof · 7 comments

System Information
Operating system: Win10
Graphics card: GeForce GTX 1050Ti

Blender Version
broken: 2.8 RC3
worked: 2.8 build from ca 1 month ago

When you add images by drag 'n drop in de video sequencer, the number of images in the resulting strip is truncated aaround 27.

Exact steps for others to reproduce the error
(1) Open Blender
(2) from the splash-screen choose: video editing
(3) Open a windows explorer and select ca 100 jpg files;
(4) use drag n drop to drop the files in the sequencer;

You then have a strip of just 27 frames where the selected number of files is expected. This used to work in the beta's

**System Information** Operating system: Win10 Graphics card: GeForce GTX 1050Ti **Blender Version** broken: 2.8 RC3 worked: 2.8 build from ca 1 month ago When you add images by drag 'n drop in de video sequencer, the number of images in the resulting strip is truncated aaround 27. **Exact steps for others to reproduce the error** (1) Open Blender (2) from the splash-screen choose: video editing (3) Open a windows explorer and select ca 100 jpg files; (4) use drag n drop to drop the files in the sequencer; You then have a strip of just 27 frames where the selected number of files is expected. This used to work in the beta's
Author

Added subscriber: @klas2iop

Added subscriber: @klas2iop

Added subscribers: @iss, @ChristopherAnderssarian

Added subscribers: @iss, @ChristopherAnderssarian

@iss Can confirm. Only adding through add menu works...

@iss Can confirm. Only adding through add menu works...
Richard Antalik was assigned by Sebastian Parborg 2019-08-12 11:42:34 +02:00

Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'

Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'

Added subscriber: @mont29

Added subscriber: @mont29

We never supported dropping multiple files, this is a limitation of current D&D code in Blender. And the SEQUENCER_OT_image_strip_add operator called by the drop action needs all the files to properly generates one strip per image.

Maybe before we where instead generating a 'movie' strip using SEQUENCER_OT_movie_strip_add operator instead?

in any case, I woudl at best consider that as a known issue, definitively not a bug (code is working as intended here afaikt).

We never supported dropping multiple files, this is a limitation of current D&D code in Blender. And the `SEQUENCER_OT_image_strip_add` operator called by the drop action needs all the files to properly generates one strip per image. Maybe before we where instead generating a 'movie' strip using `SEQUENCER_OT_movie_strip_add` operator instead? in any case, I woudl at best consider that as a known issue, definitively not a bug (code is working as intended here afaikt).
Author

@mont29 I would like to point out that from a user perspective it is very confusing that you can drop say a 100 images, and end up with something like 27 images.
So if you make it a known issue it would be much clearer for the user if you'd remove the drag-n-drop behavior all together.

@mont29 I would like to point out that from a user perspective it is very confusing that you can drop say a 100 images, and end up with something like 27 images. So if you make it a known issue it would be much clearer for the user if you'd remove the drag-n-drop behavior all together.
Philipp Oeser removed the
Interest
VFX & Video
label 2023-02-10 09:32:11 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
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#67881
No description provided.