Node: Gabor Noise Texture #110802

Open
Charlie Jolly wants to merge 68 commits from CharlieJolly/blender:gabor into main

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 4627b0760c - Show all commits

View File

@ -128,7 +128,7 @@ static void node_init(bNodeTree * /*ntree*/, bNode *node)
tex->kernel = SHD_GABOR_KERNEL_GABOR;
tex->anisotropic = SHD_GABOR_MODE_ISOTROPIC;
tex->periodic = 0;
tex->normalize = 0;
tex->normalize = 1;
tex->dimensions = 2;
node->storage = tex;
}