Anim8or Community

General Category => General Anim8or Forum => Topic started by: itsstillthinking on March 10, 2018, 02:37:04 pm

Title: Looping Animation
Post by: itsstillthinking on March 10, 2018, 02:37:04 pm
Hey all i was wondering something

So it seems that when i create water or other particle effects they work fine for about 100 frames, however the bigger the frames you make them, the more likely it will just crash Anim8or.

I was wondering if it is possible to make a shorter animation but tell it to loop multiple times. Any help would be much appreciated
Title: Re: Looping Animation
Post by: fefe01 on March 12, 2018, 04:10:22 am
there must be something wrong with your an8 file. may be the models are heavy! when i made an animation about a lost person on his boat in the middle of the sea, the scene exceeded one minute but anim8or didn't crash. for the looping animation, it may be possible on options > loop scene but not possible in the render procedure. ( you aresega dreamcast if i am not mistaken )
Title: Re: Looping Animation
Post by: Steve on March 12, 2018, 05:14:48 pm
itsstillthinking: Can you tell me how much memory that nim8or is using? Open the Windows task manager to find this.
Title: Re: Looping Animation
Post by: itsstillthinking on March 12, 2018, 09:31:09 pm
The peak it gets to is about 1.1 gig, i have nearly 9 gigs so i doubt that's the issue. Though this is a very complex scene so im going to try to break it into 30 second intervals to see if that works
Title: Re: Looping Animation
Post by: RudySchneider on March 12, 2018, 10:52:47 pm
Just a quick question, itsstillthinking...
Are you rendering out to individual frames and then combining them into a video using something like VirtualDub, or are you rendering to a video directly within Anim8or?  If the latter, virtually EVERYONE will tell you to NOT do that!  Using the first method also makes it easier to redo portions of an animation, or pick up from where the crash occurred.
Title: Re: Looping Animation
Post by: itsstillthinking on March 13, 2018, 12:51:04 am
I render evrey frame, dont think iv ever used the render video option in all these years :P

And it crashes before anything is even rendered, sometimes Anim8or wont even boot before it crashes 8)
Title: Re: Looping Animation
Post by: fefe01 on March 13, 2018, 01:05:18 pm
really? :) that's why i said that your anim8or file is heavy!
Title: Re: Looping Animation
Post by: selden on March 13, 2018, 01:24:27 pm
itsstillthinking,

Anim8or currently is a 32 bit application, so by default it can't use more than 2GB.

Supposedly a 32 bit app can access as much as 4GB if it's properly designed and has been built with the linker option /LARGEADDRESSAWARE, but I don't think that's the case for Anim8or. For details, see http://msdn.microsoft.com/en-us/library/aa366778.aspx

There are some utility programs which can patch 32 bit applications so they can access more than 2GB. Whether or not they'd work with Anim8or, I don't know. The procedure for using one of those patching utilities is described at https://www.maketecheasier.com/increase-memory-limit-for-32-bit-applications-in-windows-64-bit-os/
Title: Re: Looping Animation
Post by: itsstillthinking on March 13, 2018, 02:23:22 pm
Thanks for all the info! Sorry everyone for causing you grief :o
Title: Re: Looping Animation
Post by: Steve on March 13, 2018, 07:18:27 pm
A long term goal is to remove the 32-bit limit from Anim8or code. I've been slowly cleaning the code up for some time but there's still a bit to do. Currently it's limited to 2 GB I believe. There is an option to compile it the will increase this limit to 3+ but I'm not using it because some older versions of Windows would crash wiit it. Since I didn't have those systems to debug on I couldn't find the problem.
Title: Re: Looping Animation
Post by: itsstillthinking on March 14, 2018, 12:56:19 am
Cant wait for that to unlock even more potential in Anim8or, keep up the good work Steve! :D
Title: Re: Looping Animation
Post by: thecolclough on March 14, 2018, 01:37:26 pm
A long term goal is to remove the 32-bit limit from Anim8or code.

does that mean there might be a 64-bit build one of these days?
Title: Re: Looping Animation
Post by: Steve on March 14, 2018, 03:30:40 pm
Yes, I'm working towards a 64-bit version. I'm afraid to change too much in the release branch - don't want to break everything! So I'll probably make a new branch to do the conversion - same features. Once it's stable I'll build both 32-bit and 64-bit from that branch.
Title: Re: Looping Animation
Post by: itsstillthinking on March 14, 2018, 07:12:17 pm
Yes, I'm working towards a 64-bit version. I'm afraid to change too much in the release branch - don't want to break everything! So I'll probably make a new branch to do the conversion - same features. Once it's stable I'll build both 32-bit and 64-bit from that branch.


Cant wait for it steve!
Title: Re: Looping Animation
Post by: thecolclough on March 14, 2018, 08:01:14 pm
Yes, I'm working towards a 64-bit version.

most excellent =]