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

Marble and Speckle procedurals plus minor fixes #1407

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 1, 2024

  1. Marble and Speckle procedurals plus minor fixes

    Adding Marble and Speckle nodedefs and nodegraphs. This includes a small utility node called util_specklenoise. Note that this is classified as an utility node rather than a new noise because it's just an existing noise with some multiply and range adjustments that is re-used multiple times in Marble and Speckle. It has no real use outside of that.
    
    Couple of more fixes
    1) The legacy_noise procedural transform order has changed. Now rotate is execute before translate. (small node connection changes from line 440 to 510 in nodegraph file)
    
    2) Small formatting/space changes to legacy_noise nodedef. (line 69 to 80)
    zicher3d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    63ca45a View commit details
    Browse the repository at this point in the history