MCPcopy Create free account
hub / github.com/H-uru/Plasma / IsAnimatedLight

Method IsAnimatedLight

Sources/MaxPlugin/MaxMain/plMaxNode.cpp:2799–2860  ·  view source on GitHub ↗

bool plMaxNode::IAttachRTLightModifier(plLightModifier* liMod) { if( liMod->HasAnima() ) { liMod->DefaultAnimation(); CreateModifierKey(liMod, "_ANIMA"); AddModifier(liMod); } else { delete liMod; return false; } return true; } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

IAddLightToAnimMethod · 0.80

Calls 3

HasKeyTimesMethod · 0.80
ClassIDMethod · 0.45
GetParamBlockByIDMethod · 0.45

Tested by

no test coverage detected