Selecting Multiple Objects with Coffee
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/12/2005 at 04:32, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C.O.F.F.E.E ; XPRESSO ;---------
Hi,does anyone know a way to select multiple objects in objects in the object-manager via coffee script?
Thx.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/12/2005 at 10:16, xxxxxxxx wrote:
Use the BaseList2D SetBit(), DelBit(), GetBit(), ToggleBit() methods with the BIT_AOBJ bit to select, deselect, determine selection, toggle selection of objects in the object manager.
BaseObject is derived from this class, so these are available for it as well.