Subsimport icon indicating copy to clipboard operation
Subsimport copied to clipboard

Erro in subtitles_to_seguencer

Open regivaldobep opened this issue 2 years ago • 3 comments

I saw that the problem with the flame_start function that asks for an integer value instead of a float has already been fix, but for some reason even with the variable strip_start = int(round(start_time * fps, 0)) that is, having a value int, the console keeps showing the same type of error when I try to import some subtitles. the error that appears is that:

Python: Traceback (most recent call last): File "C:\Users\regiv\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Subsimport\operators\import_subtitles.py", line 78, in execute strips = subtitles_to_sequencer(context, subs) File "C:\Users\regiv\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Subsimport\operators\tools\subtitles_to_sequencer.py", line 36, in subtitles_to_sequencer text_strip = scene.sequence_editor.sequences.new_effect( TypeError: SequencesTopLevel.new_effect(): error with keyword argument "frame_start" - Function.frame_start expected an int type, not float

regivaldobep avatar Feb 11 '23 12:02 regivaldobep

Confirming this happening with Blender 3.5 and latest Subsimport.

arieltools avatar Apr 21 '23 13:04 arieltools

Not yet fixes. Same error with Blender 4.0

Bl4ckh34d avatar May 09 '24 13:05 Bl4ckh34d

hey Daniel, any news on this issue? addon is quite useless without text. what can we do? thx

winne617 avatar May 26 '24 13:05 winne617