Closed milasudril closed 3 years ago
Make noise nodes deterministic
It is useful to have a deterministic noise if one wants to paint manually on top of a generated image.
Store the noise seed within the node itself. It could be a parameter, or based on NodeId.
Fixed with 1a4ff76
Summary
Make noise nodes deterministic
Motivation
It is useful to have a deterministic noise if one wants to paint manually on top of a generated image.
Proposed solution
Store the noise seed within the node itself. It could be a parameter, or based on NodeId.