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. yesbird
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    yesbird

    @yesbird

    0
    Reputation
    8
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website yesbird.ru

    yesbird Unfollow Follow

    Latest posts made by yesbird

    • RE: Accessing Sweep's spline data from C4DImportExport.cpp

      Hi, @Manuel.

      I understand, thank you.

      All the best,
      ....
      YB

      posted in Cineware SDK
      yesbirdY
      yesbird
    • RE: Accessing Sweep's spline data from C4DImportExport.cpp

      Hi, @Manuel
      You wrote:

      This is not available in the implementation, which is why it is commented out (and why you have this error message 'unresolved external')

      about this method:

      // Vector GetPoint(Float r) const;
      

      Although now I have spline implementation (cubic and linear) and using it for calculation the more neat solution could be to implementing method, mentioned above.

      Could you tell me please, if you have plans of it's implementation ?
      If not, I could implement it myself, having access to Cineware sources.

      All the best,
      ....
      YB

      posted in Cineware SDK
      yesbirdY
      yesbird
    • RE: Check if object enabled

      Hi, @ferdinand
      Many thanks for accurate and detailed response, ID_BASEOBJECT_GENERATOR_FLAG works like a charm !
      ....
      YB

      posted in Cineware SDK
      yesbirdY
      yesbird
    • Check if object enabled

      Hi,
      In my export utility I'm using following method to check if object should be rendered:

      Int32 BaseObject::GetRenderMode(void)
      

      Could you please point me the method that shows if object is enabled (see attached image) ? Unfortunately, I can't find it in documentation.

      c82d02f1-fd8a-4afb-99b9-89b499859582-image.png

      Thanks in advance,
      ....
      YB

      posted in Cineware SDK c++ sdk
      yesbirdY
      yesbird
    • RE: Displaying tag properties as part of object's properties

      Thanks, @Manuel.

      The reason was in definition of TAG_MULTIPLE at the moment of registration. Now the tag properties are displayed as I was expecting.
      ....
      YB

      posted in Cinema 4D SDK
      yesbirdY
      yesbird
    • Displaying tag properties as part of object's properties

      Hi,

      Could you please suggest me, how to make tag info available in object's properties, like here:

      tag_tab.png

      By default, tag properties are displayed separately, only when tag is selected.

      Thanks in advance,
      Sergey (Yesbird).

      posted in Cinema 4D SDK c++ maxon api sdk
      yesbirdY
      yesbird
    • RE: Calling system command on animation frame change

      Hi, Manuel.

      Thank you for description of both approaches, now I can compare them and choose the best.

      Regards,
      Sergey (Yesbird).

      posted in Cinema 4D SDK
      yesbirdY
      yesbird
    • RE: Calling system command on animation frame change

      Hi, @manuel.

      I only want to add, that Cineware-based solution even more preferable, as it much more easy to debug.

      Btw, is there a way to detach C++ written plugin dll for rebuild time not restarting C4D application ?
      ....
      YB

      posted in Cinema 4D SDK
      yesbirdY
      yesbird
    • RE: Calling system command on animation frame change

      Hi, @manuel.

      I mean regular SDK here.
      ....
      YB

      posted in Cinema 4D SDK
      yesbirdY
      yesbird
    • RE: Accessing Sweep's spline data from C4DImportExport.cpp

      Hi,@manuel.

      Thank you for explanation, I will calculate spline points myself, no problem.

      All the best,
      ....
      YB

      posted in Cineware SDK
      yesbirdY
      yesbird