• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

how do I remove loop from animations?

Status
Not open for further replies.
Level 25
Joined
May 31, 2007
Messages
1,443
Code:
	Anim "Death" {
		Interval { 29233, 29667 },
[COLOR="Red"]		NonLooping,[/COLOR]
		MinimumExtent { -85.775803, -96.635300, -0.558100 },
		MaximumExtent { 85.947998, 64.215698, 67.750198 },
		BoundsRadius 111.117996,
	}

add NonLooping, between Interval and MinimumExtent and animation will play only 1 time
 
Level 10
Joined
Oct 2, 2005
Messages
398
first of all - this thread is fulfilled and clear from long ago, there was no need of reviving it.

and second, it would be just stupid to make the animation last 2 hours, it would cost a lot of extra work, and a pain in the @ss to edit.

I'm asking to people who know about animations.
 
Status
Not open for further replies.
Top