Closed henriiquecampos closed 5 years ago
Is this blender 2.79? We don't support it anymore, you should work with blender 2.80 and a recent version of the plugin.
Then, if you have the same issue in the latest version, please go to the script editor/workspace and copy/paste the content of the JSON file that the operator stores there.
Note this never happened to me: I always use this operator to import all my footage. So it might have something to do with the file name? Anyway gotta see with the latest version of the addon as I changed some code in this operator
Just tested in 2.8, the issue seems to be solved. Gonna update to it.
Reopening this, it is still happening in 2.8 in the following .gif it skipped the first and second itens, and note it skipped the audio files for these as well
I need reproducible steps, otherwise can't fix the bug. I've never had it here
Reproduction Steps
root
audio
, image
and video
foldersroot
folder.video
and audio
folders (.mp4 for video, .flac for audio)0
Import Local Footage
Notes
Try naming the files with the following structure: 000 - File Name.extension
where 000
is the file index
I just needed what makes this bug happen reliably, the naming pattern in this case. Thanks, I'll check it out
On April 19, 2019 1:33:08 AM GMT+09:00, Henrique Campos notifications@github.com wrote:
Reproduction Steps
- Create a folder, e.g.
root
- Add
audio
,image
andvideo
folders- Create a .blend file and save in the
root
folder.- Add some, 10+, files to
video
andaudio
folders (.mp4 for video, .flac for audio)- Open the .blend file
- Position the cursor at the frame
0
- Press CTRL + I to trigger the PowerSequencer
Import Local Footage
Notes
Try naming the files with the following structure:
000 - File Name.extension
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/GDquest/Blender-power-sequencer/issues/344#issuecomment-484584017
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
I just tested this, I don't have the problem. All video files get imported properly:
16 input files, same naming scheme... does this still happen with the latest Blender 2.80 and latest power sequencer? If so, could you send me a project folder that has the issue? Import local footage mainly checks that the file is e.g. video/**/*.video_ext
and that it's not in a BL_proxy
folder, so there shouldn't be issues regardless of the name. I don't understand why it's happening - and why it's happening to you in particular.
I'm doing it through the built-in workflow lately...I will try to test it out soon to see if I can get this again.
I rewrote import local footage, still couldn't reproduce the issue. Closing for now, please reopen if you still have it.
Whenever I import files using
Import Local Footage
CTRL + I it ignores the first file on each folder.