• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Wings 3D v
« Previous 1 … 9 10 11 12 13 Next »
Is this a bug in wings_export?

 
  • 0 Vote(s) - 0 Average
Is this a bug in wings_export?

nemyax
Offline

Member

Posts: 128
Threads: 14
Joined: Nov 2012
#1
06-27-2013, 12:31 PM
From wings_export.erl:
Code:
export(Exporter, Name, Ps, #st{shapes=Shs}=St0) ->
    St = wings_view:freeze_mirror(St0),
    ...
Apparently this is supposed to freeze the mirror before continuing to work with the meshes. However, Shs is bound before the freeze.
Shouldn't it be like this instead?
Code:
export(Exporter, Name, Ps, St0) ->
    St = wings_view:freeze_mirror(St0),
    Shs = St#st.shapes,
    ...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Is this a bug in wings_export? - by nemyax - 06-27-2013, 12:31 PM
RE: Is this a bug in wings_export? - by micheus - 06-27-2013, 07:13 PM
RE: Is this a bug in wings_export? - by nemyax - 06-27-2013, 09:02 PM
RE: Is this a bug in wings_export? - by micheus - 06-28-2013, 12:27 PM
RE: Is this a bug in wings_export? - by nemyax - 10-10-2013, 09:12 AM
RE: Is this a bug in wings_export? - by ggaliens - 10-10-2013, 04:24 PM
RE: Is this a bug in wings_export? - by micheus - 10-10-2013, 04:25 PM
RE: Is this a bug in wings_export? - by nemyax - 10-10-2013, 04:26 PM
RE: Is this a bug in wings_export? - by adamredwoods - 10-11-2013, 04:34 AM
RE: Is this a bug in wings_export? - by micheus - 10-11-2013, 04:54 PM
RE: Is this a bug in wings_export? - by startup - 10-24-2013, 10:50 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode