Skip to content
Snippets Groups Projects
Commit 889114f3 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Changed default for new controllers to 12; Active/Clamped. Should get cycle...

Changed default for new controllers to 12; Active/Clamped.  Should get cycle type from NiControllerSequence.
parent 21a7f563
No related branches found
No related tags found
No related merge requests found
......@@ -822,7 +822,7 @@ void MergeNifTrees( const Ref<NiNode> & target, const Ref<NiControllerSequence>
if ( ctlr == NULL ) {
throw runtime_error ("Non-NiSingleInterpolatorController controller found in KF file.");
}
ctlr->SetFlags(8); // at least make the controller active
ctlr->SetFlags( 12 ); //TODO: This should be set from real data in the NiControllerSequence. This default is for clamp/active.
node->AddController( StaticCast<NiTimeController>(ctlr) );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment