GDQuest / blender-power-sequencer

Add-on for video editing in Blender 3D: edit videos faster! Included in Blender 2.81+
https://gdquest.com/blender/power-sequencer/
GNU General Public License v3.0
708 stars 58 forks source link

Insert crossfade generates an error in blender 3.2 #463

Closed kodiakcreativity closed 2 years ago

kodiakcreativity commented 2 years ago

select a strip and insert a cross fade using CTRL+ALT+c An error results. with the release notes for Blender 3.2 it looks like several parameters were transitioned from int to float values to allow more smoothness in animations, I think this is the problem. the error states that it is expecting an int but found a float.

Python: Traceback (most recent call last): File "/programfiles/Blender/3.2/scripts/addons/power_sequencer/operators/crossfade_add.py", line 64, in execute self.offset_sequence_handles(context, s, s_to_offset) File "/programfiles/Blender/3.2/scripts/addons/power_sequencer/operators/crossfade_add.py", line 102, in offset_sequence_handles sequence_1.frame_final_end -= fade_offset TypeError: bpy_struct: item.attr = val: MulticamSequence.frame_final_end expected an int type, not float

NathanLovato commented 2 years ago

Already fixed, duplicate of #455