Crashfix for 3ds Max export
This commit is contained in:
parent
21282fe62e
commit
c062aab85a
1 changed files with 5 additions and 2 deletions
|
@ -293,9 +293,12 @@ void SLightBuild::convertFromMaxLight (INode *node,TimeValue tvTime)
|
|||
for (sint i = 0; i < exclusionList.Count(); ++i)
|
||||
{
|
||||
INode *exclNode = exclusionList[i];
|
||||
if (exclNode) // Crashfix // FIXME: Why is this NULL?
|
||||
{
|
||||
string tmp = exclNode->GetName();
|
||||
this->setExclusion.insert(tmp);
|
||||
}
|
||||
}
|
||||
#endif // (MAX_RELEASE < 4000)
|
||||
|
||||
// Get Soft Shadow information
|
||||
|
|
Loading…
Reference in a new issue