View Single Post
  #1  
Old 11-15-2007, 07:53 PM
cade_mccall cade_mccall is offline
Member
 
Join Date: Sep 2004
Posts: 61
transform deprecation problem

I have a module that works in Vizard 2.5 but doesn't work in Vizard 3.0.

Originally, the module used <transform>.mult and <transform>.fullMult. Because 3.0 doesn't have <transform>.mult, I changed that to <transform>.postMult (I was guessing there). The script still works in 2.5 when I do that so it seems like it's the right substitute, but it still doesn't work properly in 3.0.

Also, when I try running it in 3.0, I get a deprecation warning about fullMult, but even when I replace fullMult with postMult (the suggested substitute), the program still fails to work. Any ideas?

Let me know if you want me to send the files.

Thanks,
Cade
Reply With Quote