Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Phoenix API is provided as a static and dynamic library. Depending on your project, you may pick the static or dynamic version of the library.  Usually Usually the dynamic version is preferred when there is a dependency to any version of V-Ray SDK, as Phoenix API depends on vutils_s.lib.

...

Fancy Bullets
typecircle
  • AURLOADER_DYNAMIC_LIB to be added the compiler settings as a preprocessor definition.
  • \lib\aurloader.lib to be added as an additional dependency to the linker.
  • \lib\aurloader.dll to be available at run time to the executable linked to \lib\aurloader.lib.

...

Depending on the version of Maya, Phoenix API is built with the respective version of Microsoft Visual vc14 C++ Runtime:

...

Autodesk® Maya® 2018

Autodesk® Maya® 2019

Autodesk® Maya® 2020

Autodesk® Maya® 2022

...

With Platform Toolset for all Maya versions and for both V-Ray Next and V-Ray 5, with "/MD" Runtime Library flag.

...

CSVParticles exports particle groups stored in Phoenix *.aur files to *.csv recognized by Thinkbox Krakatoa (http://www.thinkboxsoftware.com/krak-csv-file-format/CSV File Format).

 

Prerequisites:

In order to build this sample, all external libraries must be located in a CSVParticles/external_libs.

...