Hi all there !
I've just found a little bug that occurs on some UNIX architectures
(say, Digital Alpha) but not others (SGI, Linux). This bug actually leads to
a Floating Exception when applying a 'transform identifier' to any object.
To fix it (maybe not the best way):
1) Go to Parse_Object_Mods in parse.c
2) Find the 'CASE (TRANSFORM_TOKEN)' in line 1044
3) Then comment/remove the following function call:
'Compose_Transforms(Object->UV_Trans, &Local_Trans);' on line 1057
since Local_Trans is probably not defined in this case.
Sorry if this bug has been previously reported...
Bye !
*** Nicolas Calimet
*** http://altern.org/pov4grasp
Post a reply to this message
|