Posted by: | fernandospirit | |
Data created: | 19 October 2018 |
Hi, I want apply a noise effect. But I want 10% with magnitude of 3 and the rest 90% with magnitude of 1. $nonStrayValue=0.0000;#0.0,1.0 $strayValue=1.0000;#0.0,1.0 $percent=10.0;#0.0,100.0 $stray=hash($id) <= $percent/100.0 ? $strayValue:$nonStrayValue; $stray ----------------- ------------------------------------------- 2) In xgen I can use Tube Groomming. Is there a way in Ornatrix? Mesh -> Generate Guides (which get automatically area region control) ------------------------ 3) In Xgen I do have Areas Regions control that I can paint blue, red, green. As consequence I can apart areas with different effects. I would like REGION areas by painted mesh. Not just by Strands(guides)
thanks in advance :)
|