ScriptSpot

Forum topic · General Scripting

Noise Controller

By gramx · 2010-12-21

Description

Hi

I am scripting a camera rig, and have added attributes to add camera shake. I am trying to link up custom attributes to the seed of a noise controller but it seems you can only link up the strenght. Is there a way to do this? Or am I better of creating my own noise expressions instead of the noise controller?

Thanks

gram

Comments (1)

Help

gramx · 2010-12-22

I have found that I can update the other attributes in the noise comtroller:-

$camera01target.pos.controller.Noise.controller.seed = val

The main problem I am having now is if the user changes the name of the camera then my script will break. This is why I prefer to link conections to attributes.

Does anyone have any experience with this? Is there another way to uniquely identify the noise controller?

Thanks for any help!