Files
test/source/blender/editors/transform
Germano Cavalcante 3e78c9e5bb Fix T91766: NLA Editor - Segmentation fault on strip resize
NLA and Dope Sheet use a specific transform operation to scale.

Unlike the conventional resize operation, `TIME_SCALE` operates on `td->val`.

This is a bit outside the convention of transform operators.

The expected thing in this case would be to work in `td->loc` and use the conventional resize operator.

But for now, to fix the problem, use `td->loc` in the `TIME_SCALE` operation.

This commit also brings a cleanup in the style of some comments and removing unnecessary `memset`.
2021-09-28 10:24:02 -03:00
..
2021-09-21 10:55:04 +02:00
2021-09-21 10:55:04 +02:00
2021-09-21 10:55:04 +02:00
2021-09-21 10:55:04 +02:00
2021-09-21 10:55:04 +02:00
2021-09-21 10:55:04 +02:00