On Wed, 23 Feb 2005, Toni Alatalo wrote: > http://studio.kyperjokki.fi/engine/SoyaCalTex - there's an annotated > even forcing that didn't change anything. that was in line 316 of > cal3d/shape.pyx: > if my_submesh._material._option & MATERIAL_ALPHA: self._option = > self._option | CAL3D_ALPHA > .. changed that to if 1: but saw no change, will look at that more now ..
oops, was wrong about that: with this test, the check does work - added debug prints that print the i & j values the loop iterates, and for that model am getting: Cal3dShape Alpha used 0 0 Cal3dShape Alpha NOT used 0 1 > ~Toni same
