don bright

Results 23 comments of don bright

i think we should save it for next release. (after all.... it will have "test3dexport" to make sure it actually works right ) On Thu, Feb 13, 2014 at 12:12...

no progress. my plan was to get 'Test Export 3d' working before adding this OBJ stuff. . . . "Real Life" has kind of interrupted me lately.

well.... i found my old importer. https://github.com/openscad/openscad/tree/import_obj https://github.com/openscad/openscad/blob/import_obj/src/import.cc not sure if that helps... i remember refactoring the export code in some branch but cant remember where. the current exporter has...

i can get something working by tomorrow night. main problems right now are that current code appears to leak memory on every AMF export (calls 'new' without 'delete') and there...

ok so far i have this: branch objectexport99 1. redid OFF export to go direct from PolySet -> OFF (it can do quadrilaterals, test with a simple 'cube()' .scad file......

The above arguments are also valid arguments against adding AMF import/export ... but it was added anyways. But I personally am still against adding half-finished OBJ export/import code. I can't...

yeah i know a lot of people like that system.... but my brain could never remember it... i just started getting confused... there is "release" and "development" versions but also...

same with me. in my case, it's looking for crates-io version 0.18 this comes from the file ./Cargo.toml crates-io = { path = "src/crates-io", version = "0.18" } but the...

tim-caper unicode in winconsole.c is very much worth it, we have had a bug report before on the issue. i was about to work on it this weekend but if...