Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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.
On 22/09/2010 at 08:03, xxxxxxxx wrote:
Yes, this call is no longer necessary
On 22/09/2010 at 08:24, xxxxxxxx wrote:
Howdy,
OK, thanks.