Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-04-26 20:02:26 +0400
committerTon Roosendaal <ton@blender.org>2003-04-26 20:02:26 +0400
commit695c9688258ad6a42c8599c3a3e67409d8965ac8 (patch)
tree1b327ff13ac579ca26e0377dcfd6fce5572c38c6 /source/blender/blenlib/intern/noise.c
parent701ebe126ab847609d81d00ebf1715911b7a07d1 (diff)
- translations for comments in blender lib files
Diffstat (limited to 'source/blender/blenlib/intern/noise.c')
-rw-r--r--source/blender/blenlib/intern/noise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/noise.c b/source/blender/blenlib/intern/noise.c
index ca2cf44595f..9496bb72638 100644
--- a/source/blender/blenlib/intern/noise.c
+++ b/source/blender/blenlib/intern/noise.c
@@ -208,7 +208,7 @@ float BLI_turbulence1(float noisesize, float x, float y, float z, int nr)
-/* ********************* VAN PERLIN HIMSELF: ******************** */
+/* ********************* FROM PERLIN HIMSELF: ******************** */
static char p[512+2]= {
@@ -368,7 +368,7 @@ float turbulence_perlin(float *point, float lofreq, float hifreq)
-/* *************** AANROEPEN ALS: *************** */
+/* *************** CALL AS: *************** */
float BLI_hnoisep(float noisesize, float x, float y, float z)
{