Revision d0b36bf by Benoit Bolsee March 15, 2008, 16:51 (GMT) |
fix bug with unitialized variable (thanks VS) |
Revision f70d9ce by Benoit Bolsee March 15, 2008, 16:49 (GMT) |
fix bug in walking through script linked list (thanks VS) |
Revision 2004e08 by Brecht Van Lommel March 15, 2008, 16:29 (GMT) |
Fix for bug #8565: bug rendering tangent space normal map on solid faces, caused by recent commit to solve spikes problem. |
Revision bb48a75 by Stephen Swaney March 15, 2008, 14:41 (GMT) |
compiler warning cleanup |
March 14, 2008, 20:11 (GMT) |
Added a WITH_BF_OPENMP option to add in proper flags for openmp support. Kent |
Revision def3575 by JLuc Peuriere March 14, 2008, 19:44 (GMT) |
forgot return value in C-api spotted by JM Soler |
Revision 8e12621 by Campbell Barton March 14, 2008, 18:53 (GMT) |
added mesh.getTangents() to the python api |
Revision 7f556ba by Brecht Van Lommel March 14, 2008, 18:21 (GMT) |
Fix for bug #8467: a softbody hair crash. |
Revision 56d7a61 by Campbell Barton March 14, 2008, 18:16 (GMT) |
fixed a possible use of uninitialized orco coords if the mesh has more totverts then keyblock elements. |
Revision fcdf2d6 by Brecht Van Lommel March 14, 2008, 18:08 (GMT) |
Fix for bug #8555: geometry node front/bake was broken. Fix for bug #7418: texture ipo's didn't show for textures in node materials. Fix for part of bug #6758: node materials in other node materials could miss texture coordinates. |
Revision a8e8993 by Ricki Myers March 14, 2008, 14:15 (GMT) |
Fix for linking error when building with blenderplayer. |
Revision 3f9f89f by Brecht Van Lommel March 14, 2008, 10:56 (GMT) |
Bugfix: baking selected to active did not include materials with Traceable disabled. |
Revision 8787ad1 by JLuc Peuriere March 14, 2008, 09:59 (GMT) |
Revision 3bec4f5 by Campbell Barton March 14, 2008, 09:46 (GMT) |
my last commit to readfile.c crashes some files, must look further into this. |
Revision ea46029 by Stephen Swaney March 14, 2008, 01:08 (GMT) |
cleanup some warnings about signed vs unsigned comparison |
Revision 93f8961 by Daniel Genrich March 14, 2008, 01:07 (GMT) |
Bugfix for cloth vectorblur (back to normal) |
Revision a68a7f4 by JLuc Peuriere March 13, 2008, 23:54 (GMT) |
Revision df27557 by Daniel Genrich March 13, 2008, 22:45 (GMT) |
Cloth header cleanup, bugfix (again) in wind calculation, bugfix for not working fields mindist GUI option |
Revision 2c78254 by Campbell Barton March 13, 2008, 21:41 (GMT) |
line commented out with the orange merge is needed for library linking when linking in objects that indirectly point to groups that are already directly linked in. This has been a problem for many peach scenes. but saving and reloading made the objects appear. |
Revision 6e24c23 by Brecht Van Lommel March 13, 2008, 21:14 (GMT) |
Fix for bug #5641: edge slide doesn't work straight after remove doubles. Also fixed some 64bit warnings in this file. |
|