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. JIINY
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    JIINY

    @JIINY

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

    JIINY Unfollow Follow

    Latest posts made by JIINY

    • RE: FBX Export plugin option setting with python

      Thank you @m_adam

      I completed my exporter scripts to your help.
      I read Links, I will tagging next time.

      I'm studing c4d scripts. it still hard.
      Thank you again.

      posted in Cinema 4D SDK
      J
      JIINY
    • FBX Export plugin option setting with python

      Hi, I'm newbie in c4d scripts and I can't english well:(
      I want to set FBX export options with python.

      #FBX_EXPORTER_ID = 1026370
      container = c4d.plugins.GetWorldPluginData(1026370)  
      container[c4d.FBXEXPORT_ASCII] = 1
      c4d.plugins.SetWorldPluginData(1026370, container, True)
      

      I changed value for c4d.FBXEXPORT_ASCII. 0, 1...
      I changed boolean for SetWorldPluginData. True, False...

      Console is [OK] but C4d doesn't changed.

      Help me please.
      Thank you.

      posted in Cinema 4D SDK
      J
      JIINY