HierarchyHelp in ObjectData::GetVirtualObjects()?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2010 at 07:28, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   R12 
Platform:   Windows  ; Mac  ;  Mac OSX  ; 
Language(s) :     C++  ;

---------
Howdy,

In my old code I'm using this line in ObjectData::GetVirtualObjects() :

hh->AddVFlags(VFLAG_POLYGONAL|VFLAG_ISOPARM);

... but there doesn't seem to be an R12 equivalent. Should I simply ignore that line, or is there something else I need to do?

Adios,
Cactus Dan

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2010 at 07:55, xxxxxxxx wrote:

I´d say yes, simply ignore it. I actually never used it but it seems gone, probably c4d handles this now differently.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2010 at 08:03, xxxxxxxx wrote:

Yes, this call is no longer necessary

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/09/2010 at 08:24, xxxxxxxx wrote:

Howdy,

OK, thanks.

Adios,
Cactus Dan