On 21/01/2013 at 14:08, xxxxxxxx wrote:
Hi guys.
Why does this code don't work from Python plugin?
self.obj.ChangeNBit(c4d.NBIT_OHIDE, c4d.NBITCONTROL_CLEAR) - I know I am missing something simple, but cannot figure it out.
Under a python tag I used something similar, and it worked just fine: #obj.ChangeNBit(c4d.NBIT_OHIDE, c4d.NBITCONTROL_CLEAR) - what am I doing wrong?
Please help:)
Thank you.