Python Script Engine  8.1
GL Studio Editor Python Script API
Catalyzer.i File Reference

Classes

class  Catalyzer
 

Enumerations

enum  OverriddenPropertyType_e {
  OVERRIDDEN_ALL,
  OVERRIDDEN_PROPERTY,
  OVERRIDDEN_COMPONENT,
  OVERRIDDEN_TRANSFORM,
  OVERRIDDEN_NUM_TYPES
}
 

Functions

CatalyzerCastToCatalyzer (DisplayObject *obj)
 

Detailed Description

The Catalyzer Python interface file.

Enumeration Type Documentation

Enumerator
OVERRIDDEN_ALL 

All overridden properties are selected.

OVERRIDDEN_PROPERTY 

Only normal property type overridden properties are selected.

OVERRIDDEN_COMPONENT 

Only LiveComponent type overridden properties are selected.

OVERRIDDEN_TRANSFORM 

Only Cumulative Transform type overridden properties are selected.

OVERRIDDEN_NUM_TYPES