blender/source
Campbell Barton 7d0e4ac889 simplify pass drawing, give each pass its own list, avoids some context switching.
- also fixes a problem where xray+transp+alpha1.0 objects wouldnt draw at all.
- the patch worked by adding twice but this leaked memory.
- solve by adding the xraytransp object to the xray list if the alpha is 1.0
2010-08-25 14:23:02 +00:00
..
blender simplify pass drawing, give each pass its own list, avoids some context switching. 2010-08-25 14:23:02 +00:00
blenderplayer remove rna function template_triColorSet(), was only used in one place and can be done just as well with 3 function calls. 2010-08-25 00:34:40 +00:00
creator rename some cmake build targets 2010-08-24 04:29:23 +00:00
darwin Update address in license block. 2010-08-10 21:22:26 +00:00
gameengine Fix BGE bug reported by Gilberto: BL_AmartureObject.channels returns only one channel. Fix BL_ArmatureChannel.joint_rotation now that bPoseChannel structure is passed directly to the get function. 2010-08-25 09:25:11 +00:00
icons Update address in license block. 2010-08-10 21:22:26 +00:00
kernel Update address in license block. 2010-08-10 21:22:26 +00:00
CMakeLists.txt
Makefile Group all AUD libs, duplicate one to avoid linker error. 2010-08-17 01:50:47 +00:00
SConscript