jmiguel2902 / blur-dev

Automatically exported from code.google.com/p/blur-dev
0 stars 0 forks source link

bug with quaternion multiplication #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. a = mxs.quat(-0.637991, 0.17537, -0.180794, 0.727685) ### any quat
2. a*mxs.inverse(a)
3.

What is the expected output? What do you see instead?
Max Application Error 

What version of the product are you using? On what operating system?
3dsmax 2009, Win XP 64

Please provide any additional information below.
I used this code in the old version of Py3dsMax, and everything was ok. Now 
when updated, this error appears. I solved it by 'mxs.execute'. 

Original issue reported on code.google.com by michael....@gmail.com on 2 Jun 2011 at 9:34

GoogleCodeExporter commented 9 years ago
Thanks for the repro - I'll have a look into this one soon.

Original comment by eric.hul...@gmail.com on 4 Jun 2011 at 9:13