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
    • Login
    1. Maxon Developers Forum
    2. ryangordon
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    ryangordon

    @ryangordon

    0
    Reputation
    34
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ryangordon Unfollow Follow

    Latest posts made by ryangordon

    • RE: R20 Alembic Export Crash

      Ah I think you're right - I take the object right from the document without a clone or anything. Thank you!

      posted in Cinema 4D SDK
      R
      ryangordon
    • RE: R20 Alembic Export Crash

      This seems to still be happening in R20 for me and the workaround didn't seem to help. I don't see any mention of it in the release notes. This method succeeds (successful export) but Cinema freezes. I am on R20 059 (SP2 HF1) on Windows 10

      void ExampleDialog::exportObj(BaseObject* obj) {
      	AutoAlloc<BaseDocument> virtualDoc;
      	virtualDoc->InsertObject(obj, nullptr, nullptr);
      	String filepath = "D:\\Dropbox\\model.obj";
      	SaveDocument(virtualDoc, filepath, SAVEDOCUMENTFLAGS::DIALOGSALLOWED, 1030178);
      }
      
      posted in Cinema 4D SDK
      R
      ryangordon