2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD
Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* $Id: $
|
||||
* $Id$
|
||||
*
|
||||
* ***** BEGIN GPL LICENSE BLOCK *****
|
||||
*
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user