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
    • Recent
    • Tags
    • Users
    • Login

    Custom Snapping

    Scheduled Pinned Locked Moved SDK Help
    5 Posts 0 Posters 511 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

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 27/03/2010 at 06:10, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10-11.5 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi,

      I have some questions concerning c4ds snapping.

      Is there any way to add my own custom snapping option to the c4d snapping tool tab, so all tools can use my snapping routine? Please don´t say no otherwise I loose my last hairs (though I fear that´s the case as I don´t see anything in the docs)

      If I understand correctly, the snapping tab is stored per document and so if I change the settings in one tool and swithc to another tool it will always be the same settings as long as I am moving inside the same scene right?

      thx

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 28/03/2010 at 23:05, xxxxxxxx wrote:

        Well, if I remember correctly, the current snapping is implemented as CSC scripts, so it should indeed be possible. I can't provide more info on this issue though ;-/

        Kabe

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 30/03/2010 at 04:14, xxxxxxxx wrote:

          Turned out that I was wrong... there are just few scripts that set the snap parameters.
          The SnapTool is a single monolithic tool, see GetSnapTool() in the SDK. As it's a member of the BaseDocumentClass, I think you're right about the storage per document.

          Kabe

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 30/03/2010 at 05:20, xxxxxxxx wrote:

            Unfortunatly you can't add custom snapping methods to Cinema's own snapping interface.

            cheers,
            Matthias

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

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 30/03/2010 at 10:06, xxxxxxxx wrote:

              thank you both.

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