Detailed Description

Container IDs for MultipassBitmap::GetParameter/ MultipassBitmap::SetParameter.

Enumerations

enum class  MPBTYPE {
  SHOW ,
  SAVE ,
  PERCENT ,
  BLENDMODE ,
  COLORMODE ,
  BITMAPTYPE ,
  NAME ,
  DPI ,
  USERID ,
  USERSUBID ,
  FORCEBLEND
}
 

Functions

enum MPBTYPE MAXON_ENUM_LIST (MPBTYPE)
 

Enumeration Type Documentation

◆ MPBTYPE

enum MPBTYPE
strong
Enumerator
SHOW 

Bool Get/Set. Determines if the layer will be shown in the external render window. (The Cinema 4D renderer modifies this value itself.)

SAVE 

Bool Get/Set. Determines if the layer is saved with the image or not if SAVEBIT::USESELECTEDLAYERS is used.

PERCENT 

Float Get/Set. The blend parameter, between 0.0 and 1.0.

BLENDMODE 

Int32 Get/Set. The blend mode (LAYER_NORMAL, LAYER_DISSOLVE etc. from bplayer.h).

COLORMODE 

Int32 Get/Set. The color mode: COLORMODE

BITMAPTYPE 

Int32 Get. The bitmap type (cannot be set with MultipassBitmap::SetParameter).

NAME 

String Get/Set. The layer name.

Warning
Only a PaintLayerBmp or PaintLayerFolder can have a name.
DPI 

Int32 Get/Set. The resolution in DPI. Private.

USERID 

Int32 Get/Set. The user ID for the layer. In the renderer this is VPBUFFER_XXX.

USERSUBID 

Int32 Get/Set. The user sub-ID for the layer. In the renderer this is used for blend channels for instance.

FORCEBLEND 

Int32 Get/Set. The special mode used to force blend layers.

Function Documentation

◆ MAXON_ENUM_LIST()

enum MPBTYPE MAXON_ENUM_LIST ( MPBTYPE  )