IRC log for #brlcad on 20071120

00:25.58 *** join/#brlcad PrezKennedy (i=Matt@74.86.45.130)
00:26.44 CIA-28 libirc: 03JeffM2501 * r345 10/trunk/libirc/botlib/ (inc/botlib.h src/botlib.cpp): read and write full config files as needed by the calling code
03:20.31 *** join/#brlcad Twingy (n=justin@74.92.144.217)
03:55.37 *** join/#brlcad lachyg (n=lachlan@ppp121-45-2-37.lns10.adl2.internode.on.net)
03:56.35 lachyg Hi. Does anyone know why a translation through matrix manipulation might cause the translation to have a magnitude five times the values entered?
03:59.40 *** join/#brlcad poolio (n=bpoole@UNIX31.andrew.cmu.edu)
04:07.25 lachyg mged> l plate.leds.c
04:07.36 lachyg <PROTECTED>
04:07.59 lachyg mged> arced plate.leds.c/led.r.c matrix rmul xlate 0 0 -500
04:08.07 lachyg mged> l plate.leds.c
04:08.17 lachyg <PROTECTED>
04:48.34 brlcad magnitude 5x?
04:48.57 brlcad that's e-13 .. which is pretty much "zero"
04:49.35 brlcad just seeing some floating point fuzz 13 decimal places out
05:00.35 lachyg Yeah.
05:00.41 lachyg Look at the first component, though.
05:40.03 CIA-28 libirc: 03JeffM2501 * r347 10/trunk/libirc/botlib/ (inc/botlib.h src/botlib.cpp): redo the message system so that messages can send back themselves, and have a reply method
05:55.32 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/reshoot.c: anything using the bu offset macros needs to include stddef.h for the standard offset macros. other minor mods for bu_exit.
05:59.21 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/Makefile.am: add reshoot to the build/install including its manual page documentation.
05:59.33 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/.cvsignore: ignore reshoot product
06:01.05 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/.cvsignore: the version files are no longer generated, remove from ignore list
06:01.55 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/.cvsignore: version file too
06:03.41 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/Makefile.am: compile hurt, just don't install it.
06:04.04 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/rt/.cvsignore: ignore hurt
06:06.15 CIA-28 BRL-CAD: 03brlcad * 10brlcad/db/Makefile.am: install the terra.dsp file since it's needed by terra.g; adds missing file to dist
06:07.53 CIA-28 BRL-CAD: 03brlcad * 10brlcad/doc/Makefile.am: install the brep.txt file for kicks and wiggles so it's not missing from source dist
06:13.45 CIA-28 BRL-CAD: 03brlcad * 10brlcad/misc/archlinux/Makefile.am: include PKGBUILD.static in the dist if it's in the checkout
06:14.41 CIA-28 BRL-CAD: 03brlcad * 10brlcad/misc/Makefile.am: include doxygen_structure in the dist
06:19.24 CIA-28 BRL-CAD: 03brlcad * 10brlcad/misc/ (win32-msvc7/Makefile.am win32-msvc8/Makefile.am): missing files from dist
06:22.36 CIA-28 BRL-CAD: 03brlcad * 10brlcad/regress/Makefile.am: add script files mising from dist
06:25.31 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/archer/Makefile.am: archer.bat missing from source dist, add it
07:16.20 *** join/#brlcad yukonbob (n=yukonbob@198.235.198.234)
07:19.24 *** join/#brlcad Z80-Boy (i=clock@77-56-86-16.dclient.hispeed.ch)
07:19.31 *** join/#brlcad louipc (n=louipc@bas8-toronto63-1177613911.dsl.bell.ca)
07:36.51 *** join/#brlcad DEFCON_ (n=def@74.17-246-81.adsl-static.isp.belgacom.be)
08:01.32 *** join/#brlcad Blue_D (n=bluedolf@74.16-67-87.adsl-dyn.isp.belgacom.be)
08:26.10 *** join/#brlcad Z80-Boy (n=clock@zux221-122-143.adsl.green.ch)
09:28.11 *** join/#brlcad elite01 (n=elite01@dslc-082-082-069-012.pools.arcor-ip.net)
11:14.41 *** join/#brlcad lachyg (n=lachlan@ppp121-45-2-37.lns10.adl2.internode.on.net)
11:15.17 lachyg Hi. Is there a way to draw a combination with a translation without changing its location in the database?
11:15.36 lachyg Something along the lines of "draw table.c 0 0 -100"
11:23.09 *** join/#brlcad yukonbob (n=yukonbob@198.235.198.234)
12:09.11 *** join/#brlcad Blue_D (n=bluedolf@74.16-67-87.adsl-dyn.isp.belgacom.be)
13:15.33 *** join/#brlcad Elperion (n=Bary@p54874DFD.dip.t-dialin.net)
14:09.10 *** join/#brlcad starseeker (n=CY@ip72-218-20-46.hr.hr.cox.net)
15:51.25 brlcad lachyg: if you're in edit mode, you can do the tra and then reject the change
15:52.02 brlcad the database is only changed after you do apply or accept
15:53.16 lachyg Ok, thanks.
15:54.25 brlcad you can also put the object into another container that has a matrix applied if it's something you frequently want to do
15:54.40 brlcad comb tablemoved.c u table.c
15:54.52 brlcad oed / tablemoved.c/table.c/path/to/prim
15:55.00 brlcad tra 0 0 -100
15:55.02 brlcad accept
15:55.39 lachyg Hmm, that's probably not a bad idea.
15:55.42 lachyg Thanks for that.
16:33.09 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/URToolkit/tools/Makefile.am: add rleccube to the build
16:33.30 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/URToolkit/cnv/Makefile.am: readd the disabled converters so they make the dist
16:34.02 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/URToolkit/man/Makefile.am: add pgmtorle manpage
18:26.08 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/tkimg/ (Makefile.am base/Makefile.am png/Makefile.am): add files missing from source dist
18:29.17 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/tcl/libtcl_nil.a: oop, don't put the archive in cvs..
18:34.24 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/ (openNURBS/Makefile.am tcl/Makefile.am tk/Makefile.am): more files missing from the source dist
18:36.23 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/ (tcl/unix/.cvsignore tk/unix/.cvsignore): more generated files to ignore
18:37.29 prasad_ http://books.google.com/books?q=brlcad&as_brr=1
18:37.31 prasad_ nifty
18:51.24 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/conv/ (walk_example.c example_geom.c): rename example_geom.c to walk_example.c to be consistent name-wise with the other *_example program samples.
19:16.19 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/conv/walk_example.c: restructure cleanup for bu_exit, move struct comments to where they're actually used, cleanup usage, remove progname.
19:16.37 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/conv/Makefile.am: add walk_example to the build, but don't install it.
19:19.24 CIA-28 BRL-CAD: 03brlcad * 10brlcad/db/Makefile.am: need terra.dsp in the dist
19:20.37 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/ (6 files in 6 dirs): add more files missing from the source dist
19:24.07 *** join/#brlcad prasad1 (n=psilva@static-70-108-244-218.res.east.verizon.net)
19:25.20 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/conv/.cvsignore: ignore walk_example
19:30.13 *** join/#brlcad Z80-Boy (i=clock@77-56-86-112.dclient.hispeed.ch)
20:26.40 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/librt/plane.h: obsolete private header -- the contents were added to bn.h a long time ago
20:28.47 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/ (9 files in 9 dirs): and now what I think is the final batch of files missing from the source distribution, woot!
20:44.12 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/other/blt/Makefile.am: blt.mak not blt.make
20:45.39 CIA-28 BRL-CAD: 03brlcad * 10brlcad/sh/Makefile.am: include gforge.sh in dist
20:45.41 CIA-28 BRL-CAD: 03brlcad * 10brlcad/doc/html/manuals/Makefile.am: include eagleCAD.bmp in source dist
20:47.45 CIA-28 BRL-CAD: 03brlcad * 10brlcad/Makefile.am:
20:47.45 CIA-28 BRL-CAD: enhance the dist hook so that it checks whether files listed in CVS are actually
20:47.45 CIA-28 BRL-CAD: included in the source dist that we end up with. makes it a heck of a lot
20:47.45 CIA-28 BRL-CAD: easier to ensure that we have all the files that we're supposed to come time to
20:47.45 CIA-28 BRL-CAD: make a source release.
20:58.43 CIA-28 BRL-CAD: 03brlcad * 10brlcad/src/librt/Makefile.am: gah, one more. add brep-test.cpp to dist
22:23.49 *** join/#brlcad docelic (n=docelic@77.237.103.90)
22:41.51 *** join/#brlcad electron (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) [NETSPLIT VICTIM]
22:49.35 *** join/#brlcad bpoole (n=bpoole@UNIX31.andrew.cmu.edu)
22:50.11 *** join/#brlcad electron (n=MinuteEl@bz.bzflag.bz)
22:57.15 *** join/#brlcad Apathy (i=Matt@74.86.45.130)
22:58.43 brlcad like tv programming?
22:59.43 bpoole ah Maryland, I'm on the way there now :)
23:03.48 *** join/#brlcad electron (n=MinuteEl@silentflame/member/pdpc.base.minuteelectron) [NETSPLIT VICTIM]
23:03.49 *** join/#brlcad Maloeran (n=maloeran@glvortex.net) [NETSPLIT VICTIM]
23:03.52 *** join/#brlcad starseeker (n=CY@ip72-218-20-46.hr.hr.cox.net) [NETSPLIT VICTIM]
23:03.52 *** join/#brlcad lachyg (n=lachlan@ppp121-45-2-37.lns10.adl2.internode.on.net) [NETSPLIT VICTIM]
23:03.52 *** join/#brlcad PrezKennedy (i=Matt@74.86.45.130)
23:03.52 *** join/#brlcad b0ef (n=b0ef@062016141081.customer.alfanett.no) [NETSPLIT VICTIM]
23:06.43 *** join/#brlcad PrezKennedy (i=Matt@74.86.45.130)
23:06.43 *** join/#brlcad b0ef (n=b0ef@062016141081.customer.alfanett.no) [NETSPLIT VICTIM]
23:58.18 *** join/#brlcad b0ef (n=b0ef@062016141081.customer.alfanett.no)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.