00:22.43 |
*** join/#brlcad louipc
(~louipc@archlinux/fellow/louipc) |
02:56.25 |
CIA-65 |
BRL-CAD: 03brlcad * r50562
10/brlcad/trunk/NEWS: nick fixed a bug in the make_pnts command
where the input datafile wasn't being released. this is
particularly problematic on windows and other platforms that do not
relinquish the file. r49409. |
03:23.20 |
crdueck |
hey all, i've made a patch refactoring
libbu/lex.c:
https://sourceforge.net/tracker/?func=detail&aid=3527142&group_id=105292&atid=640804
i'd appreciate someone taking a quick look at it, thanks |
03:25.47 |
crdueck |
refactoring a small section, not the whole
thing, heh |
04:17.05 |
starseeker |
digs into the texlive build
process out of curiosity and is agast |
04:17.51 |
starseeker |
suddenly the DocBook toolchain doesn't look so
bad |
04:24.09 |
CIA-65 |
BRL-CAD: 03brlcad * r50563
10/brlcad/trunk/NEWS: nick fixed a bug in the anim_keyread and
anim_orient animation tools in r49407 fixing a coverity-detected
swapped argument bug. looks like the bug should be evident if one
tried to set an xyz view angle. |
04:35.15 |
CIA-65 |
BRL-CAD: 03brlcad * r50564
10/brlcad/trunk/NEWS: the same swapped arguments bug seen in some
of the animation tools is also true in libged/mged commands such as
this one, ypr. detected by coverity, fixed by nick. |
04:44.50 |
CIA-65 |
BRL-CAD: 03brlcad * r50565
10/brlcad/trunk/NEWS: |
04:44.50 |
CIA-65 |
BRL-CAD: nick fixed a bug in the anim_keyread
and anim_orient animation tools in r49407 |
04:44.50 |
CIA-65 |
BRL-CAD: fixing a coverity-detected swapped
argument bug. looks like the bug should be |
04:44.50 |
CIA-65 |
BRL-CAD: evident if one tried to set an xyz
/ypr view. also affects anim_lookat. |
05:53.43 |
*** join/#brlcad stas
(~stas@188.24.35.114) |
06:09.39 |
*** join/#brlcad Stattrav_
(~Stattrav@117.192.150.50) |
07:05.00 |
*** join/#brlcad Stattrav_
(~Stattrav@117.192.157.178) |
07:37.28 |
*** join/#brlcad d_rossberg
(~rossberg@BZ.BZFLAG.BZ) |
07:57.48 |
*** join/#brlcad stas
(~stas@82.208.133.12) |
08:35.41 |
*** join/#brlcad Stattrav_
(~Stattrav@117.192.157.178) |
08:47.48 |
*** join/#brlcad ksuzee
(~ksu@46.149.82.166) |
09:59.04 |
*** join/#brlcad kane_
(~Mesut@e181169118.adsl.alicedsl.de) |
10:45.00 |
*** join/#brlcad merzo
(~merzo@210-213-201-46.pool.ukrtel.net) |
11:51.55 |
CIA-65 |
BRL-CAD: 03erikgreenwald * r50566
10/brlcad/trunk/src/libbu/ (CMakeLists.txt Makefile.am booleanize.c
test_booleanize.c): |
11:51.55 |
CIA-65 |
BRL-CAD: Apply patch for tracker ID 3519874.
Adds a test program for booleanize as well as fixing a bug in the
implementation of booleanize. |
11:51.55 |
CIA-65 |
BRL-CAD:
https://sourceforge.net/tracker/index.php?func=detail&aid=3519874&group_id=105292&atid=640804 |
11:55.23 |
CIA-65 |
BRL-CAD: 03bob1961 * r50567
10/brlcad/trunk/src/tclscripts/lib/ (Ged.tcl RtImage.tcl): Added a
perspective parameter to cadwidgets::Ged::make_image,
cadwidgets::Ged::make_image_local and cadwidgets::rtimage. Also
added an extra rtedge call for color objects that are edged in
cadwidgets::rtimage. |
11:59.15 |
*** join/#brlcad kane_
(~kane@e181169118.adsl.alicedsl.de) |
12:07.13 |
d_rossberg |
kane_: how is your progress with the
patch? |
12:08.07 |
kane_ |
d_rossberg: i am working on it, but it is
realy hard, i have to understand how the whole DM works. |
12:10.23 |
d_rossberg |
what are you working on? |
12:11.25 |
kane_ |
if you attach a ogl window in tk and close it
mged will close,too |
12:14.47 |
kane_ |
i have tried to debug it with gdb, but i got
only a Errorcode 0 without anything else. |
12:18.11 |
d_rossberg |
try to set a brakpoint at exit() in
gdb |
12:51.26 |
kane_ |
when I set a breakpoint on mged_finish, i get
this: [Thread 0xa824bb40 (LWP 6776) exited] |
12:51.28 |
kane_ |
[Inferior 1 (process 6773) exited with code
01] |
12:51.30 |
kane_ |
warning: Error removing breakpoint 0 |
12:58.51 |
d_rossberg |
did you tried "break exit" in gdb? |
12:59.18 |
d_rossberg |
this should catch bu_bomb() etc. too |
13:08.46 |
CIA-65 |
BRL-CAD: 03bob1961 * r50568
10/brlcad/trunk/src/tclscripts/lib/Ged.tcl: Minor mod to
cadwidgets::get::make_image_local (i.e. need to call perspective
with a view). |
13:12.36 |
kane_ |
I get the same, I think there is no error.
Maybe mged believe that the first attached window is the main
window. Accordingly on close he will exit mged, too. |
13:17.33 |
brlcad |
kane_: try break _exit |
13:17.37 |
d_rossberg |
that's right, but if you have a brakpoint at
exit() and the debugger stops there you can examine the call stack
(backtrace) at this point |
13:18.31 |
brlcad |
even if there's no error, there's only a
couple ways to leave an application |
13:18.59 |
brlcad |
could put a breakpoint on main()'s return too
if it's exiting from event processing |
13:20.13 |
CIA-65 |
BRL-CAD: 03Cprecup 07http://brlcad.org * r3669
10/wiki/User:Cprecup/GSoC2012_progress: patch for test_booleanize.c
applied in the revision r50566 |
13:28.54 |
CIA-65 |
BRL-CAD: 03Anoop 07http://brlcad.org * r3670
10/wiki/User:Anoop/Logs: |
13:29.40 |
kane_ |
ok, thx i have the backtrace info |
13:32.27 |
CIA-65 |
BRL-CAD: 03Anoop 07http://brlcad.org * r3671
10/wiki/User:Anoop/Logs: /* May 16, 2012 */ |
13:43.58 |
CIA-65 |
BRL-CAD: 03Anoop 07http://brlcad.org * r3672
10/wiki/User:Anoop/Logs: /* ToDo */ |
14:09.17 |
starseeker |
brlcad: if you've got a second, I could use an
opinion on patch 3526551 (the eto_brep.cpp patch) - I think we're
down to issues that are solver related rather than csg->NURBS
conversion related, based on what I'm seeing |
14:09.45 |
``Erik |
huzzah for fuzzy numbers O.o |
14:23.35 |
*** part/#brlcad kane_
(~kane@e181169118.adsl.alicedsl.de) |
14:27.40 |
starseeker |
yeah, pixdiff only reports 27 off by many -
nowhere near enough to explain those patterns |
14:35.54 |
*** join/#brlcad Stattrav_
(~Stattrav@117.192.157.178) |
14:53.11 |
*** join/#brlcad crdueck_
(~cdk@d173-238-127-19.home4.cgocable.net) |
14:55.53 |
*** join/#brlcad crdueck
(~cdk@d173-238-127-19.home4.cgocable.net) |
15:25.57 |
CIA-65 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3673
10/wiki/User:Phoenix/GSoc2012/Reports: /* Community Bonding
*/ |
16:09.10 |
CIA-65 |
BRL-CAD: 03bob1961 * r50569
10/brlcad/trunk/src/tclscripts/lib/RtImage.tcl: Missed a
perspective usage. Call fb-pix at the end of the color object
section. |
16:45.01 |
CIA-65 |
BRL-CAD: 03bob1961 * r50570
10/brlcad/trunk/src/ (libged/perspective.c libtclcad/tclcad_obj.c):
Don't need to compute the perspective matrix in
tclcad_obj.c/go_draw() (i.e. use the previously computed
gv_pmodel2view). Mod ged_perspective() to calculate gv_pmat if
gv_perspective is greater than 0. |
17:56.04 |
CIA-65 |
BRL-CAD: 03starseeker * r50571
10/brlcad/trunk/src/librt/primitives/eto/eto_brep.cpp: Apply patch
3526551 from Wu Jianbang fixing eto implicit to brep conversion
behavior. |
18:09.05 |
CIA-65 |
BRL-CAD: 03starseeker * r50572
10/brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl: Add a
perspective slot to the rtimage call - zero for now, but need to
add the perspective option to rtwizard command line. |
18:47.58 |
*** join/#brlcad ksuzee
(~ksu@46.149.82.166) |
18:58.54 |
*** join/#brlcad cristina
(~cristina@188.24.81.180) |
19:27.18 |
*** join/#brlcad andrei_
(~andrei@5-12-68-232.residential.rdsnet.ro) |
20:16.52 |
brlcad |
starseeker: did you have a pixdiff of those
differences |
20:37.08 |
*** join/#brlcad Stattrav_
(~Stattrav@117.192.157.178) |
20:44.34 |
*** join/#brlcad andrei_
(~andrei@5-12-68-232.residential.rdsnet.ro) |
21:35.46 |
*** join/#brlcad anuragmurty
(~anurag@14.139.128.12) |
21:38.01 |
CIA-65 |
BRL-CAD: 0314.139.128.12 07http://brlcad.org * r3674
10/wiki/User:Anuragmurty: /* Development Log */ |
21:38.21 |
*** part/#brlcad anuragmurty
(~anurag@14.139.128.12) |
21:39.00 |
*** join/#brlcad piksi
(piksi@pi-xi.net) |
22:01.27 |
*** join/#brlcad crdueck
(~cdk@d173-238-127-19.home4.cgocable.net) |
22:38.35 |
starseeker |
brlcad: http://bzflag.bz/~starseeker/eto_diff.png |
22:39.28 |
``Erik |
what're the grey oval and sliver? exact
match? |
22:39.44 |
starseeker |
I think... |
22:39.57 |
starseeker |
only 27 pixels were off by many |
22:40.28 |
``Erik |
any clue which 27? |
22:40.39 |
starseeker |
unfortunately, no |
22:40.56 |
starseeker |
was discussing that with brlcad earlier - he
said there were some pix tools that could help with that |
22:41.32 |
``Erik |
be trivial to write a filter to show it, what
about nirt differences to compare distance vs normal vs
point->light ray? |
22:42.36 |
``Erik |
(when tie looked like that, I said "good
'nuff", still need to redo comparisons with that 1mm fix
indianlarry found to see if it still has the same look...)
:D |
22:43.03 |
starseeker |
http://bzflag.bz/~starseeker/eto_implicit.pix |
22:43.16 |
starseeker |
http://bzflag.bz/~starseeker/eto_brep.pix |
22:43.21 |
starseeker |
those are the source pix files |
22:43.56 |
starseeker |
I'm more disturbed by the odd behavior in the
subtraction case |
22:44.56 |
``Erik |
*nod* I'd still think it's a side effect issue
from uninitialized or overwritten memory from what you told
me |
22:45.17 |
starseeker |
prepares a better screen shot
of that effect |
22:46.03 |
``Erik |
pokes at glsl some more
O.o |
22:47.48 |
starseeker |
http://bzflag.bz/~starseeker/eto_implicit-eto_brep.png |
22:48.07 |
starseeker |
kinda nifty if it weren't so
annoying |
22:49.20 |
``Erik |
art! |
22:51.43 |
starseeker |
beware, glsl might poke back |
23:48.30 |
``Erik |
http://d1xzuxjlafny7l.cloudfront.net/wp-content/uploads/2011/05/OpenGL-ES-2-Comic-250x215.jpg |