| 00:14.31 | Owner | ``Erik: that seems like a possibility.... the stl was generated by blender3d.... |
| 00:22.16 | *** join/#brlcad Ralith (~ralith@216.162.199.202) | |
| 00:54.36 | CIA-73 | BRL-CAD: 03bob1961 * r39407 10/brlcad/trunk/misc/win32-msvc8/ (tkhtml/tkhtml.vcproj tkpng/tkpng.vcproj): Tweaks for compiling tkhtml and tkpng on 64-bit Windows. |
| 00:54.48 | ``Erik | (not that stl-g should care, just a thought) |
| 01:04.23 | ``Erik | There is no target consumer. Only targets. |
| 01:04.31 | CIA-73 | BRL-CAD: 03brlcad * r39408 10/brlcad/trunk/src/liboptical/sh_treetherm.c: remove conditional set |
| 01:04.34 | CIA-73 | BRL-CAD: 03brlcad * r39409 10/brlcad/trunk/src/liboptical/sh_flat.c: match types |
| 01:04.56 | CIA-73 | BRL-CAD: 03brlcad * r39410 10/brlcad/trunk/src/libged/clone.c: db_put/db_alloc no longer return a size_t, update |
| 01:27.26 | Owner | hi ``Erik thanksman, i'm going to test some other formats... |
| 01:30.37 | Owner | actually i don't see any other converters that'll work in there. the whole point is i'm trying to get a file in to iges format... |
| 01:34.09 | CIA-73 | BRL-CAD: 03starseeker * r39411 10/brlcad/trunk/src/isst/isst.tcl: Arrgh - need key bindings in the top level window, otherwise gentoo isn't doing anything with hot keys. |
| 01:50.18 | Owner | where is the dxf converter? |
| 01:59.52 | starseeker | g-dxf |
| 01:59.57 | starseeker | command line (not MGED) |
| 02:05.06 | CIA-73 | BRL-CAD: 03starseeker * r39412 10/brlcad/trunk/src/isst/ (isst.h isst_tcltk.c): Add dirty flag, be nice to the CPU(s). |
| 02:17.07 | CIA-73 | BRL-CAD: 03starseeker * r39413 10/brlcad/trunk/src/isst/isst.tcl: Rather than fight it, leave the key bindings with the parent window and never force the focus all the way to the togl widget. |
| 02:19.47 | CIA-73 | BRL-CAD: 03starseeker * r39414 10/brlcad/trunk/src/isst/isst.tcl: Kill a couple debugging puts commands |
| 02:42.06 | CIA-73 | BRL-CAD: 03starseeker * r39415 10/brlcad/trunk/src/isst/ (isst.tcl isst_tcltk.c): Allow finer gradations on setting the resolution |
| 03:00.17 | brlcad | Owner: if you can post your stl file, someone can take a look at it |
| 03:03.53 | brlcad | line-endings could certainly be the issue -- but hard to say, lot of factors |
| 03:04.28 | brlcad | you can find all of the importers and exporters by their name: ls -la /usr/brlcad/bin/g-* /usr/brlcad/bin/*-g |
| 03:59.18 | *** join/#brlcad CIA-49 (cia@208.69.182.149) | |
| 04:22.19 | CIA-49 | BRL-CAD: 03starseeker * r39416 10/brlcad/trunk/src/isst/isst.tcl: (log message trimmed) |
| 04:22.20 | CIA-49 | BRL-CAD: I hate to do this, but the mouse movements should only happen when the mouse is |
| 04:22.20 | CIA-49 | BRL-CAD: actually over the geometry window, and toplevel binding was messing that up. |
| 04:22.21 | CIA-49 | BRL-CAD: Since I can't seem to do 'focus follows mouse' behavior within the Tk widgets |
| 04:22.21 | CIA-49 | BRL-CAD: 'naturally', fake it - test whether the mouse is over the opengl view and if so |
| 04:22.22 | CIA-49 | BRL-CAD: behave properly, otherwise 'do something else' - right now, nothing. It may |
| 04:22.22 | CIA-49 | BRL-CAD: even be possible to maintain a state variable - 'if clicked inside of geometry |
| 04:32.03 | CIA-49 | BRL-CAD: 03brlcad * r39417 10/brlcad/trunk/include/mater.h: make struct mater's mt_daddr address be an off_t instead of a size_t in order to match the address offsets used elsewhere by librt. probably could be an intptr_t too, but still matching librt for consistency. |
| 04:32.56 | CIA-49 | BRL-CAD: 03brlcad * r39418 10/brlcad/trunk/src/liboptical/ (photonmap.c sh_billboard.c sh_camo.c sh_flat.c): size_t sign/type matching |
| 04:33.50 | CIA-49 | BRL-CAD: 03brlcad * r39419 10/brlcad/trunk/src/conv/ (asc/g2asc.c iges/convtree.c iges/g-iges.c): type signage matching |
| 04:39.34 | CIA-49 | BRL-CAD: 03starseeker * r39420 10/brlcad/trunk/src/isst/isst.tcl: Add fullscreen mode to tcl/tk isst (F5 keybinding) |
| 04:39.42 | starseeker | brlcad: there ya go ;-) |
| 05:18.15 | *** join/#brlcad stevegt_ (~stevegt@c-69-181-134-76.hsd1.ca.comcast.net) | |
| 05:26.09 | brlcad | woot |
| 05:26.22 | CIA-49 | BRL-CAD: 03brlcad * r39421 10/brlcad/trunk/src/rt/ (do.c ext.h heatgraph.c main.c opt.c view.c worker.c): size_t conversions, untested. additional quellage too. |
| 05:46.25 | CIA-49 | BRL-CAD: 03brlcad * r39422 10/brlcad/trunk/src/isst/isst.tcl: untested, but shouldn't this work too? should avoid globals in Tcl for the same reason they're avoided in C. |
| 05:48.48 | CIA-49 | BRL-CAD: 03brlcad * r39423 10/brlcad/trunk/NEWS: cliff added a fullscreen mode to isst (technically via tcl wrapper script for now) |
| 05:56.24 | CIA-49 | BRL-CAD: 03brlcad * r39424 10/brlcad/trunk/src/fb/pix-fb.c: quell all warnings. mostly signed/unsigned comparison. |
| 05:58.31 | CIA-49 | BRL-CAD: 03brlcad * r39425 10/brlcad/trunk/src/fb/pix-fb.c: cleanup and restructure. style updates and ws. |
| 07:57.51 | CIA-49 | BRL-CAD: 03d_rossberg * r39426 10/brlcad/trunk/src/librt/CMakeLists.txt: synced with Makefile.am (added nmg_junk.c) |
| 10:23.33 | d-lo | Mernin! |
| 10:31.25 | CIA-49 | BRL-CAD: 03starseeker * r39427 10/brlcad/trunk/src/isst/isst.tcl: Update to fullscreen doesn't work in testing - may be a way other than the global, but with the previous way F5 can only enter fullscreen, not leave it once entered (at least on gentoo) |
| 10:32.00 | starseeker | gets ready to roll |
| 10:32.25 | d-lo | Optimus Prime knows how to roll out. |
| 10:36.00 | d-lo | has been listening to the Myst soundtrack recently. Forgot how good it was/is! |
| 12:14.15 | *** join/#brlcad roberthl (~robert@mediawiki/RobertL) | |
| 12:14.57 | CIA-49 | BRL-CAD: 03starseeker * r39428 10/brlcad/trunk/src/rt/ (hurt.c viewedge.c viewfrac.c viewhide.c viewrange.c): Get rt compiling again - switch to size_t to agree with ext.h changes |
| 12:18.42 | brlcad | huh, and that even compiled under win |
| 12:19.39 | starseeker | wow O.o |
| 12:22.39 | d-lo | points at windows and snickers. |
| 12:25.10 | CIA-49 | BRL-CAD: 03brlcad * r39429 10/brlcad/trunk/src/proc-db/ (ducks.h patches.h tea.h): move the teapot vertex and patch data from ducks.h and patches.h into tea.h |
| 12:26.50 | CIA-49 | BRL-CAD: 03brlcad * r39430 10/brlcad/trunk/src/proc-db/ (Makefile.am ducks.h patches.h tea.c tea_nmg.c): remove the now-unnecessary ducks.h and patches.h headers. it's all in tea.h |
| 12:28.24 | CIA-49 | BRL-CAD: 03brlcad * r39431 10/brlcad/trunk/src/proc-db/tea_nmg.c: unnecessary j shadow |
| 12:28.57 | CIA-49 | BRL-CAD: 03starseeker * r39432 10/brlcad/trunk/src/isst/isst.tcl: rename overglwin - it's actually generic |
| 12:28.59 | CIA-49 | BRL-CAD: 03brlcad * r39433 10/brlcad/trunk/src/proc-db/tea.h: make all of the points be doubles instead of floats so that the duck literals match up type-wise. |
| 12:30.09 | brlcad | is bummed that he didn't wake up early enough to bike in today |
| 12:33.38 | starseeker | O.o |
| 12:41.41 | CIA-49 | BRL-CAD: 03starseeker * r39434 10/brlcad/trunk/src/isst/isst.tcl: Tweak things to get OSX initial display behaving with lazy rendering. |
| 12:43.00 | d-lo | Noooooooo Last.fm has commercials now NOOOOOO!!!!! |
| 12:43.23 | starseeker | so begins the end of Last.fm |
| 12:52.39 | brlcad | huh |
| 13:04.18 | ``Erik | waits for togl to work on any machine but starseeker's O.o :D |
| 13:09.10 | d-lo | ``Erik: so what you really need to do is grab jogl, or jME, slap some JNI bindings on isst and make a webstart version of ISST :) |
| 13:12.28 | brlcad | bets you could get an in-browser isst going with https://addons.mozilla.org/en-US/firefox/addon/7171/ |
| 13:17.45 | starseeker | ``Erik: your machines are just problem children |
| 13:23.10 | ``Erik | heh |
| 13:23.18 | ``Erik | more like a cffi ogl :D |
| 13:23.33 | ``Erik | <-- was actually talking about doing a java/jni frontend to isst for a while O.o |
| 13:26.25 | CIA-49 | BRL-CAD: 03starseeker * r39435 10/brlcad/trunk/src/isst/isst.tcl: Bind the Ctrl-zoom keys to maximize and minimize the resolution quickly (good idea Dave) |
| 13:28.03 | d-lo | <PROTECTED> |
| 13:34.31 | brlcad | aha! .. there's the culprit of the htmltokens.h failure |
| 13:34.38 | brlcad | bad tcl script juju |
| 13:45.25 | CIA-49 | BRL-CAD: 03brlcad * r39436 10/brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl: |
| 13:45.26 | CIA-49 | BRL-CAD: don't stop if the brlcadInstall directory exists, otherwise any updates from |
| 13:45.26 | CIA-49 | BRL-CAD: files this script installs will not get picked up. this was causing the tkhtml3 |
| 13:45.27 | CIA-49 | BRL-CAD: files to get left out .. not that tkhtml3's build rules should be in the tclsh |
| 13:45.27 | CIA-49 | BRL-CAD: project anyways (they should be in the tkhtml3 project) |
| 13:45.28 | CIA-49 | BRL-CAD: 03erikgreenwald * r39437 10/brlcad/trunk/configure.ac: display if togl is to be built |
| 13:48.00 | CIA-49 | BRL-CAD: 03brlcad * r39438 10/brlcad/trunk/TODO: notes on improvements needed for the msvc build |
| 13:49.33 | ``Erik | wonders if starseeker's mac togl build is seeing the adjusted gl stuff in xquartz and using the glX stuff instead of agl O.o |
| 13:57.34 | starseeker | it should be using glx in an X11 build |
| 13:57.53 | starseeker | that's what our ogl stuff does on Mac |
| 13:59.35 | ``Erik | hrmmmmmm, think I might see something, it finds some X stuff in /opt/local and ignores /usr/X11 |
| 14:02.14 | ``Erik | fails on ed's machine, which doeesn't have all that macports goodness |
| 14:33.02 | CIA-49 | BRL-CAD: 03starseeker * r39439 10/brlcad/trunk/src/libgcv/Makefile.am: If we're using WFOBJ now, change the other OBJ uses too. |
| 14:55.07 | brlcad | lovely, windows just crashed hard-stop |
| 15:08.44 | CIA-49 | BRL-CAD: 03brlcad * r39440 10/brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl: massive protections against failures that will cause the script to halt. reduce all of the output chatter to a minimum unless verbosity is turned on. rewrite the tree walker to handle dirs and files separately. |
| 15:31.20 | CIA-49 | BRL-CAD: 03brlcad * r39441 10/brlcad/trunk/misc/win32-msvc8/tclsh/library/installTree.tcl: delete seems to be working great, remove verbosity |
| 16:12.31 | CIA-49 | BRL-CAD: 03brlcad * r39442 10/brlcad/trunk/src/other/tk/win/wish.exe.manifest: update manifest |
| 17:55.25 | CIA-49 | BRL-CAD: 03starseeker * r39443 10/brlcad/trunk/src/isst/isst_tcltk.c: Make some changes to vector hangling - need to behave better when model is small. |
| 18:12.31 | *** join/#brlcad Owner (~chatzilla@va-67-233-102-229.sta.embarqhsd.net) | |
| 18:27.40 | *** join/#brlcad stevegt_ (~stevegt@cislunar.TerraLuna.Org) | |
| 18:58.56 | CIA-49 | BRL-CAD: 03starseeker * r39444 10/brlcad/trunk/src/isst/isst.tcl: Start adding in a menu - can specify a .g file, but unless it's ktank at the moment Badness will likely ensue. |
| 19:55.29 | CIA-49 | BRL-CAD: 03starseeker * r39445 10/brlcad/trunk/src/isst/isst.tcl: Inching closer to a file open menu item - need some libged foo to provide the real geometry lists but getting there. |
| 21:03.19 | CIA-49 | BRL-CAD: 03starseeker * r39446 10/brlcad/trunk/src/isst/ (isst.tcl isst_tcltk.c): This has performance problems (should probably default to tops approach, and need some kind of sane way to handle really large numbers of objects) but represents a working File->Open capability. |
| 22:14.00 | *** join/#brlcad cosurgi (~cosurgi@atak.bl.pg.gda.pl) | |
| 22:44.13 | ``Erik | ahhh, home at last O.o |
| 23:56.39 | starseeker | Gaaah! "German High Court Declares All Software Patentable" |
| 23:57.46 | ``Erik | heh, yeah |