Merge branch 'blender-v4.4-release'

This commit is contained in:
Hans Goudey
2025-02-18 11:32:47 -05:00

View File

@@ -2199,16 +2199,7 @@ Mesh *dynamicPaint_Modifier_do(
/* Create a surface for uv image sequence format. */
#define JITTER_SAMPLES \
{ \
0.0f, \
0.0f, \
-0.2f, \
-0.4f, \
0.2f, \
0.4f, \
0.4f, \
-0.2f, \
-0.4f, \
0.3f, \
0.0f, 0.0f, -0.2f, -0.4f, 0.2f, 0.4f, 0.4f, -0.2f, -0.4f, 0.3f, \
}
struct DynamicPaintCreateUVSurfaceData {