scripted ops/ multiple output method 2005-03-03 - By Javier
Back i got some scripted ops--relatively complex-- that output to several objecs kinematics what i do is in the update routine i check, lets say
if (Out.name == "OutGlobal"){Out.transform = myresult;} else if (Out.name == "OutGlobal1"){Out.transform = mybyproduct;} //myresult and mybyproducts are transforms in this example
sometimes this works for both outputs sometimes just for one.... I tried this with several ops, that i am developing concurrently and its always the same story, it works for a while and then all of a sudden it does not.
1. is there a less buggy method to have several outputs per operator 2. or should i compile this--i know i have to eventually but i got some reading to do for this
thanx in advance j --- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|