7Jan/080
COFFEE tips
288 views
How open or close an objects hierarchy ?
To close :
-
op->SetBit(BIT_OFOLD);
-
op->ToggleBit(BIT_OFOLD);
To open :
-
op->SetBit(BIT_OFOLD);
Other SetBit possibility, to select an object :
-
op->SetBit(BIT_AOBJ);
All possibilities are in the BaseList2D COFFEE's SDK.
March 15, 2007
20Dec/070
Tags parser
428 views
A COFFEE script to put on an expression that allows scanning all objects in the scene and locate a certain type of tag.


