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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. Peek
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 21
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Peek

    • P

      Running commanline application with Python

      General Talk
      • 2023 python macos windows • • Peek
      15
      0
      Votes
      15
      Posts
      3.0k
      Views

      ferdinandF

      One last thing: Have you tried using LICENSEMODEL::MAXONAPP as an alternative login method? ::MAXONACCOUNT is being deprecated as I said, and I do not quite remember why we chose it here nonetheless. User support surely can help you with the details here.

    • P

      Problems with Reused Asset Resources in MGS_GETALLASSETS

      Bugs
      • python • • Peek
      3
      0
      Votes
      3
      Posts
      840
      Views

      P

      Hi @ferdinand , thanks a ton for the very extensive reply. I do understand where you are coming from decision/code wise and that it might indeed be intended behavior, but I also appreciate you flagging this behavior to be looked at!

      I will look into the code you provided and see what I can make of it to work for our specific case. As with all the examples i receive on here it is also about learning itself, to become better.
      I already found out that I can run my piece of code 2 times to catch the first set of instances, perhaps it is also possible to run that on a loop until the len() doesn't increase anymore 🙂 It's a hack-job but it might be a good last resort.

      To address the first comment about the post itself, my reasoning was that since it was about GetAllAssetsNew which we talked about last, I added it to my post to keep it all together.
      But I can see how it deviated too much from the original question that started the topic, my apologies.

      Cheers,

    • P

      Traversing a layer shader with python

      Cinema 4D SDK
      • python 2023 • • Peek
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      P

      @ferdinand : The GetAllAssetsNew is a far more elegant solution for the problem I am trying to solve and I've rewritten the code so that it works now. We use Corona render and Redshift so it's a bonus that this works with pretty much all materials.

      Thank you very much for the help, I will put your information about the layer shader in my database for future reference as I'm sure it will become helpful in another project!

      Kind regards,
      Joep

    • P

      Aligning object local axis to world axis via Python

      Cinema 4D SDK
      • python r25 • • Peek
      10
      0
      Votes
      10
      Posts
      1.8k
      Views

      ferdinandF

      Hello @Peek,

      without any further questions and other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022.

      Thank you for your understanding,
      Ferdinand

    • P

      Object size not updated after points move

      Cinema 4D SDK
      • python r25 • • Peek
      3
      0
      Votes
      3
      Posts
      496
      Views

      P

      Well, that indeed fixed the issue, now the size gets properly updated! 🙂

      Thank you very much for the help