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

    Precise float parameters in UI

    Cinema 4D SDK
    c++ r20 sdk
    4
    4
    785
    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.
    • P
      peterakos
      last edited by peterakos

      Hello.

      I use REAL in Description Resource files.
      But in NodeData's Interface, this value cannot be set with high precision such as 0.0000001.
      Is there anything I can do to fix this ?

      Thank you very much for your time.

      1 Reply Last reply Reply Quote 0
      • M
        mp5gosu
        last edited by mp5gosu

        With Interface, do you mean the Gui part?
        If so, you can actually set with the maximum allowed precision. Although, Cinema 4D doesn't reflect that in cutting off the last digits, the value is still preserved.

        1 Reply Last reply Reply Quote 0
        • r_giganteR
          r_gigante
          last edited by

          Hi Peterakos, thanks for reaching out us.

          With regard to your request, confirming what @mp5gosu has already pointed out in terms of internal precision kept Cinema, at the moment you can only get it fixed in a CustomGui.
          At the same time, this limitation is known and already tracked in our bug handling system.

          Best, Riccardo

          rsodreR 1 Reply Last reply Reply Quote 1
          • rsodreR
            rsodre @r_gigante
            last edited by

            Shouldn't STEP be used to set this precision?
            Or is there a limit for STEP?

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