doakey3 / Subsimport

Blender 3d addon for importing and editing subtitle and lyric files.
GNU General Public License v3.0
61 stars 15 forks source link

Erro in subtitles_to_seguencer #17

Open regivaldobep opened 1 year ago

regivaldobep commented 1 year ago

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

arieltools commented 1 year ago

Confirming this happening with Blender 3.5 and latest Subsimport.

Bl4ckh34d commented 6 months ago

Not yet fixes. Same error with Blender 4.0

winne617 commented 6 months ago

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