From a0fa5d734c7a96776ee56828a4b3fcf895f09976 Mon Sep 17 00:00:00 2001 From: Frederic Devernay Date: Mon, 14 Nov 2022 17:15:35 -0800 Subject: [PATCH] SeNoise: set default YRotate to default XRotate For backward compatibility, because of the fix introduced in: - https://github.com/NatronGitHub/openfx-io/pull/23 - https://github.com/NatronGitHub/openfx-io/commit/61e96771232db7cb67d32147c895e16de898e2a7 --- SeExpr/SeNoise.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SeExpr/SeNoise.cpp b/SeExpr/SeNoise.cpp index 4956c16..a0f3500 100644 --- a/SeExpr/SeNoise.cpp +++ b/SeExpr/SeNoise.cpp @@ -244,7 +244,7 @@ enum VoronoiTypeEnum { #define kParamYRotate "YRotate" #define kParamYRotateLabel "Y Rotate" #define kParamYRotateHint "Rotation about the Y axis in the 3D noise space (X,Y,Z). Noise artifacts may appear if it is 0 or a multiple of 90." -#define kParamYRotateDefault 37. +#define kParamYRotateDefault 27. #define kPageTransform "transformPage" #define kPageTransformLabel "Transform"