11-07-2009, 05:11 AM
This property is also strange:Usually, if you have a drop down list, if you set the integer for the list to be more than the number of the items, the drop down list would go blank.
For example, Pflow's Position Object location property has 9 items. Executing this code would make it blank.(Index is 0 -based)I'm just guessing that the SolverType script access is there but is simply nonfunctional. (Which isn't really a big problem since Conjugate Gradient is the only option we have right now).
Code:
SolverTypeFor example, Pflow's Position Object location property has 9 items. Executing this code would make it blank.(Index is 0 -based)
Code:
$'Position Object 01'.location = 10
Jeff Lim

