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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. Cinema 4D SDK
    Log in to post
    Load new posts
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • F

      Specify additional directories for DLL dependencies

      • • FilipM
      3
      0
      Votes
      3
      Posts
      747
      Views

      F

      @r_gigante said in Specify additional directories for DLL dependencies:

      If I end up with some workaround I'll come back here but for the time being I consider it solved.

      OK, thanks for the info!

      /Filip

    • B

      Problem on Freezing and Parenting objects (i.e. Double Transformations)

      r20 python • • bentraje
      3
      0
      Votes
      3
      Posts
      517
      Views

      B

      @m_adam

      Interesting. I never thought of doing it that way.
      Thanks for the response. It works as expected.

      Have a great day ahead!

    • K

      Data Dump Python Function

      • • kaisbot
      9
      0
      Votes
      9
      Posts
      1.5k
      Views

      ManuelM

      hello,

      if you don't have anything else to add, i'll mark this topic as "solved"

      Cheers
      Manuel

    • M

      Any way to get the originally point pos before posemorph tag?

      • • mike
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      M

      @m_magalhaes thank for your help!

    • S

      Tangent space, point clouds and multi UV materials

      • • sketchfab
      3
      0
      Votes
      3
      Posts
      792
      Views

      kbarK

      Hi Aurelein!

      Great to see the importer is happening.

      Just thought this old blog post of mine might help you.

      http://tools4polygons.blogspot.com/2015/12/multiple-uvs-and-lightmaps-in-c4d.html

      Cheers,
      Kent

    • rsodreR

      Sampling some object's material color channel

      c++ r19 r20 • • rsodre
      7
      0
      Votes
      7
      Posts
      1.0k
      Views

      rsodreR

      @r_gigante Nice one, thanks!

    • S

      Convenience function for Combobox

      r19 python macos • • saputello2
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      S

      Thank you again, @m_adam! I ended up using the C++ method, and it worked like a charm.

      Also, I appreciate the link to the *args and **kwargs at pythontips.com. It was very helpful to understand those concepts.

      I do have (many) more questions, but I'll start new posts since they're not related to this topic.

      My Best,

      Eric

    • chuanzhenC

      DrawLine Obscured by objects

      python • • chuanzhen
      5
      0
      Votes
      5
      Posts
      992
      Views

      chuanzhenC

      @m_magalhaes Thanks ,it works well,I modified the code according to your answer.

      1 draw line not obscured by any object.solved

      2 before i just draw line in MouseImput() (not add Draw() funtion),as above pic/code, Now i draw line in Draw(),it works well.solved

    • B

      Hide the Generic Tabs of an Subject

      r20 python • • bentraje
      5
      0
      Votes
      5
      Posts
      798
      Views

      B

      @m_adam

      Oh okay. Thanks for the confirmation. Have a great day ahead!

    • C4DSC

      Reusing customGUI in different plugins

      r20 r19 c++ • • C4DS
      2
      0
      Votes
      2
      Posts
      457
      Views

      ManuelM

      hello,

      while RegisterCustomGuiPlugin could be called in all your plugins, the issue is that you will have a message in the console indicating that the id is already used / in conflict.

      So you can check, as you stated, if the library is already installed with IsLibraryInstalled or using FindPlugin and only register and install the library if you find nothing.

      The load order here should not be a problem as all modules should be loaded before you need to call anything related to the UI.

      Instead of FindPlugin,for CUSTOMDATATYPEPLUGIN or RESOURCEDATATYPEPLUGIN you can use
      FindCustomDataTypePlugin or FindResourceDataTypePlugin

      Cheers
      Manuel

    • C4DSC

      Naming: plugin vs plugin

      • • C4DS
      5
      0
      Votes
      5
      Posts
      972
      Views

      r_giganteR

      Hi Daniel, thanks for sharing your further considerations.

      I see your points and maybe we should consider to update our documentation to reflect the notes above. I will discuss with the team and maybe we could come with a better introduction where the "plugin" term is used in a less generic meaning.

      Cheers, Riccardo

    • S

      Cannot modify Lens Effects

      • • sean
      3
      0
      Votes
      3
      Posts
      641
      Views

      S

      @m_adam Thank you. Thank you very much!

    • M

      how to write description "Coordinates"

      c++ r20 • • mike
      6
      0
      Votes
      6
      Posts
      1.2k
      Views

      M

      @m_magalhaes thank you for your answer 🙂

    • O

      Customizing the Layout and Palettes

      r20 windows sdk • • Ogers
      3
      0
      Votes
      3
      Posts
      899
      Views

      O

      Hello @m_adam
      I see, I will have to use one of the other alternatives then.
      Thank you.

    • A

      C4D hangs when call BaseShader->Edit() for the message MSG_DESCRIPTION_CHECKUPDATE

      r20 c++ windows • • Aaron
      5
      0
      Votes
      5
      Posts
      989
      Views

      M

      Since no news, I mark it as solved (closed), but feel free to open it again.

    • P

      GetLayerData() for Xref

      r20 python • • pim
      3
      0
      Votes
      3
      Posts
      530
      Views

      M

      Hi @pim, does the solution provided is ok for you?

      EDIT: I turned it into solved but please feel free to open it again if you need to.

    • B

      Bug on GetActiveObjects() on R20.057?

      r20 python • • bentraje
      4
      0
      Votes
      4
      Posts
      953
      Views

      ManuelM

      Hello,

      nothing more to add here except that we confirm and thanks @C4DS for his answer.

      Cheers
      Manuel

    • M

      DRAWPASS::HANDLES Not Effect DRAWOBJECT()

      r20 c++ • • mike
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      M

      @m_magalhaes thank you : ) : ) : )

    • fwilleke80F

      Type Viewer not working in Visual Studio 2015

      windows c++ r20 sdk • • fwilleke80
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      fwilleke80F

      Thank YOU 🙂

    • O

      LoadFile(Filename file) does not work for layouts.

      c++ r20 windows • • Ogers
      8
      0
      Votes
      8
      Posts
      2.5k
      Views

      ManuelM

      Again sorry, I've tested with the Studio version.

      Using C4DPL_PROGRAM_STARTED case I can confirm this "bug" with a Educational version and a Demo version.
      Not with the Studio version.

      Maybe something with that extra "popup" windows on those both versions.

      Cheers
      Manuel.