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
    1. Maxon Developers Forum
    2. sasha_janvier
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 23
    • Groups 0

    Topics

    • sasha_janvierS

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

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ windows 2024
      3
      0 Votes
      3 Posts
      832 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

      Watching Ignoring Scheduled Pinned Locked Moved Bugs windows 2024
      8
      0 Votes
      8 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved General Talk chit-chat
      3
      0 Votes
      3 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK windows c++ 2024
      5
      0 Votes
      5 Posts
      907 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

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK 2024 windows c++
      16
      0 Votes
      16 Posts
      3k 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?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ 2024
      5
      0 Votes
      5 Posts
      1k Views
      sasha_janvierS
      Thanks @m_adam. I read the page. Duly noted!