Files
test/source/blender/editors
Falk David 23e9ebfdbd Fix: GPv3: Crash when transforming keyframes
Blender would crash when trying to move/duplicate, etc. some keyframes.
This was because the `convert_type_get` function in the transform code
would return the wrong transform type `TransConvertType_GreasePencil`
instead of `TransConvertType_Action`.
The fix makes sure that we only return the
`TransConvertType_GreasePencil` in the 3d viewport.
2023-10-25 10:24:35 +02:00
..
2023-10-23 19:19:38 +02:00
2023-10-23 19:41:49 +02:00
2023-09-25 17:53:11 -04:00
2023-10-09 23:54:43 +02:00