|
Objects exported in reverse order
|
|
01-26-2013, 07:47 PM
(This post was last modified: 01-26-2013 07:53 PM by micheus.)
Post: #5
|
|||
|
|||
|
RE: Objects exported in reverse order
oort, I don't think the wings_export.erl must be changed. It's working as it is - in this case. As each exporter has its particularities I believe that is our responsibility as programmer work around this kind of "problem".
I took a look at the code again (I couldn't change it and test), but - in accord with you've answered me - I believe that the meshlights are being exported in this part of the code: Code: section(F, "Objects"),If you've changed the result order when changed wings_export file, it seems that you will need only to use an other "integrator" in this code above. Try to change the code to this one: Code: section(F, "Objects"),or you can use that one already existent, but reverting the list of objects before use it: Code: section(F, "Objects"),and if you still need to change the ID sequence, you can use my first suggestion with some small changes to the code: Code: section(F, "Objects"), |
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Objects exported in reverse order - oort - 01-25-2013, 06:33 AM
RE: Objects exported in reverse order - micheus - 01-25-2013, 11:41 AM
RE: Objects exported in reverse order - oort - 01-25-2013, 05:24 PM
RE: Objects exported in reverse order - oort - 01-25-2013, 10:47 PM
RE: Objects exported in reverse order - micheus - 01-26-2013 07:47 PM
RE: Objects exported in reverse order - oort - 01-26-2013, 11:26 PM
RE: Objects exported in reverse order - oort - 01-27-2013, 02:35 AM
RE: Objects exported in reverse order - micheus - 01-27-2013, 02:40 AM
RE: Objects exported in reverse order - oort - 01-27-2013, 04:07 AM
|
User(s) browsing this thread: 1 Guest(s)



