Maxon Developers
    • Downloads
      • All Downloads
      • Cinema 4D Python SDK
      • Cinema 4D C++ SDK
      • Cineware SDK
      • ZBrush GoZ SDK
      • Cinema 4D Python Examples
      • Cinema 4D C++ Examples
      • Project Tool
      • SDK Database
    • Documentation
      • Cinema 4D Python SDK
      • Cinema 4D C++ SDK
      • Cineware SDK
      • ZBrush GoZ SDK
    • Forum
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Forums
      • Overview
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • News & Information
      • Downloads
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Register
    • Login

    ... again about GetDDescription( )

    SDK Help
    0
    1
    59
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 01/02/2006 at 10:15, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.5 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi gentlemen,
      why the famigerate follow function, running ONLY when the myPlugin startin with myFirst object ??
      ... or better...
      How is it possible to command this function when myPlugin creates more than one object (SplineObject) ??  
      Bool XXX_Tool::GetDDescription(BaseDocument *doc, BaseContainer &data, Description *description, LONG &flags)
      {
      if (! description->LoadDescription("Ospline") ) return FALSE;
      BaseContainer *param = description->GetParameterI(DescLevel(SPLINEOBJECT_INTERPOLATION), NULL);
      if (param) param->SetLong(DESC_HIDE, TRUE);
      flags |= DESCFLAGS_DESC_LOADED;
      return ToolData::GetDDescription(doc, data, description, flags);
      }
      PS. I reading all Posts that explain GetDDescription( ), but nowhere this is in ToolData features. 
      Greetings, kuro ^_^

      1 Reply Last reply Reply Quote 0
      • First post
        Last post