+ bugfix in btAlignedObjectArray, not calling destructors on resize to smaller array.
Thanks Benoit for pointing this out, and bugfix: http://code.google.com/p/bullet/issues/detail?id=218 + Added point to point, hinge, slider and generic 6dof constraints to Maya Dynamica plugin Thanks to Herbert Law for the constribution: http://code.google.com/p/bullet/issues/detail?id=221
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
;--------------------------------
|
||||
|
||||
; The name of the installer
|
||||
Name "Dynamica Bullet 2.73 physics plugin for Maya 2008"
|
||||
Name "Dynamica Bullet 2.75 physics plugin for Maya 2008"
|
||||
|
||||
; The file to write
|
||||
OutFile "DynamicaForMaya2009_32bit.exe"
|
||||
OutFile "DynamicaForMaya2008_32bit.exe"
|
||||
|
||||
|
||||
; The default installation directory
|
||||
InstallDir $PROGRAMFILES\DynamicaBullet2.73\
|
||||
InstallDir $PROGRAMFILES\DynamicaBullet2.75\
|
||||
|
||||
UninstPage uninstConfirm
|
||||
UninstPage instfiles
|
||||
|
||||
Reference in New Issue
Block a user