Fix issues with btDbvt: use ATTRIBUTE_ALIGNED16 Removed several places where variable was declared within for statement: for (int i=0; should be int i; for (i=0
Fixed the MayaPlugin projectfile, using those ReleaseDll/DebugDll projects.
Thanks reltham for reporting!