00:01.20 |
starseeker |
yukonbob: How far into vol4 are
you? |
00:01.51 |
yukonbob |
just started ch 5. (converting to
brlcad). |
00:02.02 |
yukonbob |
31 formatted pages once I build it. |
00:03.29 |
starseeker |
Wow |
00:04.12 |
starseeker |
Me is trying to finish up Lesson 3 |
00:04.22 |
starseeker |
(complicated tables suck...) |
00:21.57 |
CIA-4 |
BRL-CAD: 03starseeker *
10brlcad/doc/book/VolumeII.xml: Markup through Lesson 3 |
02:36.48 |
CIA-4 |
BRL-CAD: 03johnranderson *
10brlcad/src/librt/wdb_obj.c: |
02:36.48 |
CIA-4 |
BRL-CAD: adjust_names() was being called with
a null comb->tree (an empty combination). |
02:36.48 |
CIA-4 |
BRL-CAD: Added a check for null comb->tree
and skip call if so. |
02:36.48 |
CIA-4 |
BRL-CAD: This fixes bug [ 1800306 ] dbconcat
segfaults. |
05:29.13 |
louipc |
yukonbob, starseeker: you guys need to be paid
for this or something haha |
05:52.10 |
yukonbob |
louipc: ;) |
06:38.39 |
*** join/#brlcad PK
(i=Matt@74.86.45.130) |
06:52.07 |
*** join/#brlcad Z80-Boy
(i=clock@217-162-109-223.dclient.hispeed.ch) |
09:08.18 |
*** join/#brlcad elite01
(n=elite01@dslc-082-082-087-202.pools.arcor-ip.net) |
14:15.58 |
*** join/#brlcad elite01_
(n=elite01@dslb-088-070-007-068.pools.arcor-ip.net) |
14:37.46 |
*** join/#brlcad louipc
(n=louipc@bas8-toronto63-1096667620.dsl.bell.ca) |
14:51.19 |
*** join/#brlcad louipc
(n=louipc@bas8-toronto63-1096667620.dsl.bell.ca) |
15:01.05 |
*** join/#brlcad Elperion
(n=Bary@p548750CA.dip.t-dialin.net) |
16:17.17 |
*** join/#brlcad docelic
(n=docelic@212.15.174.171) |
16:53.26 |
*** join/#brlcad Apathy
(i=Matt@74.86.45.130) |
17:08.40 |
*** join/#brlcad SWPadnos
(n=Me@dsl245.esjtvtli.sover.net) |
18:03.50 |
Maloeran |
Have a safe journey! |
18:26.09 |
yukonbob |
heh |
18:40.53 |
*** join/#brlcad Z80-Boy
(i=clock@217-162-109-223.dclient.hispeed.ch) |
20:24.04 |
*** join/#brlcad
MinuteElectron (n=MinuteEl@bz.bzflag.bz) |
21:02.24 |
CIA-4 |
BRL-CAD: 03starseeker *
10brlcad/doc/book/VolumeII.xml: Formatting a number of
tables. |
21:15.21 |
*** join/#brlcad hussam
(n=hussam@77.94.33.8.satgate.net) |
21:16.49 |
hussam |
I'm downloading BRLCAD source code. I was
wondering how hard is it to learn this program if I already know
AutoCAD? |
21:19.15 |
louipc |
it's quite different. are you comfortable
drawing via commands in autocad? |
21:24.20 |
hussam |
louipc. yes |
21:24.30 |
louipc |
you can't be a complete point-and-click type
person |
21:24.41 |
louipc |
hussam: then I think it would be OK for
you |
21:24.50 |
hussam |
ok great. |
21:25.21 |
louipc |
the commands are different though |
21:26.09 |
hussam |
If there's good documentation, I can learn
easily. |
21:27.05 |
hussam |
I used AutoCAD in university but I was looking
for a good program to make drawings and print them at home on my
Linux box. |
21:28.10 |
Z80-Boy |
hussam: unfortunately the documentation is
often omitting crucial details |
21:28.37 |
Z80-Boy |
hussam: BRL-CAD cannot make drawings. qcad
can. |
21:29.16 |
*** join/#brlcad Elperion
(n=Bary@p548750CA.dip.t-dialin.net) |
21:29.37 |
louipc |
yeah BRL-CAD isn't really for drafting
yet |
21:29.59 |
louipc |
it's good for making 3D models |
21:43.20 |
hussam |
Z80-Boy, louipc: I've tried qcad a few years
ago. I don't remember having a good experience with it. |
21:43.58 |
*** join/#brlcad Elperion
(n=Bary@p548748B2.dip.t-dialin.net) |
21:45.54 |
louipc |
yeah it's unfortunate hah |
21:50.24 |
hussam |
I just stumbled onto this while searching on
google http://www.opencascade.org/_popup/727/ |
21:51.04 |
hussam |
there seems to be a a Linux version
too |
21:52.23 |
louipc |
yeah I've heard about it. I haven't tried it
yet though |
21:54.48 |
hussam |
louipc, it's 183MB so it'll take a while to
download. I'm getting an average of 25Kbytes/sec |
21:55.46 |
hussam |
but I'll install BRLCAD as well |
22:13.13 |
*** join/#brlcad Elperion
(n=Bary@p548748B2.dip.t-dialin.net) |
22:43.58 |
CIA-4 |
BRL-CAD: 03johnranderson *
10brlcad/src/librt/wdb_obj.c: Previous commit checked for null
prior to call to adjust_names(), moved the null check into
adjust_names(). |