Will Anime 8 open SVG?

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
c6thplayer1
Posts: 8
Joined: Mon Aug 16, 2010 3:33 am

Will Anime 8 open SVG?

Post by c6thplayer1 »

javascript:emoticon(':?:')
jonbo
Posts: 896
Joined: Thu Apr 08, 2010 2:53 am

Post by jonbo »

Yes for version 8.1.
User avatar
GCharb
Posts: 2276
Joined: Mon Oct 10, 2005 2:31 am
Location: Montreal, Quebec, Canada
Contact:

Post by GCharb »

And t does a decent job at it, much better then AI format.
rocky53204
Posts: 224
Joined: Sat Sep 03, 2011 3:34 am

Post by rocky53204 »

The specific procedure... 'left mouse click' on...
'File' (then) 'Import' (then) 'Vector File' (then) 'SVG File'

The standard 'File Open' window will appear, navigate to your file
and then open it.

Love the feature, however, I seem to lose color at times.
Great feature for import of outlines on version Pro 8.1.
Art can be produced with 'Inkscape' (a free program) or
clipart can be found at 'openclipart.org'...

Some fills and text do not transfer well at this time... Inkscape gradients lose color when transferred... In Inkscape use or convert to solid colors, save new file and then import to AS Pro 8.1
User avatar
hayasidist
Posts: 3853
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Post by hayasidist »

hi.. yeah - just been trying to get some SVGs imported. does seem to be a very limited subset of SVG features supported - none of the "clever stuff" such as gradient fill and filters seem to work... and the SVG "text" data type (i.e. not vector representation of text) certainly won't import. I don't think it works too well on SVGs that are not "standalone" (i.e. those that rely on data accesed from external websites) either but I haven't really gone exploring too much in that area. And I guess support for the missing features might be coming along later???

Great for outlines and simple fills, though!
rocky53204
Posts: 224
Joined: Sat Sep 03, 2011 3:34 am

Post by rocky53204 »

Yep, that duplicates my experience as well...
Hope for more integration on next update/version as neat effects are do-able in Inkscape.
chucky
Posts: 4650
Joined: Sun Jan 28, 2007 4:24 am

Post by chucky »

I actually thought the same, when I saw this thread a small light bulb went off so I tried something that seems fairly obvious in retrospect.
If you want to get good results from svg imports in ASPRO, first apply a union to the paths, then the line work will appear as intended and shape effects will work also as intended.
I wouldn't expect to keep the inkscape effects anyway, but I would love to see shape effects expanded upon in the way inkscape has in regard to vector effects.
Check it out:- just a squiggly random sketch example
Before union, with yucky anomolies when rendered in ASPRO
Image
after union, clean and looks just as it did in inkscape.
Image
I hope that helps in some small way, I am very much happier now.
Last edited by chucky on Thu Jan 19, 2012 9:39 am, edited 1 time in total.
chucky
Posts: 4650
Joined: Sun Jan 28, 2007 4:24 am

Post by chucky »

You can add the rendered effect from inkscape as an image texture.
Like this, - btw this example is just random squiggles with a preset effect in inkscape.
So ignore the art quality, I'm just demonstrating roughly.
Rendered in anime
Image
User avatar
hayasidist
Posts: 3853
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Post by hayasidist »

sorry for dumb question - I'm not an inkscape user - just experimenting with scripting in SVG... [because, amongst other things, that might be a useful way of managing assets for use in AS outside AS]

union, if I understand it and put simply, merges two shapes together and gives you a new shape that is defined by the outside edge of both.

so in your (neat!) drawing - the hair etc where you've done the union - you said "paths" - so I'm taking it that the SVG items were paths before you merged them - do you know if they were closed paths? or some mix of lines and non-closed paths? indeed is it possible to, and can inkscape do, a union (rather than combine) of non-closed shapes?

(and/or, if you're prepared to do it, I'd love to see the before and after .svgs)
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Post by Genete »

I think that if Anime Studio would simply support one option to don't sustract when a shape overlaps itself, there is not needed any other work.
-G
chucky
Posts: 4650
Joined: Sun Jan 28, 2007 4:24 am

Post by chucky »

Yeah hahasidst, most other vector drawing programs have two ways of responding to a mouse or pen input. One way is as ASPRO does, with a path centred along the brushstroke the other is to generate a a fill with a path all the way around that fill.
Toon boom and flash do this inkscape happens to generate an SVG file which ASPRO can import, but when the paths intersect we get the 'gaps' that are not always desirable.
I found the answer is to do exactly what you said ,using the union function.
I think that if Anime Studio would simply support one option to don't sustract when a shape overlaps itself, there is not needed any other work.
I totally agree Genete, that would be preferable.
What would also be preferable is that aspro as all these other programs (including free ones) could generate a filled path in response to pen input as well as the standard method. That would massively improve it's freehand capabilities.
Freehand being a much more natural input method than a mouse. :mrgreen: :mrgreen:
User avatar
hayasidist
Posts: 3853
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Post by hayasidist »

Ah! - thanks Chucky. AS does seem to have the more logical approach to strokes and fills! (but do I see another "option" on the horizon tho') - and -

Genete - yeah - that "subtract if overlap" has always seemed odd to me - (and the bane of "limb bending!") now at least I know a bit more about the logic behind it.. but to change it now - that might make a few compatibility isses?!
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Post by Genete »

hayasidist wrote:that might make a few compatibility issues?!
I don't think so. It could be just a layer option that by default is off.
-G
User avatar
hayasidist
Posts: 3853
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Post by hayasidist »

agreed - better to provide support for both rather than ...
simply support one option to don't sustract
Post Reply