Quad Chamfer Version Values

Quad Chamfer Version Values

Module description

Macros

#define QCHAM_VERSION_ELWOOD   (0)
 Elwood (3ds Max 2015) More...
 
#define QCHAM_VERSION_PHOENIX   (100)
 Phoenix (3ds Max 2016) - Includes edge selection fix. More...
 
#define QCHAM_VERSION_IMOOGI   (200)
 Imoogi (3ds Max 2018) - Includes Quad Intersections upgrade. More...
 
#define QCHAM_VERSION_ATHENA_ALPHA1   (290)
 Athena (3ds Max 2020) - New options starting with QCHAM_OPTION_FIXED_EDGE_WEIGHTS. More...
 
#define QCHAM_VERSION_ATHENA_UPDATE1   (295)
 Athena (3ds Max 2020) Update 1 - New functionality, and modifications to some geometric calculations, such as chamfer inset point positions, for improved appearance. More...
 
#define QCHAM_VERSION_ATHENA_UPDATE2   (300)
 Athena (3ds Max 2020) Update 2 - New functionality, and fix for texture vertices on "shared" edge types. More...
 
#define QCHAM_VERSION_ATHENA_UPDATE3   (305)
 Athena (3ds Max 2020) Update 3 - Improvements for the chamfered surface geometry at concave face corners. More...
 
#define QCHAM_VERSION_THESEUS   (400)
 Theseus (3ds Max 2021) - Extending new chamfer functiontality to EditPoly modifier. More...
 
#define QCHAM_VERSION_LATEST   (QCHAM_VERSION_ATHENA_UPDATE1)
 The latest version, used as the default. More...
 

Macro Definition Documentation

#define QCHAM_VERSION_ELWOOD   (0)

Elwood (3ds Max 2015)

#define QCHAM_VERSION_PHOENIX   (100)

Phoenix (3ds Max 2016) - Includes edge selection fix.

#define QCHAM_VERSION_IMOOGI   (200)

Imoogi (3ds Max 2018) - Includes Quad Intersections upgrade.

#define QCHAM_VERSION_ATHENA_ALPHA1   (290)

Athena (3ds Max 2020) - New options starting with QCHAM_OPTION_FIXED_EDGE_WEIGHTS.

#define QCHAM_VERSION_ATHENA_UPDATE1   (295)

Athena (3ds Max 2020) Update 1 - New functionality, and modifications to some geometric calculations, such as chamfer inset point positions, for improved appearance.

#define QCHAM_VERSION_ATHENA_UPDATE2   (300)

Athena (3ds Max 2020) Update 2 - New functionality, and fix for texture vertices on "shared" edge types.

#define QCHAM_VERSION_ATHENA_UPDATE3   (305)

Athena (3ds Max 2020) Update 3 - Improvements for the chamfered surface geometry at concave face corners.

#define QCHAM_VERSION_THESEUS   (400)

Theseus (3ds Max 2021) - Extending new chamfer functiontality to EditPoly modifier.

#define QCHAM_VERSION_LATEST   (QCHAM_VERSION_ATHENA_UPDATE1)

The latest version, used as the default.

Deprecated:
This has been deprecated as of 3ds Max 2020 Update 1, please use the latest entry from the above version list instead