milasudril / texpainter

A tool for creating tilable textures
GNU General Public License v3.0
4 stars 1 forks source link

[feature request] Deterministic noise #29

Closed milasudril closed 3 years ago

milasudril commented 3 years ago

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.

milasudril commented 3 years ago

Fixed with 1a4ff76