Page 1 of 1
ASP 11 Style Questions
Posted: Sun Jun 14, 2015 8:37 pm
by RichardU
In ASP 11, if I have a character with a style called "Skin" and I import a different character with a style called "Skin" I end up with two different styles called "Skin." In what way is this an advantage?
Is there anything new we can do with styles? Can I merge them?
Pre ASP11, I could edit the .anme files with a text editor. What is the best editor for editing .anime files?
Thanks, Richard
Re: ASP 11 Style Questions
Posted: Sun Jun 14, 2015 9:26 pm
by GCharb
Just name your styles appropriingly, say dad.skin, dad.hair, then daughter.skin, daughter.hair, etc.
This way both will live in the same project no problems.
Also, doing it this way you could save a styles set for day colors, night colors, etc. for each characters, then import them as needed.
Re: ASP 11 Style Questions
Posted: Mon Jun 15, 2015 10:14 pm
by Distinct Sun
You can save styles to the library now.
You can also load them in from other files.
If you want to edit the .Anime file by hand, you will need a .json editor or text editor that handles .json files.
Re: ASP 11 Style Questions
Posted: Tue Jun 16, 2015 12:16 am
by RichardU
GCharb wrote:Just name your styles appropriingly, say dad.skin, dad.hair, then daughter.skin, daughter.hair, etc.
This way both will live in the same project no problems.
Also, doing it this way you could save a styles set for day colors, night colors, etc. for each characters, then import them as needed.
Thanks. That could be useful.
Distinct Sun wrote:You can save styles to the library now.
You can also load them in from other files.
If you want to edit the .Anime file by hand, you will need a .json editor or text editor that handles .json files.
Any recommendations on a .json editor?