I can add a Text strip with the following code:
effName = "eff" + tCStr[-3:] effName = sequences.new_effect( name=tField, type="TEXT", channel=tChan, frame_start=fStart, frame_end=fEnd) I can also specify the location, size, color, and text content in my Python script, but I have not been able to change the font.
Can some kind soul please give me a clue how to do this?
I know the following don't work:
fnt = bpy.data.fonts.load(tFont) bpy.ops.font.open(tFont) bpy.context.scene.sequence_editor.sequences_all[tField].font = tFont Note: tFont has the full path to the font.