Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

PredatorCZ/ApexMax

Repository files navigation

ApexMax

ApexMax is Apex Engine importer for 3ds Max. Buildable under VS2015.

Supported 3ds max versions: 2012 - 2019

Tested on 3ds max versions: 2017

Editing .vcxproj

All essential configurations are within PropertyGroup Label="MAXConfigurations" field.

  • MaxSDK: changes path where is your MAX SDK installation. If your MAX SDK installation is somewhere else than default path stated in this field, you can edit it here.
  • MaxDebugConfiguration: changes 3ds max version and platform, so all necessary files are copied into plugin directory, this will enable post-build event.

Post-build event

Change 3ds max installation path (Default is C:\Program Files\Autodesk). Do not change anything else unless you know what you're doing!

License

This plugin is available under GPL v3 license. (See LICENSE.md)

This plugin uses following libraries:

  • ApexLib, Copyright (c) 2014-2019 Lukas Cone
  • Xplorer, Copyright (c) 2019 Lukas Cone