Cartoon Edge renderer - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6) +--- Thread: Cartoon Edge renderer (/showthread.php?tid=1144) |
Cartoon Edge renderer - tkbd - 04-13-2015 Currently, Wings3D's cartoon edge exporter can be only the output EPS line data. It is great if Wings3D could export for SVG/PDF format include surface polygons. So I contact to Dmitry Efremov the plugin author. Fotunetry!!,he already inplement face render SVG, however it has been stopped in the middle of development for many yerars. Then I talk with him many times for the plugin and got some useful advice about. (Thank you very much!) and I decided to take over his source. I planned a following feature addition. (Edit: Todo List, 2015/6/13)
(Edit: Fix broken photobucket's Link) SVG rendering test There is no guarantee that they are implemented and release. Anyway this work will takes a LONG time for these implement. NPR exporter_ Merge colinear lines (Edit: add about Merge coliear lines) (This plugin already contained in Wings, so bottom of links are out of date now ) Cartoon Edge exporter(SVG/EPS)beta for Wings3D v1.5.4 & 2.0 later (Edit: add Notation) RE: Cartoon Edge renderer[WIP] - Extrudeface - 12-14-2015 Very nice project ! Congratulations RE: Cartoon Edge renderer[WIP] - tkbd - 12-19-2015 Thank you for your interest. I'm happy just that. ---------------- This is to reproduce the non-photorealistic rendering using the currently available SVG filter effects. If SVG2.0 will be formulated, it will probably increase the variation of expression. Current Todo(Progress is slowly at my own pace.). *Verifying for other graphics applications,whether it can display the output SVG file. (AICS,Inkscape,Firefox,Chrome,InternetExplorer,Filtered,Scribus,etc...) *Review of the UI. *Commit the plugin code to the Wings git tree. ---------------- tkbd RE: Cartoon Edge renderer[WIP] - dgud - 12-19-2015 *Commit the plugin code to the Wings git tree. Like this part!! RE: Cartoon Edge renderer[WIP] - Mishou - 12-25-2015 How did I miss this?! Great work! Waiting for more! RE: Cartoon Edge renderer[WIP] - Dimitri - 12-26-2015 Merry Christmas everyone! Tkbd this is a very nice idea indeed. There seems that there is a problem in the plugin however. I installed it, the export dialogue appears in Wings and saves the files but whenever I do try to open them in Inkspace or Photoshop they do not open. Inkscape crashes and closes while Photoshop gives a 'non proper file' message. What may be going on? RE: Cartoon Edge renderer[WIP] - tkbd - 12-27-2015 Thanks all. Dimitri Wrote Quote: I do try to open them in Inkspace or Photoshop they do not open. Inkscape crashes and closes while Photoshop gives a 'non proper file' message. What may be going on? Merry X'mas Dimitri,Thank you try my plug-ins. Could you tell me to which version of softwares you're using? Your OS,Software version and How to opened the file in a way?(Open and/or Import,Drag and Drop) And... Does the toruble occur in either or all? :
How did opened a svg file with Inkscape? If you read the svg file by "File > Import" or "Drag-and-Drop" on Inkscape ,then Inkscape is crash with some runtime error message. Open correctly If you use "File > Open".(On Windows/MacOSX) Photoshop can't to read SVG file. Please use the file of EPS format instead. Note1 : But EPS format isn't support SVG filter effect and transparency. Note2 : Later Photoshop Elements 11 doesn't support EPS import. ------ tkbd RE: Cartoon Edge renderer[WIP] - Dimitri - 12-27-2015 Thanks a lot for the so devoted answer Tkbd. I tried the 'open' instead of 'import' in Inkscape (with svg files) and it worked very well. The eps files still do not open in Photoshop though. But, anyway, this is not a problem, their opening in Inkscape -where the vectors are fully editable too- is quite enough. : - ) Thanks again for this so nice plugin... it is a very significant enrichment for Wings, indeed. RE: Cartoon Edge renderer[WIP] - Extrudeface - 12-28-2015 I agree, amazing and useful project. Indeed, I think import in Inkscape is for bitmap, and open for vectorial files... But I could be quite wrong... |