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
    • Register
    • Login
    1. Home
    2. sasha_janvier
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 23
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by sasha_janvier

    • sasha_janvierS

      How to set the "Texture preview size" value on a new material?

      Cinema 4D SDK
      • c++ windows 2024 • • sasha_janvier
      3
      0
      Votes
      3
      Posts
      551
      Views

      sasha_janvierS

      Once again, I am immensely grateful for your generous and incredibly helpful assistance, @ferdinand !

      I donโ€™t know why I didnโ€™t mention SetParameter() in my original message, as this was the first thing I attempted before experimenting with the other methods I mentioned.

      Thank you once again. I was able to throughly familiarize myself with GetParameter() and SetParameter() today.

    • sasha_janvierS

      Can't build my plugin's Solution in Visual Studio 2019 after updating to C4D 2024.3.1

      Bugs
      • windows 2024 • • sasha_janvier
      8
      0
      Votes
      8
      Posts
      1.1k
      Views

      sasha_janvierS

      @ferdinand Yay! Amazing. I can confirm that my solution builds without any problems in 2024.3.2.

      Big thanks to you and the dev team at Maxon! ๐Ÿ™‚

    • sasha_janvierS

      Session timeout

      General Talk
      • chit-chat • • sasha_janvier
      3
      0
      Votes
      3
      Posts
      617
      Views

      sasha_janvierS

      Thank you @ferdinand!

      I'm using Google Chrome V.121 on Windows 11 Pro. I haven't changed anything in my browser (i.e. extensions, scripts, etc) since the forum was updated.

      I'll report back on my findings next time this happens ๐Ÿ™‚

      Thanks!

    • sasha_janvierS

      'CreateNewTexture': identifier not found

      Cinema 4D SDK
      • windows c++ 2024 • • sasha_janvier
      5
      0
      Votes
      5
      Posts
      657
      Views

      sasha_janvierS

      Edit: Nevermind. Once again, a silly oversight. I hadn't provided enough TEXTURE-type settings to the BaseContainer, such as TEXTURE_FILEFORMAT.

      Apologies!

    • sasha_janvierS

      Overlapping images with transparency with BaseBitmap

      Cinema 4D SDK
      • 2024 windows c++ • • sasha_janvier
      16
      0
      Votes
      16
      Posts
      1.9k
      Views

      sasha_janvierS

      Thank you very kindly, @ferdinand! I had already started exploring the maxon::ParallelImage class as I suspected it to be the ideal path forward for my case, so it's great to have my suspicions be validated!

      I will make sure to start a new thread if I have any questions related to this class.

      Thank you very much once again. Your assistance has been indispensable!

      Cheers ๐Ÿ™‚

    • sasha_janvierS

      Rotating a Bitmap image with C4D's C++ SDK?

      Cinema 4D SDK
      • c++ 2024 • • sasha_janvier
      5
      0
      Votes
      5
      Posts
      752
      Views

      sasha_janvierS

      Thanks @m_adam. I read the page. Duly noted!