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.