|
From: | Cyril 'Hulud' Corvazier |
Subject: | Re: [Nel] Exporter Plugin for 3DSMAX 4.0 |
Date: | Fri, 5 Oct 2001 17:13:51 +0200 |
Hi Valerio,
I have added your fixe. We recommand to use this
macro to solve max3/max4 sdk compatibilty :
// Define the macro
#include <plugapi.h>
#if (MAX_RELEASE < 4000)
// Code for max version < 4
...
else // (MAX_RELEASE < 4000)
// Code for max 4
...
endif // (MAX_RELEASE < 4000)
I have disactived the code under max4 and add a
"todo" comment.
The reason is GetExclusionList() doesn't
return a NameTab any more but a ExclTab. And i don't know what a ExclTab is
!
Feel free to make a patch for this part.
:-)
Regards,
Cyril Corvazier
|
[Prev in Thread] | Current Thread | [Next in Thread] |