IRC log for #brlcad on 20090125

00:53.21 *** join/#brlcad IriX64 (n=IriX64@bas2-sudbury98-1128564870.dsl.bell.ca)
00:55.20 *** join/#brlcad IriX64 (n=IriX64@bas2-sudbury98-1128564870.dsl.bell.ca)
01:32.12 IriX64 http://rafb.net/p/YMNUKE81.html <-- cray.g :)
01:33.39 louipc IriX64: no thanks. already have it.
01:33.50 IriX64 heh ok :)
01:34.53 louipc hah that's not even an error message. What was the point of that?
01:35.43 IriX64 was wondering why the reassigment of ls, and can't find the mged command that gives me a directory listing
01:36.42 IriX64 ahhh never mind exec ls does it
01:37.30 IriX64 hah, and on my system so does exec dir
01:38.27 louipc OK. Your question wasn't very obvious from that pastebin.
01:38.35 louipc ~ask
01:38.36 ibot Questions in the channel should be specific, informative, complete, concise, and on-topic. Don't ask if you can ask a question first. Don't ask if a person is there; just ask what you intended to ask them. Better questions more frequently yield better answers. We are all here voluntarily or against our will.
01:38.38 IriX64 sorry man
01:42.39 IriX64 my site/cray.png :)
01:44.22 IriX64 as agreed, no more helicopters, max size for fb is max size your display is set to (autodetected)
01:45.18 louipc hey did you figure out how to get a rendering of bldg391 from inside that globe?
01:45.37 IriX64 ie exec fbserv -S 1024 5 /dev/X &
01:45.51 IriX64 no i didn't and gave up did you?
01:47.56 IriX64 back to play, (can you tell I hate work?) :)
01:48.03 louipc I guess I'll put it on my todo list...
01:48.24 IriX64 date for 9999 april 1,st
01:48.54 louipc I'm too busy with other things to touch brl-cad or anything
01:49.16 IriX64 ahh, i bouce around a lot, little here, little there, you know
01:49.22 IriX64 bounce
01:49.52 IriX64 thanks for talking to me, I feel so lonely here at times ;)
01:51.25 *** part/#brlcad DanielFalck (n=dan@pool-71-111-66-98.ptldor.dsl-w.verizon.net)
02:00.01 *** join/#brlcad IriX64 (n=IriX64@bas2-sudbury98-1128564870.dsl.bell.ca)
02:00.36 IriX64 louipc: mysite/cray2.png how do i look under the cover?
02:01.11 louipc dunno
02:01.24 IriX64 heh another todo :)
02:01.49 louipc oh, well you could not draw it
02:02.01 IriX64 :)
02:02.19 louipc but for bldg391 you want to get the sky effect that the globe gives... so you do want to draw it eh?
02:03.00 IriX64 why not remove it, and i thought it was the mirrored floors doing that effect
02:03.09 IriX64 am i wrong
02:41.13 IriX64 ok, where do i take my mug to be fired? (mysite/mug.png)
03:11.53 *** join/#brlcad mafm (n=quassel@119.Red-81-39-20.dynamicIP.rima-tde.net)
03:15.15 IriX64 http://rafb.net/p/oE45Xo36.html <---- louipc :)
03:20.18 IriX64 heh framebuffer server works now, i have two buffers co-existing on my screen louipc :)
04:26.47 *** join/#brlcad schwinn434 (n=schwinn4@75.81.196.139)
06:07.20 starseeker Hmm... http://www.whitehouse.gov/administration/eop/opl/
06:10.37 starseeker wonders if that's a useful place to mention on-topic. Don't ask if you can ask a question first. Don't ask if a person is
06:10.45 starseeker blast sorry
06:11.20 starseeker wonders if that's a useful place to suggest Carl Malamud as a consultant on open government via the web
07:17.04 *** join/#brlcad SWPadnos_ (n=Me@dsl107.esjtvtli.sover.net)
07:31.27 *** join/#brlcad csanyipal (n=csanyipa@91.102.231.33)
07:33.58 *** join/#brlcad kanzure (i=bbishop@66.112.232.117)
07:39.29 csanyipal Howdy!
07:41.19 yukonbob hey csanyipal
09:25.41 *** join/#brlcad Dr_Phreakenstein (n=phreak@216.151.24.198)
09:41.27 csanyipal brlcad 7.12.6
09:42.21 csanyipal I'm traying to Create Postage Stamp Animations following the Anim_Tutorial.
09:43.01 csanyipal In the following line:
09:43.03 csanyipal rt -M $* -o moss.pix moss.g 'all.g' 2>> moss.log < moss.rtanim
09:43.36 csanyipal I don't understand, what is the 'all.g'?
09:44.04 csanyipal 'all.g' doesn't exist here..
09:45.27 brlcad after the file name (the moss.g in that example) is the name of the geometry object(s) you want to render
09:45.41 brlcad there just happens to be an object called 'all.g' inside of the moss.g file
09:46.01 brlcad mged -c moss.g tops
09:46.04 brlcad mged -c moss.g l all.g
09:47.31 csanyipal brlcad: Yes, then in my photoholder.g database the keptarto.c is the name that should to be here, right?
09:47.33 csanyipal rt -M $* -o keptarto.pix keptarto.g 'keptarto.c' 2>> keptarto.log < keptarto.rtanim
09:47.50 brlcad as for your questions earlier, /dev/sgip is the framebuffer device name if you were on an IRIX box, it's /dev/X or /dev/ogl for linux (run 'fbhelp' to see the list of available interfaces)
09:47.51 csanyipal keptarto is the photoholder in Hungarian..
09:48.48 brlcad and 'setenv' is if you were using tcsh or csh for your shell, for bash/ksh/posix style shells, you just set the var and export it
09:48.57 brlcad right
09:49.02 brlcad per keparto.c
09:49.35 brlcad er, keptarto.c
09:49.46 csanyipal brlcad: thank You! :)
09:49.50 brlcad the single quote "'"'s aren't necessary
10:02.13 csanyipal When I run the command:
10:02.15 csanyipal pixtile -s 200 -S 1024 keptarto.pix | pix-fb -h
10:03.09 csanyipal I get only 24 pictures, but I have there 64 keptarto.pix from keptarto.pix.0 - keptarto.pix.63?
10:03.29 csanyipal Why I get only 24 pictures?
10:33.17 *** join/#brlcad elite01 (n=omg@unaffiliated/elite01)
10:36.26 *** join/#brlcad Ralith (n=ralith@216.162.199.202)
11:59.41 csanyipal So long!
12:08.34 *** join/#brlcad mafm (n=quassel@119.Red-81-39-20.dynamicIP.rima-tde.net)
12:17.49 mafm hi
12:45.51 *** join/#brlcad mafm (n=quassel@119.Red-81-39-20.dynamicIP.rima-tde.net)
16:02.13 *** join/#brlcad mafm (n=quassel@119.Red-81-39-20.dynamicIP.rima-tde.net)
16:20.53 CIA-65 BRL-CAD: 03brlcad * r33601 10/brlcad/trunk/src/shapes/: ignore new shapes
16:23.37 CIA-65 BRL-CAD: 03brlcad * r33602 10/brlcad/trunk/src/proc-db/: remove picket_fence, fence, tire; add lens and human
16:27.43 CIA-65 BRL-CAD: 03brlcad * r33603 10/brlcad/trunk/src/archer/plugins/Wizards/tirewizard/: ignore Makefile and Makefile.in
16:28.28 CIA-65 BRL-CAD: 03brlcad * r33604 10/brlcad/trunk/src/conv/: ignore dem-g

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