GPv3: Select box grease pencil frames #110939

Merged
Amélie Fondevilla merged 4 commits from Chao-Li/blender:110522 into main 2023-08-16 11:44:23 +02:00

4 Commits

Author SHA1 Message Date
Chao Li bdf079bf68 ACTION_OT_select_box takes into consideration grease pencil summary channel 2023-08-15 22:11:01 -04:00
Chao Li abc262b852 Rename select_frames_box to select_frames_range 2023-08-15 21:13:10 -04:00
Chao Li 2970221428 Merge branch 'main' into 110522 2023-08-15 21:10:27 -04:00
Chao Li 182484666b GPv3: Select box grease pencil frames
Adapt the `ACTION_OT_select_leftright`, `ACTION_OT_select_box` and `ACTION_OT_select_column` operators to take into account grease pencil layer channels. These operators call `actkeys_select_leftright`, `box_select_elem`, and `markers_selectkeys_between`, respectively. In these three functions, grease pencil layer channels are considered now. This resolves #110522.
2023-08-08 21:07:07 -04:00