Itoo Software Forum

Author Topic: Randomize once for spline  (Read 3898 times)

Rokas

  • Hero Member
  • *****
  • Posts: 3324
Randomize once for spline
« on: August 06, 2014, 01:53:29 PM »
Hi
I have shape with multiple splines.
It is possible to take random segment, and use it for whole spline, and only randomize again for another spline?
It can by simply done assigning spline ID`s but I would like to avoid that if possible.
Rokas

Paul Roberts

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2991
Re: Randomize once for spline
« Reply #1 on: August 06, 2014, 05:57:29 PM »
Hi Rokas,

You can achieve this by using a Selector operator, exporting the index, and attaching a Random number generator set to X Spline Start.




Hope that helps.

Thanks,

Paul
Paul Roberts
iToo Software

Rokas

  • Hero Member
  • *****
  • Posts: 3324
Re: Randomize once for spline
« Reply #2 on: August 06, 2014, 06:13:30 PM »
Nice, Thank You.
Rokas