User Guide
541
For objects whose parent hierarchy does not terminate in the world, this command does nothing.
Example
This command removes the model named gbCyl from the 3D world of the cast member
named Scene:
member("Scene").model("gbCyl").removeFromWorld()
removeLast()
member(whichCastmember).model(whichModel).bonesPlayer.removeLast()
member(whichCastmember).model(whichModel).keyframePlayer.\
removeLast()
Description
3D keyframePlayer and bonesPlayer modifier command; removes the last motion from the
modifier’s
playlist.
Example
This statement removes the last motion from the playlist of the bonesPlayer modifier for the
model named Walker:
member("MyWorld").model("Walker").bonesPlayer.removelast()
removeModifier
Syntax
member(whichCastmember).model(whichModel).removeModifier.\
(#whichModifier)
Description
3D command; removes the modifier identified by #whichModifier from the specified model.
This command returns
TRUE if it completes successfully, and FALSE if #whichModifier is not a valid
modifier, or if the modifier was not attached to the model.
Example
This statement removes the #toon modifier from the model named Box:
member("shapes").model("Box").removeModifier(#toon)
See also
addModifier, modifier, modifier[], modifiers