Python: Traceback (most recent call last):
File "/home/aobatroz/.config/blender/2.93/scripts/addons/VSE_Transform_Tools-master/operators/grab/grab.py", line 328, in invoke
if strip.use_translation:
AttributeError: 'TransformSequence' object has no attribute 'use_translation'
When I try to grab or select this error happens:
Python: Traceback (most recent call last): File "/home/aobatroz/.config/blender/2.93/scripts/addons/VSE_Transform_Tools-master/operators/grab/grab.py", line 328, in invoke if strip.use_translation: AttributeError: 'TransformSequence' object has no attribute 'use_translation'