I have a question about scripting parameters…
When I calculate a parameter like, say, grabbing it from a table, does that get calculated every frame? Just trying to figure out how much of a speed hit I am creating.
I set alot of parameters with table references, to tables that aren’t constantly changing, and I believe you don’t get a big hit if the table hasn’t changed, but I’m not positive. If the value were changing every frame, i think it would be a bit more of a hit than a CHOP reference or an export.
With things that don’t change on a per frame basis, I’ve been trying to get into the habit of using execute scripts to just hard set the parmeters without referencing or putting expressions into the parameter itself, but I’m not sure of the efficiency differences.
Malcolm probably knows best though.