Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    SnapTool for R2023?

    General Talk
    6
    32
    22.8k
    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.
    • ferdinandF
      ferdinand @moebius
      last edited by

      Hey @moebius,

      You cannot use 2023.1 to load the 2024.0 SDK, the SDK is not downwards compatible, but I assume that was a typo and you meant 2024.1. I meant that you should avoid having both the SDK_2023 and SDK_2024 binaries in your plugin folder, i.e., both the binaries I uploaded here in November 2022 and the ones from a few days ago.

      Cheers,
      Ferdinand

      MAXON SDK Specialist
      developers.maxon.net

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

        2024.1: typo... sry!
        there is no SDK in the plugins folder.

        it's not possible to redo the SnapTool as standalone Plugin/Tool? It's such an good helper, and work way better than the build in snap function. Ill do a yt comparison at some time

        thanks anyway for your help!

        ferdinandF 1 Reply Last reply Reply Quote 0
        • ferdinandF
          ferdinand @moebius
          last edited by

          Hey @moebius,

          we cannot provide a plugin from the SDK as a separate download. In fact, we usually do not provide any binaries for the SDK at all. I will recompile the SDK next week and upload it here. That is all I can do for you, in case there is something fishy with this binary going on.

          Cheers,
          Ferdinand

          MAXON SDK Specialist
          developers.maxon.net

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

            ok thanks and have a nice weekend

            ferdinandF 1 Reply Last reply Reply Quote 0
            • ferdinandF
              ferdinand @moebius
              last edited by ferdinand

              Hey @moebius,

              Please excuse for the delay, things are a bit hectic here at the moment. I have recompiled the SDK for 2024.0.0 in release mode (the link from above is a debug build I think, I then just grabbed what I had on disk anyway).

              2024.0.0 SDK Binaries (WIN).zip

              Cheers,
              Ferdinand

              MAXON SDK Specialist
              developers.maxon.net

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

                You are my hero!
                sorry I also was not here often. But this litte tool works now again!

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

                  Hi Ferdinand
                  Here we go again. It does not work anymore in R2025. Would you be so kind and update it? Or talk to Dave he should put it in C4D asap 😄

                  Thanks a lot!!!

                  1 Reply Last reply Reply Quote 0
                  • ferdinandF
                    ferdinand
                    last edited by

                    Hey, moebius, sure I can update this, but it will probably only happen next week, as I currently still busy with the SDK.

                    MAXON SDK Specialist
                    developers.maxon.net

                    1 Reply Last reply Reply Quote 1
                    • M
                      moebius
                      last edited by

                      thanks! I'll come back in a feew weeks ✌

                      1 Reply Last reply Reply Quote 0
                      • ferdinandF
                        ferdinand
                        last edited by ferdinand

                        Hey,

                        Here is a 2025.0.0 SDK build. Just as for the previous builds, this is Windows only, and also not code signed. Maybe we can find a bit permanent solution in the future, as the C++ SDK also contains a quite useful tool for Python developers (the Active Object plugin).

                        Cinema_4D_CPP_SDK_2025_0_0.zip

                        Cheers,
                        Ferdinand

                        MAXON SDK Specialist
                        developers.maxon.net

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

                          Hi Ferdinand!

                          Thanks a lot!
                          unfortunately it does not show up in the extentions.
                          but, hell jey, a permanent solution would be great. An overhaul of the snap tool in C4D! 🙂

                          1 Reply Last reply Reply Quote 1
                          • M
                            m_adam
                            last edited by

                            Hi just to let you know that Ferdinand is in vacation, he will look into your topic once you are back.
                            Cheers,
                            Maxime.

                            MAXON SDK Specialist

                            Development Blog, MAXON Registered Developer

                            1 Reply Last reply Reply Quote 1
                            • M
                              moebius
                              last edited by

                              nice comunity 🙂

                              1 Reply Last reply Reply Quote 0
                              • C
                                ceen
                                last edited by

                                Implementation of that tool would be nice indeed!

                                M 1 Reply Last reply Reply Quote 1
                                • M
                                  moebius @ceen
                                  last edited by moebius

                                  @ceen Does it work for you in R2025?
                                  This Tool and TransformTool would be so great! Here an overview of this old plugin

                                  ferdinandF 1 Reply Last reply Reply Quote 0
                                  • ferdinandF
                                    ferdinand @moebius
                                    last edited by ferdinand

                                    Hey @moebius,

                                    So, for me and for Maxime this just loads fine. I suspect you are hotlinking the wrong folder. Just unpack the zip into a folder and then hotlink that folder. E.g., MyUser\Downloads\cinema_4d_cpp_sdk_2025_0_0. When it is still not working, the only thing I could think of is that you are operating on some company device where the the admin really went buck wild with WDAC (Windows Defender Application Control) and disallowed the loading of any unsigned DLLs. Because I did not sign these DLLs.

                                    But that is very unlikely I would say. It is more likely that you are linking the wrong folder.

                                    34cc6edc-5e50-4ba6-aa36-8c470e2547d5-image.png
                                    3c9c6566-2d99-4ca9-b191-cc63602dec8c-image.png
                                    Cheers,
                                    Ferdinand

                                    MAXON SDK Specialist
                                    developers.maxon.net

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

                                      Hi!
                                      no, does not work.
                                      sorry for asking: did you compile it in "debug mode", not "release mode"? This was the issue with the compile a couple years ago

                                      1 Reply Last reply Reply Quote 0
                                      • ferdinandF
                                        ferdinand
                                        last edited by ferdinand

                                        A debug build should load as much as a release build (the latter is just a quite bit faster). I quite frankly do not remember if if put this to release before I compiled, as in my daily work I usually compile debug builds. I will recompile it one more time tomorrow.

                                        I still think you are not correctly linking the folder. Can you show us what you do?

                                        Cheers,
                                        Ferdinand

                                        MAXON SDK Specialist
                                        developers.maxon.net

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          moebius @ferdinand
                                          last edited by moebius

                                          thanks for your patience!

                                          btw, I did try on the office PC and my home PC.
                                          This is the office:

                                          Unbenannt.PNG

                                          1 Reply Last reply Reply Quote 0
                                          • ferdinandF
                                            ferdinand
                                            last edited by ferdinand

                                            Hm, that all looks correct and you also have no other plugins which could cause a collision, that is quite odd. I have recompiled the plugin. The plugin is still working on my machine.

                                            Cinema_4D_CPP_SDK_2025_0_0.zip

                                            This is again RC and unsigned.

                                            MAXON SDK Specialist
                                            developers.maxon.net

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