Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    noise scale,frequency,seed [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 341 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      On 23/11/2016 at 16:58, xxxxxxxx wrote:

      Hi,

      so far I used the noise node in xpresso which has (among other inputs) "scale", "frequency" and "seed" as input ports.

      When using "c4d.utils.noise.Noise" I can only input a noise coordinate. How do I have to modify the noise coordinate in order to change scale,freq and seed ?

      Thanks

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 24/11/2016 at 01:17, xxxxxxxx wrote:

        Hello,

        c4d.utils.noise.Noise is just a primitive noise that is not used inside the Xpresso Noise node.

        The Noise node wraps around Turbulence, WavyTurbulence, Fmb and SNoise, so the noise you are looking for is SNoise.

        The "scale" parameter is no independent input value but is multiplied with the coordinates. Also "Frequency" and "seed" are no independent input values but are multiplied with the given time.

        Notice there is also the class c4d.utils.noise.C4DNoise.

        best wishes,
        Sebastian

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 25/11/2016 at 08:32, xxxxxxxx wrote:

          Thanks Sebastian !

          1 Reply Last reply Reply Quote 0
          • First post
            Last post