Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
[fixed] When Import any ps/eps file,Output error log.
12-13-2016, 07:00 AM (This post was last modified: 05-24-2017 10:13 PM by micheus.)
Post: #9
RE: When Import any ps/eps file,Output error log.
(12-06-2016 09:16 AM)tkbd Wrote:  This is simple EPS Test data,You can this copy and paste the data and to save named with "test.eps".
(This data simply draw a triangle.)
Quote:%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 240 90
newpath 170 50 moveto 140 60 lineto 140 30 lineto 170 50 closepath stroke showpage
%%EOF
tkbd, besides the Page token absent, there is some extra data (in red).

The file fixed works fine:
Quote:%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 240 90
%%Page: 1 1
newpath 170 50 moveto 140 60 lineto 140 30 lineto closepath stroke showpage
%%EOF

If you have any other file correctly defined (valid tokens) and it isn't load, please share it so I can check the plugin again.

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Reply


Messages In This Thread
RE: When Import any ps/eps file,Output error log. - micheus - 12-13-2016 07:00 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)