#include <globalimport.h>

GlobalImport provides some functionality to handle and get global import settings.
Static Public Member Functions | |
| static MAXON_METHOD Result< void > | FillDropdown (Description &description, const DescID ¶meterId) | 
| static MAXON_METHOD maxon::Id | GetTargetNodeSpace () | 
| static MAXON_METHOD maxon::Id | GetDefaultNodeSpace () | 
Private Member Functions | |
| MAXON_INTERFACE (GlobalImportInterface, MAXON_REFERENCE_NORMAL, "net.maxon.exchange.interface.globalimport") | |
Private Attributes | |
| MAXON_INTERFACE_SINGLE_IMPLEMENTATION | |
      
  | 
  private | 
      
  | 
  static | 
Fills a dropdown list and an array with all available node spaces. The selected entry will be the target read out of the world preferences.
| [in] | description | The description containing the cycle gadget to be filled. | 
| [in] | parameterId | The ID of the dropdown gadget. | 
      
  | 
  static | 
Returns the target node space based on the global import settings.
      
  | 
  static | 
Returns the (currently) default node space of Cinema 4D.
      
  | 
  private |