| 00:37.49 | *** join/#brlcad dtidrow (~dtidrow@c-68-84-167-135.hsd1.mi.comcast.net) | |
| 00:58.17 | *** join/#brlcad DarkCalf (DC@173.231.40.98) | |
| 15:09.28 | *** join/#brlcad ibot (~ibot@rikers.org) | |
| 15:09.28 | *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release 7.22.0 is forthcoming (eta: end of March) || BRL-CAD has applied to participate in GSoC 2012! | |
| 15:47.44 | *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol) | |
| 15:50.45 | ``Erik | https://lkml.org/lkml/2012/3/31/131 interesting linux kernel patch concerning parallel programming |
| 17:05.29 | CIA-128 | BRL-CAD: 03n_reed * r49982 10/brlcad/trunk/src/conv/fast4-g.c: On split, forgot to reset hole-list pointer to subtract holes in second region. CID 171. |
| 17:09.20 | *** join/#brlcad tuxilina (~tuxilina@79.117.232.42) | |
| 17:09.30 | andrei_ | hello! |
| 17:14.26 | CIA-128 | BRL-CAD: 03n_reed * r49983 10/brlcad/trunk/src/conv/patch/patch-g.c: Remove redundant null check. CID 176. |
| 17:14.42 | brlcad | andrei_: hallow! |
| 17:15.51 | brlcad | d_rossberg: I'm sending an e-mail about about that -- the score I put just was a simple 0-10 presort based on the quality of the application writeup (not the applicant) |
| 17:17.21 | d_rossberg | ok |
| 17:18.04 | brlcad | good vacation? :) |
| 17:18.58 | andrei_ | mine? |
| 17:19.06 | brlcad | nope :) |
| 17:19.15 | andrei_ | :( but I wanted a vacation |
| 17:19.24 | brlcad | no vacation for you! |
| 17:19.34 | d_rossberg | i'm still in vacation ;) |
| 17:20.15 | d_rossberg | nevertheless i've to do some work |
| 17:20.53 | d_rossberg | and to wait for some craftmans |
| 17:22.01 | d_rossberg | they told me at 5 that they won't come today but tomorrow :( |
| 17:26.38 | andrei_ | they probably have some execution errors :( |
| 17:50.22 | starseeker | jots a note down to see whether qmg might have anything interesting: http://www.cs.cornell.edu/home/vavasis/qmg-home.html |
| 18:14.37 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 18:27.50 | *** join/#brlcad Stattrav_ (~Stattrav@61.12.114.82) | |
| 18:29.49 | *** join/#brlcad crdueck (~cdk@129-97-210-228.uwaterloo.ca) | |
| 18:49.35 | *** join/#brlcad stevegt_1 (~stevegt@64-130-244-2-gracehospitalitygroup.bwg.phx.sparkplugbb.net) | |
| 19:07.42 | brlcad | hello crdueck |
| 19:12.12 | crdueck | hi brlcad |
| 19:12.15 | CIA-128 | BRL-CAD: 03brlcad * r49984 10/brlcad/trunk/NEWS: nick fixed a bug in the fast4-g importer while fixing coverity cid 171 (r49982). looks like there was bad logic handling hole/wall geometry. fixed by resetting the variable after the split. |
| 19:29.16 | CIA-128 | BRL-CAD: 03brlcad * r49985 10/brlcad/trunk/ (NEWS TODO): |
| 19:29.16 | CIA-128 | BRL-CAD: cliff fixed a bug in ARS prep where the new bounding box routine being |
| 19:29.16 | CIA-128 | BRL-CAD: calculated is way too big. (r49979) reverted to using the BoT results. issue |
| 19:29.16 | CIA-128 | BRL-CAD: was reported by s2 folks where an overlap case was resulting in different |
| 19:29.16 | CIA-128 | BRL-CAD: ordering of objects (resulting in a different normal). |
| 19:39.08 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 19:47.02 | *** join/#brlcad merzo (~merzo@182-70-133-95.pool.ukrtel.net) | |
| 19:58.53 | *** join/#brlcad Neil___ (~chatzilla@117.229.89.77) | |
| 20:03.08 | CIA-128 | BRL-CAD: 03n_reed * r49986 10/brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c: Tweak branching to avoid an unnecessary test on hit_v. CID 169. |
| 20:39.56 | CIA-128 | BRL-CAD: 03starseeker * r49987 10/brlcad/trunk/regress/ (CMakeLists.txt nurbs/ nurbs/brep-3dm.tar.bz2): |
| 20:39.56 | CIA-128 | BRL-CAD: Add the abstract brep shape used during the development of NURBS raytracing |
| 20:39.56 | CIA-128 | BRL-CAD: support - very simple shape that still has enough interesting aspects to serve |
| 20:39.56 | CIA-128 | BRL-CAD: as a reasonable test case for a variety of raytracing situations. Also a good |
| 20:39.56 | CIA-128 | BRL-CAD: candidate file for 3dm-g regression testing. |
| 21:04.25 | brlcad | er, "nurbs" isn't a format |
| 21:04.38 | brlcad | those subdirs are all for a specific format |
| 21:06.38 | brlcad | ooh, I see that's the regress dir |
| 21:06.57 | brlcad | never mind, looked like it was src/conv |
| 21:11.08 | *** join/#brlcad stevegt_ (~stevegt@64-130-244-2-gracehospitalitygroup.bwg.phx.sparkplugbb.net) | |
| 21:32.24 | CIA-128 | BRL-CAD: 03n_reed * r49988 10/brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c: Remove unused total_splits variable (previously captured func return, should've been removed in r8791). CID 170. |
| 21:48.18 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 23:05.36 | *** join/#brlcad crdueck (~cdk@129-97-210-228.uwaterloo.ca) | |
| 23:27.01 | *** join/#brlcad crdueck (~cdk@129-97-210-228.uwaterloo.ca) | |
| 23:52.30 | CIA-128 | BRL-CAD: 03tbrowder2 * r49989 10/brlcad/trunk/regress/comgeom/m35.cg.gz: a compressed file to replace m35.g.gift5.txt |