Python: Traceback (most recent call last):
File "C:\Users\[user]\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\VSE_Transform_Tools\operators\grab\grab.py", line 328, in invoke
if strip.use_translation:
AttributeError: 'ColorSequence' object has no attribute 'use_translation'
When scaling a color layer in the VSE:
Python: Traceback (most recent call last):
File "C:\Users\ravdw\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\VSE_Transform_Tools\operators\scale\scale.py", line 369, in invoke
left, right, bottom, top = get_group_box([strip])
File "C:\Users\ravdw\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\VSE_Transform_Tools\operators\utils\geometry\get_group_box.py", line 32, in get_group_box
boxes.append(get_strip_box(strip))
File "C:\Users\ravdw\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\VSE_Transform_Tools\operators\utils\geometry\get_strip_box.py", line 32, in get_strip_box
if not strip.use_translation and not strip.use_crop:
AttributeError: 'MovieClipSequence' object has no attribute 'use_translation'
When grabbing color layer in the VSE:
When scaling a color layer in the VSE: