Solved Check C4D version for using Fields

Since fields introduced in R20, is it correct statement to check before call them?

if c4d.GetC4DVersion() > 20000:
   doFieldsStuff()

Hi,

Please use the tags and the "ask question" features of the forum. Have a look at our guidelines for more information.

That's the correct way of checking the Cinema 4D's version.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

Hi,

Please use the tags and the "ask question" features of the forum. Have a look at our guidelines for more information.

That's the correct way of checking the Cinema 4D's version.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer