Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So the script below is supposed to create a position list, then a noise controller, this works. However I then need to animate the noise strength.. this is where I have problems and the script no longer works.. any ideas ? Thanks 😊
$.pos.controller = PositionList () -- adds position list
$.pos.controller.setActive 1 -- makes controller active
$.pos.Available.controller = Noise_position () -- adds noise controller
set animate on
sliderTime = 10f
$.pos.Available.controller.noise_strength = [0,0,0]
-- puts a key frame with custom strength sizes
set animate off
Solved! Go to Solution.