/* This file downloaded from Highend3d.com '' '' Highend3d.com File Information: '' '' Script Name: HairStrokes v1.0 '' Author: Dai Sato '' Last Updated: April 11, 2004 '' Update/Change this file at: '' http://www.highend3d.com/maya/mel/?section=paintfx#2873 '' '' Please do not alter any information above this line '' it is generated dynamically by Highend3d.com and will '' be changed automatically on any updates. */ //HairStrokes // // Date: 2004/04/09 // Author: Dai Sato dstruevision@dstruevision.com http://www.dstruevision.com // Procedure Name: HairStrokes // // Description: This scripts simple script list all strokes in your scene and // change sample density of all selected strokes in a list. global proc displaySliderChange(){ float $sliderValue = `floatSlider -q -v displaySlider`; floatField -edit -v $sliderValue displayField; string $selectedList[] = `textScrollList -q -si strokeList`; for($i=0;$i