//SelectParticles // // Date: 2004/01/30 // Author: Dai Sato dstruevision@dstruevision.com http://www.dstruevision.com // Procedure Name: SelectParticles // // Description: This simple scripts enable you to select all particles of a particle. // Basic usage is that first select a particle in outliner ,then press select particles button. global proc mySelectParticles() { string $currentSelection[] = `ls -sl`; string $selection[]; if(!($currentSelection[0]=="")) { string $itsHistory[] = `listHistory $currentSelection[0]`; for($i=0;$i