Skip to main content
CarlPetersBeyond
Participant
February 24, 2026

Gaussian Noise v2 clamped scale

  • February 24, 2026
  • 1 reply
  • 60 views

The version 15 update introduced updated versions of some noise nodes. The problem is that the scale input of the gaussian noise node is now hard clamped to 64, whereas before it was possible to override the range to scale it to values far above that limit. This feature is necesary to achieve a lot of effects without needless workarounds, and also unnecesarily breaks old graphs using the gaussian noise node with higher scale values

    1 reply

    davescm
    Community Expert
    Community Expert
    February 25, 2026

    You can modify that node to remove the clamp if you wish. To do that:

    1. Click on the node and press Ctrl+E
    2. In the Explorer panel use Save a Copy As and give the node a new name (e.g. noise_gauusian_noise_v2_modified)
    3. Use File > Open to open the node in the Explorer window.
    4. Double click in Explorer on the gaussian noise within the package
    5. In input parameters under Scale set clamp to False
    6. Change the label to Gaussian Noise Unclamped
    7. Save the package 

    You now have an unclamped version which you can use.

     

    Dave