3D Lingo Dictionary > O-S > removeLast() |
![]() ![]() ![]() |
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()
![]() ![]() ![]() |