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
    • Recent
    • Tags
    • Users
    • Register
    • Login

    ... again about GetDDescription( )

    Scheduled Pinned Locked Moved SDK Help
    1 Posts 0 Posters 155 Views
    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 Offline
      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