Merge branch 'blender-v2.92-release'

This commit is contained in:
Jacques Lucke 2021-01-22 13:41:35 +01:00
commit 7a07ca1f8c
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@ struct float2 {
return &x;
}
operator float3() const
{
return float3(x, y, 0.0f);
}
float length() const
{
return len_v2(*this);