Skip to content

Commit cffbd2e

Browse files
authored
Merge pull request #570 from elpie89/fix_containers_animation_save
fix minor issue creating helper node for containers animation
2 parents 23ce609 + 7f0b5f1 commit cffbd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

3ds Max/Max2Babylon/Tools/Tools.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ public static IINode BabylonContainerHelper(this IIContainerObject containerObje
728728
Loader.Core.SetQuietMode(true);
729729
containerObject.ContainerNode.AttachChild(babylonHelper,false);
730730
Loader.Core.SetQuietMode(false);
731+
containerObject.AddNodeToContent(babylonHelper);
731732
}
732733
return babylonHelper;
733734
}

0 commit comments

Comments
 (0)