gmask
08-22-2008, 05:13 PM
Here's an example pretty much from the docs
//makes some particles
particle -p 0 0 0 -p 3 5 6 -p 5 6 7 -p 9 9 9;
// should return the age of the particle with id 1 in object particle1
particle -q -attribute age -id 1 particle1;
// Error: No object matches name: age //
//makes some particles
particle -p 0 0 0 -p 3 5 6 -p 5 6 7 -p 9 9 9;
// should return the age of the particle with id 1 in object particle1
particle -q -attribute age -id 1 particle1;
// Error: No object matches name: age //
