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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-15 01:57:18 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-15 01:57:18 +0400
commit8da29921baccb4898cd986072d72b2ecdc295a11 (patch)
treeb1416db64989d64318ce614a88990e5e6355c618 /source/blender/radiosity
parent0b890467901a32543b874be8eb93a55dff6d3538 (diff)
- added mesh_get_texspace (should be used instead of direct access)
which calculates texspace on demand if need be. - removed almost all calls to tex_space_mesh There may be a few corner cases where this goes wrong (meshes with vertex keys) but these should get ironed out by coming modifier system.
Diffstat (limited to 'source/blender/radiosity')
-rw-r--r--source/blender/radiosity/intern/source/radpostprocess.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/radiosity/intern/source/radpostprocess.c b/source/blender/radiosity/intern/source/radpostprocess.c
index 74b72e3cab6..12a7408a399 100644
--- a/source/blender/radiosity/intern/source/radpostprocess.c
+++ b/source/blender/radiosity/intern/source/radpostprocess.c
@@ -1014,7 +1014,6 @@ void rad_addmesh(void)
}
VECCOPY(ob->loc, cent);
- tex_space_mesh(me);
/* restore colors */
face= RG.facebase[(startf-1)>>10]+((startf-1) & 1023);