WIP: Basic support for registering asset shelf as a type in BPY #104991

Closed
Julian Eisel wants to merge 73 commits from JulianEisel:temp-asset-shelf-type-bpy into asset-shelf

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5de924a656 - Show all commits

View File

@ -131,7 +131,7 @@ TEST(math_matrix, mul_m4_series)
{0.0f, 0.0f, 125.0f, 0.0f},
{0.0f, 0.0f, 0.0f, 343.0f},
};
EXPECT_M3_NEAR(matrix, expect, 1e-5);
EXPECT_M4_NEAR(matrix, expect, 1e-5);
}
namespace blender::tests {