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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-13 13:00:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-13 13:00:27 +0300
commit07451335280d2b647e97206666c698b3de663f18 (patch)
treecf82a23db2038ff4b1cf363cc135187df92a9cd8 /source/blender/radiosity
parent56b9617ce022ad6a2321f9e9f1a6f7ba9ee7c80f (diff)
removed videoscape support, a format from 1988 that nobody uses anymore.
Diffstat (limited to 'source/blender/radiosity')
-rw-r--r--source/blender/radiosity/intern/source/radpreprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/radiosity/intern/source/radpreprocess.c b/source/blender/radiosity/intern/source/radpreprocess.c
index 6fe0e2bfdac..0fef1414482 100644
--- a/source/blender/radiosity/intern/source/radpreprocess.c
+++ b/source/blender/radiosity/intern/source/radpreprocess.c
@@ -352,7 +352,7 @@ void rad_collect_meshes()
if (!during_script()) error("No vertices");
return;
}
- vnc= RG.verts= MEM_callocN(RG.totvert*sizeof(VeNoCo), "readvideoscape1");
+ vnc= RG.verts= MEM_callocN(RG.totvert*sizeof(VeNoCo), "radioverts");
RG.min[0]= RG.min[1]= RG.min[2]= 1.0e20f;
RG.max[0]= RG.max[1]= RG.max[2]= -1.0e20f;