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
    • Register
    • Login
    1. Maxon Developers Forum
    2. Tags
    3. windows
    Log in to post

    • All categories
    • codysorgenfreyC

      Sample a shader in 3D space in GVO

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ windows macos r19 sdk classic api
      3
      0 Votes
      3 Posts
      1k Views
      codysorgenfreyC
      Thanks @r_gigante that's what I thought.
    • D

      Coding a Python Plugin for fields

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20 windows
      4
      0 Votes
      4 Posts
      1k Views
      D
      @s_bach I was beginning to wonder if I was beating my head against a brick wall. Apparently so. Thanks so much for alleviating the pain! Well, I learned quite a bit about Python in the process so not really a loss. Guess I'll try moving on directly to the C++ version.
    • G

      Scaling of image not working

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      4
      0 Votes
      4 Posts
      2k Views
      a_blockA
      Hi, I'm glad this already got solved. I just wanted to mention, I have added code tags to the initial post. Cheers, Andreas
    • O

      Checking Keyframe curve type

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r19 windows sdk
      2
      0 Votes
      2 Posts
      800 Views
      S
      Hello and welcome, what exactly do you mean with "export keyframe data"? Do you want to write data into a file? The best way to develop such code would be in a Python script that you can edit and execute in the Script Manager. A XPresso Python node is meant to contain code that is executed as part of XPresso to define the behavior of the XPresso network. A XPresso Python node should not be used to modify the scene or to perform I/O operations. A CTrack object stores the DescID of the associated parameter. You can access that DescID with GetDescriptionID(). Alternatively you can use BaseList2D.FindCTrack() to search for the CTrack associated with a certain parameter DescID. You find an example on GitHub. You find general information on how to use CTrack and DescID also in the C++ documentation: CTrack Manual DescID Manual best wishes, Sebastian
    • C4DSC

      Drag and drop in GeUserArea

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ windows r19
      6
      0 Votes
      6 Posts
      2k Views
      C4DSC
      @a_block Thanks for the update. Much appreciated!
    • M

      Some suggestions about Python SDK

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      5
      6
      0 Votes
      5 Posts
      2k Views
      r_giganteR
      Hi Mike, please check this thread to properly use the Q&A functionality. Cheers, Riccardo
    • codysorgenfreyC

      Getting MoData in GVO of a ObjectData Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ windows macos
      13
      0 Votes
      13 Posts
      4k Views
      codysorgenfreyC
      @m_adam thanks so much for all your help on this!
    • G

      Drag GeUser Area Dialog window which is in DLG_TYPE_ASYNC_POPUPEDIT mode

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      4
      0 Votes
      4 Posts
      1k Views
      a_blockA
      Hi, as I said in my previous post, I have no ideal solution for you. By "awkward" I wanted to express, that I expected this to be not the solution you want, after all such a move by resizing would imply at least to size operations by the user, if both screen are equal size. And unfortunately I have nothing else to offer. Sorry. Bye, Andreas
    • rsodreR

      Unresolved symbols with /GL /LTCG

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 c++ windows
      4
      0 Votes
      4 Posts
      1k Views
      S
      Hello, I'm not aware of any other components that won't work with that optimization. But again, we don't use this optimization so I haven't tested that. best wishes, Sebastian
    • G

      Want to show text in dialog box similar to "Help" menu of Cinema 4D(only text)

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      3
      0 Votes
      3 Posts
      1k Views
      G
      @s_bach Wow! I didn't see that coming. Thanks for the clear-cut explanation. Now I know in which direction I have to move. Thanks again !
    • G

      Add Hyperlink in user area defined by GeUser Area class

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      3
      0 Votes
      3 Posts
      2k Views
      G
      @s_bach Hello Sebastian, Thanks a lot for clearing my confusion. Now I know what to do. Thanks for the help! Best Regards Gogeta
    • B

      Simple Box Gui Creation

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python windows r19
      9
      0 Votes
      9 Posts
      3k Views
      B
      @a_block Case solved! Thanks again for your patience.
    • M

      Undo wanted - TransferGoal() and nested instances

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ r20 windows
      3
      1
      0 Votes
      3 Posts
      1k Views
      M
      Hey Maxime, thank you very much for the detailed explanation. Makes absolute sense now! It works perfectly now. I tried a similar approach, but I was adding the Undo in g_MakeInstanceEditable() per object - that was the main culprit. Cheers, Robert
    • P

      Null characters in txt file (ascii - utf?)

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ windows r20
      8
      1
      0 Votes
      8 Posts
      4k Views
      P
      Thanks very much. (There is so much information to be read!). -Pim
    • G

      Need to change rotation order of camera object

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      6
      0 Votes
      6 Posts
      2k Views
      r_giganteR
      Hi Gogeta, glad that in the end it worked out properly. Please, in order to close the topic, mark the post that actually solved your initial question or simply mark the thread as solved from the Topic Tools menu Cheers, Riccardo
    • Z

      question about Team Render

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      4
      0 Votes
      4 Posts
      1k Views
      r_giganteR
      Hi zhhm156, so for coming late here, but it took more than expected. After getting in contact with the team in charge of the development and making some further researches, it appears that the VerifyServerOnClient function is indeed deprecated. I'll get back on this discussion in the future to notify about potential workaround to achieve a similar functionality. Best, Riccardo
    • P

      maxon::Loggers::PythonConsole

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ windows r20 sdk
      4
      0 Votes
      4 Posts
      1k Views
      P
      Great, thank you.
    • M

      Weird behavior with Remove() and InsertObject()

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 c++ windows
      6
      0 Votes
      6 Posts
      2k Views
      r_giganteR
      @mp5gosu deleted an owned topic is now enabled for all users and no error is anymore notified when attempting to delete a first post. Best Riccardo
    • P

      Adding a Watch for Maxon variables in VC C++

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      4
      0 Votes
      4 Posts
      1k Views
      P
      Thank you.
    • P

      LoggerInterface API - reading all lines from the console

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ r20 windows
      4
      0 Votes
      4 Posts
      1k Views
      P
      Great, thank you for the great explanation, especially of the loop! I will give it a try. -Pim