Search found 111 matches

by Lebostein
Sun Dec 06, 2015 9:16 pm
Forum: Scripting
Topic: Export animation via command line?
Replies: 3
Views: 1863

Export animation via command line?

It is possible to render an animation to a png sequence with command line functionality?
by Lebostein
Thu Oct 29, 2015 9:36 am
Forum: General Moho Discussion
Topic: ASP 11.1 now available
Replies: 24
Views: 13339

Re: ASP 11.1 now available

Why this thread is not moved to the Announcements?
viewforum.php?f=1

If I look in the Announcements forum I see the "Anime Studio 10.1.3 Update Available" is the last announced version...
by Lebostein
Mon Oct 19, 2015 3:38 pm
Forum: General Moho Discussion
Topic: Simple reading/modifying the new file format with Python
Replies: 5
Views: 883

Re: Simple reading/modifying the new file format with Python

I am using Python 2.7. But there is a new Python generation Python 3.x. The code is normally compatible between 2 and 3. The only huge difference between Python 2 and Python 3 is the print statement: * In Python 2 it is a command: print "test" * In Python 3 it is a function: print("te...
by Lebostein
Thu Oct 15, 2015 10:03 am
Forum: Bug Discussions
Topic: Anime Studio Debut Win32.exe is not a valid win32 applicatio
Replies: 1
Views: 1159

Anime Studio Debut Win32.exe is not a valid win32 applicatio

I have updated from AS Debut 10 to AS Debut 11. On Mac OS version 11 runs as I expected. But I can not run AS Debut 11 on my VirtualBox Windows Machine. I get an error message: Anime Studio Debut Win32.exe is not a valid win32 application . What could be the problem? This error message sounds like a...
by Lebostein
Thu Oct 15, 2015 9:16 am
Forum: General Moho Discussion
Topic: Simple reading/modifying the new file format with Python
Replies: 5
Views: 883

Re: Simple reading/modifying the new file format with Python

To fix the decimal problem while dumping a json structure into a file with Python (example: 0.229591 <> 0.22959099999999999 in Python) you can use a self made encoder in combination with Decimal objects: import zipfile, json, decimal class fakefloat(float): def __init__(self, value): self._value = v...
by Lebostein
Wed Oct 14, 2015 9:09 pm
Forum: General Moho Discussion
Topic: Simple reading/modifying the new file format with Python
Replies: 5
Views: 883

Simple reading/modifying the new file format with Python

With the new file format *.anime it is very easy to check/modify the whole animation structure with Python (using the standard libraries zipfile and json ). 1) Here is a simple code that demonstrates how you can change the dimensions of your animation project for example: import zipfile, json filena...
by Lebostein
Wed Oct 14, 2015 6:48 am
Forum: General Moho Discussion
Topic: ASP 11.1 now available
Replies: 24
Views: 13339

Re: ASP 11.1 now available

1.) Are there other languages in AS 11 included? Or english only? And if english only, it is planned to add other languages like all versions before? 2.) What means "Internet connection required for periodic product activation service"? 3.) Why it not runs with Windows XP? I have heard it ...
by Lebostein
Tue Oct 13, 2015 10:28 am
Forum: General Moho Discussion
Topic: What's he doing here?
Replies: 60
Views: 17439

Re: What's he doing here?

That is exactly the behaviour that I need! How I can get this? And why he can move fixed bones?
by Lebostein
Fri Oct 09, 2015 8:57 am
Forum: General Moho Discussion
Topic: Is the new file format optional?
Replies: 11
Views: 1089

Re: Is the new file format optional?

@Greenlaw: I see a huge quadratic tile in your signature with the text "This ImageShack image has expired [LOGO] See more images on RainApp".

To the new format: It is possible to save the whole project with all assets (sounds, images ...) in that project zip file now?
by Lebostein
Thu Oct 08, 2015 8:31 am
Forum: General Moho Discussion
Topic: How I deactivate all my AS 10 licenses (to reactivate it)?
Replies: 4
Views: 2841

Re: How I deactivate all my AS 10 licenses (to reactivate it

What happens, if I upgrade from Debut 10 to Debut 11?
1. Can I use both versions parallel after upgrading?
2. Has every version 3 activations or all activated versions (10 and 11) using one license pool?
by Lebostein
Thu Oct 08, 2015 8:17 am
Forum: General Moho Discussion
Topic: ASP 11.1 now available
Replies: 24
Views: 13339

Re: ASP 11.1 now available

Which languages are included?
by Lebostein
Thu Oct 08, 2015 8:01 am
Forum: General Moho Discussion
Topic: Is the new file format optional?
Replies: 11
Views: 1089

Re: Is the new file format optional?

Yes, I have seen it is a zip file with a JSON file inside: old format = simple text structure new format = zipped json structure The promoted smaller file size is due to the zip compression only. You could also zip the old format and you get the same small file size. JSON is a very popular and simpl...
by Lebostein
Wed Oct 07, 2015 8:52 am
Forum: General Moho Discussion
Topic: Is the new file format optional?
Replies: 11
Views: 1089

Is the new file format optional?

Can I save with the old file format in AS 11? I use some helpful scripts to modify the old file format outside AS...
by Lebostein
Mon Oct 05, 2015 11:06 am
Forum: General Moho Discussion
Topic: How I deactivate all my AS 10 licenses (to reactivate it)?
Replies: 4
Views: 2841

Re: How I deactivate all my AS 10 licenses (to reactivate it

I contacted the support. Now all licenses are reset. Thanks.

Can I see my license status anywhere? Which computers on which systems are activated? How man activations I use?
by Lebostein
Sun Oct 04, 2015 1:51 pm
Forum: General Moho Discussion
Topic: How I deactivate all my AS 10 licenses (to reactivate it)?
Replies: 4
Views: 2841

How I deactivate all my AS 10 licenses (to reactivate it)?

I did not know that activations are limited and I did not know that I have to deactivate licenses before I deinstall Anime Studio. Now I have tested different virtual hardware configurations of my virtual windows machine and I have activated again and again. And now I see the license warning and I c...