getting an Emitter's export path
Posted: Thu Feb 17, 2011 1:13 pm
Hi,
I am a bit confused about how to get an emitter's export Path. It seems like I had to do this first:
This accepts an int as argument, and there is supposed to ba an id for EXPORT_PARTICLES_BIN, EXPORT_PARTICLES_ASC etc. Given teh correct argument, this will return the emitter's export path.
But how do I get those int values corresponding for e.g. EXPORT_PARTICLES_BIN?
I am a bit confused about how to get an emitter's export Path. It seems like I had to do this first:
Code: Select all
string getExportResourcePath(int)
But how do I get those int values corresponding for e.g. EXPORT_PARTICLES_BIN?