kurtontheway / stretchmesh

Automatically exported from code.google.com/p/stretchmesh
0 stars 0 forks source link

when compiling against maya 2012, plugin will crash when iterations are turned on. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.compile against  maya 2012 
2.create sphere, apply stretchMesh manually. 
3. set attr  iterations to  1  
3. segFault..

trying to trace this back a bit,  
it appears that the vector  "connectedVertArray" is  empty. 

we are compiling this against  maya 2012 on  linux and windows, and 
it fails the same way on both,  however  maya 2011  works fine with the same 
exact  makeFile / build setup. 

points to something in the API changing possibly? 

any ideas?  

I can also help compile  for other platforms if you need.. 

-johnc 

Original issue reported on code.google.com by redpa...@gmail.com on 6 Feb 2012 at 11:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I had the same problem (2012 win x64).
Fixing the "typo" suggested in issue 2 solved the crash problem.

- djx

Original comment by david....@gmail.com on 7 Feb 2012 at 11:26