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. simon_analog
    3. Best
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by simon_analog

    • RE: Alembic Export Options Not Working

      I just had the same problem in R25 I am curious if it was ever resolved

      this workaround fixed it for me

      abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = False
      abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = True
      
      posted in Cinema 4D SDK
      S
      simon_analog
    • abc exported object names

      Hello!

      Using r25 !

      Apologies if this is not the correct forum for this.

      I am not very fimiliar with c4d so please bear with me! I am having trouble when exporting alembics of objects, they are not keeping their full name, I think if the last part of a name is a digit it seems to ignore it? Is there a way to avoid this

      eg. exported from c4d

      52cd7a6d-9d2e-4bd3-8d43-53b74511e99c-image.png

      imported into houdini (just to inspect the names) it has stripped the digits and added a 1 so that they are unique
      65b99ddf-5908-44c5-a701-62e8b10feb03-image.png

      my workaround is to just append a 'a' to every object I want to export which is not ideal...

      I am exporting via python so if there are settings there to change 👍

      thanks!

      posted in Bugs r25 python
      S
      simon_analog