Expressions + Tube Grooming and Region Control

 
 
 
Posted by:fernandospirit
Data created:19 October 2018

Hi,

I am learning Ornatrix. I would like to know how I could sort out steps that I am used to use in XGen
1) Strays, In xgen I do use expression. Example

I want apply a noise effect. But I want 10% with magnitude of 3 and the rest 90% with magnitude of 1.
Plus I add frequency for the noise.
The expression that I use in xgen is something like:

$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

-----------------
This expression creates a slider wich I can control values for stray and not stray % and magnitude.
Is there a way in ornatrix and how?

-------------------------------------------

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 :)