Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Seed property to Fold and Simplex Noise Nodes, and reorganize other Noises for feature parity #71

Open
FoxyFox909 opened this issue Jul 20, 2024 · 0 comments

Comments

@FoxyFox909
Copy link

Out of the 7 noise nodes that exist, there are two that are missing the Seed property:

  • Fold Noise
  • Simplex Noise

Additionally, for the noises that do have the Seed property, it is all over the place

For regular Noise (the non-coherent, fully random noise), the Seed property is under the Noise category. This is expected and reasonable.
image

For Fold Noise, the Seed property is not exposed.
image

For Strand Noise, the Seed property is at the very top, where it would be better put under the Noise category.
image

For Perlin Noise, the Seed is at the Output category, instead of Noise category.
image

For Simplex Noise, the Seed property is also not exposed.
image

For Cellular Noise, the Seed property is under the Noise category. Though it should probably be at the top so it is consistent with other Noises.
image

Fro Anisotropic Noise, the Seed property is at the top of the Noise category. A good place for the Property to be at.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant