On 13/12/2014 at 09:42, xxxxxxxx wrote:
Hello,
has anyone made experiences with Bodypaint Bitmaps.
If I check the dirty state of a bitmap like:
Tex = bodypaint.PaintTexture.GetSelectedTexture()
actlay= Tex.GetActive()
if actlay.IsInstanceOf(c4d.OBJECT_PAINTLAYERBMP) == True:
bmp = actlay.ToPaintLayerBmp()
bmp.GetDirty()
I´ll get this error message:
SystemError: /perforce_buildsystem_osx/c4d_mx_buildsystem_osx/release/16.0/modules/python/source/i_getargs.cpp:1616: bad argument to internal function
I´m not allowed to set a zero flag as it is suggested in the docs:
PaintBitmap.GetDirty
( flags )
Thanks in advance
Martin