I am a complete Blender noob. I am editing a simple video (no 3D objects) and I am trying to apply the same transformation to multiple images at once. However, I can't select and apply to multiple.
system info:
version: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash: e1ccd9d4a1d3, type: release
build date: 2023-04-24, 23:31:15
platform: 'Linux-6.2.0-36-generic-x86_64-with-glibc2.35'
binary path: '/home/foo/Desktop/blender-3.5.1-linux-x64/blender'
build cflags: -Wall -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wno-stringop-overread -Wno-stringop-overflow -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2
build cxxflags: -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wno-stringop-overread -Wno-stringop-overflow -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2
build linkflags: -Wl,--version-script='/home/blender/git/blender-v350/blender.git/source/creator/symbols_unix.map'
build system: CMake
windowing environment: 'X11'
Steps I followed:
- select image
- repeat until I add 3 images
- Put images in a single channel
- before applying transformation to single image
- after applying transformation to single image (the green bullets show the transformations I applied)
I expected that if multiple images were selected and I would edit the transformations the transformation would be applied to all the selected images. However this is not happening
- select multiple images
- but transformation is only applied to the image (object in the video editor) with the white contour, not the orange ones
Edit: added Blender system info









Alt+Shift+ click https://blender.stackexchange.com/a/119873/176564 – vkats Nov 10 '23 at 09:05Altwhile pressingEnteris method 2, not method 1. Still it is not relative, but absolute... But I've also added something to method 1: if you holdAltwhile scrolling a slider, this will work like method 2, only applying the amount of change. But using a slider with method 2 is not possible. – Gordon Brinkmann Nov 10 '23 at 09:30