c4d.modules.bodypaint.PaintLayer
¶
The abstract base class of all paint classes. Can be a texture, material, layer or mask.
c4d.modules.bodypaint.
PaintLayer
¶
c4d.modules.bodypaint.PaintBitmap
PaintLayer.
GetShowBit
(
hierarchy
,
bit
)
¶
Get the visibility of the layer.
Parameters: |
|
---|---|
Return type: |
bool |
Returns: |
True if visible, otherwise False . |
PaintLayer.
SetShowBit
(
onoff
,
bit
)
¶
Set the visibility of the layer.
Parameters: |
|
---|---|
Return type: |
bool |
Returns: |
True if succesful, otherwise False . |
PaintLayer.
ToPaintLayerBmp
(
)
¶
New in version R16.021.
Casts the PaintLayer to a PaintLayerBmp.
Return type: | c4d.modules.bodypaint.PaintLayerBmp |
---|---|
Returns: |
The
PaintLayer
casted to a
PaintLayerBmp
.
|