Notes:
* blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
This commit is contained in:
2009-04-20 15:06:46 +00:00
554 changed files with 36035 additions and 27044 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/**
* $Id: $
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*

View File

@@ -1032,9 +1032,11 @@ HaloRen *RE_inithalo(Render *re, ObjectRen *obr, Material *ma, float *vec, f
har->g= (yn*tg+ zn*ma->g);
har->b= (yn*tb+ zn*ma->b);
}
if(mtex->texco & 16) {
if(mtex->texco & TEXCO_UV) {
har->alfa= tin;
}
if(mtex->mapto & MAP_ALPHA)
har->alfa= tin;
}
}