New Populate API
The Populate API is new in 3ds Max 2015 and allows you to set up character populations, flows, idle areas and seats and simulate them with different simulation parameters. The MaxSDK::Populate
namespace introduces four new classes:
IPopulate
- the base class to Populate, it manages all Populate operations.IPopulateFlow
- the interface class for Populate flow objects.IPopulateIdleArea
- the interface class for Populate idle area objects.IPopulateSeat
- the interface class for Populate seat objects.
For more information see the IPopulate
class and the Populate namespace in the C++ API Reference, and the headers located in maxsdk\include\populate .