THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2012 at 18:38, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Mac OSX ;
Language(s) : PYTHON ;
---------
I'm trying to force the folding of an object with children, in the Object Manager.
I tried it in COFFEE and it didn't work.
Now I was trying to do it in Python and it seems that it doesn't work either
I tried with:
op.SetBit(BIT_OFOLD)
and with
op.SetBit(NBIT_OM1_FOLD)
But nothing happens. Is it also not possible with Python?
Rui Batista