IRC log for #brlcad on 20161018

00:49.04 *** join/#brlcad manyuvckmdxzbwnf (~armin@dslb-178-007-231-102.178.007.pools.vodafone-ip.de)
01:31.28 *** join/#brlcad asad_ (~asad00@pool-98-110-112-112.cmdnnj.fios.verizon.net)
01:32.54 Notify 03BRL-CAD:brlcad * 69104 brlcad/trunk/src/tclscripts/mged/shaders.tcl: restore support for shaders named 'phong', which was the actual stored name in pre-v6 days before getting renamed to plastic. this makes them synonymous in the mged combination editor and avoids a nasty tclscript error about shader_params not being set.
01:33.15 Notify 03BRL-CAD:brlcad * 69105 brlcad/trunk/src/tclscripts/archer/ShaderEdit.tcl: make sure archer recognizes phong too.
01:40.52 Notify 03BRL-CAD:brlcad * 69106 brlcad/trunk/src/tclscripts/archer/ShaderEdit.tcl: more needed for archer to behave with 'phong' shaders
01:47.57 Notify 03BRL-CAD:brlcad * 69107 brlcad/trunk/BUGS: loadview is busted
02:04.34 Notify 03BRL-CAD:brlcad * 69108 brlcad/trunk/BUGS: eyepoint and perspective are the big things loadview is missing
02:30.32 Notify 03BRL-CAD:n_reed * 69109 (brlcad/branches/brep-debug/CHANGES brlcad/branches/brep-debug/CMakeLists.txt and 548 others): sync r68947 through r69049 changes from trunk
02:40.15 brlcad wow, presumed wrong all this time... but my aet diagram actually shows that CORRECT twist direction
02:40.53 brlcad it is a digram of how the view changes, not the model being looked at (which visually goes the other way, clockwise, because CC is the positive angle)
03:08.37 Notify 03BRL-CAD:brlcad * 69110 brlcad/trunk/db/CMakeLists.txt: add a view script for the aet database which sets up a simple view of the diagram with perspective enabled.
03:35.36 Notify 03BRL-CAD:brlcad * 69111 (brlcad/trunk/src/libged/ged_private.h brlcad/trunk/src/libged/loadview.c): handle proper setting of the eye point by actually hooking on the end; command like we said we would, and just call the eye/perspective commands so we do the right thing. also no longer halt if the database seems different. just issue a warning and keep loading the view like we were asked.
03:38.53 Notify 03BRL-CAD:brlcad * 69112 brlcad/trunk/BUGS: not a rewrite, but loadview is working better again. still has incredibly primitive parsing code with lots of bad assumptions, but a rewrite begs for tests and ain't nobody got time for that right now.
03:43.55 Notify 03BRL-CAD:brlcad * 69113 brlcad/trunk/NEWS: improved the loadview command to do a better job setting the eye point and perspective angle. it also no longer halts when it looks like we're trying to load a viewscript from a different database. might zap objects unnecessarily but that's a TODO for later. at a min, should load the view properly regardless.
04:25.08 *** join/#brlcad KimK (~Kim__@2600:8803:7a85:6d00:d80d:7114:ce55:59)
05:30.04 Notify 03BRL-CAD:n_reed * 69114 (svn:mergeinfo ## -1,5 +1,5 ## and 7 others): mark sync revisions as mergedProperty Changed:----------------brlcad/trunk/brlcad/trunk/NEWSbrlcad/trunk/src/libged/polyclip.cpp
06:23.06 *** join/#brlcad merzo (~merzo@91.217.179.122)
06:43.20 *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee)
08:25.36 *** join/#brlcad teepee] (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
09:27.26 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)
11:18.27 *** join/#brlcad Caterpillar2 (~caterpill@unaffiliated/caterpillar)
12:03.53 Notify 03BRL-CAD:starseeker * 69115 brlcad/trunk/src/libged/loadview.c: set but unused error
13:42.49 *** join/#brlcad yorik (~yorik@2804:431:f720:5fc3:290:f5ff:fedc:3bb2)
14:00.40 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
15:35.18 Notify 03BRL-CAD:starseeker * 69116 brlcad/trunk/CMakeLists.txt: Needs testing, but don't use line return chars when checking for differences - they are platform specific and don't indicate an actual change in the file contents we care about.
15:36.07 Notify 03BRL-CAD:starseeker * 69117 brlcad/trunk/CMakeLists.txt: stray debugging line
15:59.53 Notify 03BRL-CAD:starseeker * 69118 brlcad/trunk/CMakeLists.txt: I don't think we actually need to hit the file system for this - try a STREQUAL test.
16:00.51 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
16:16.20 Notify 03BRL-CAD:brlcad * 69119 brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c: with the change from rt_in_rpp to ray_in_rpp now in the same compilation unit, the compiler notices that we only conditionally set r_min/r_max in ray_in_rpp. init to zero so we don't try to print random garbage when the ray misses.
16:24.33 Notify 03BRL-CAD:brlcad * 69120 (brlcad/trunk/src/libanalyze/MeshHealing/MeshConversion_brlcad.cpp brlcad/trunk/src/libanalyze/MeshHealing/Zipper.cpp): two uninitialized var cases caught by the compiler. need more familiar eyes on this.
16:39.39 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)
17:33.37 *** join/#brlcad maths22_ (~maths22@104.225.5.10)
17:33.46 *** join/#brlcad maths22_ (~maths22@unaffiliated/maths22)
19:12.31 *** join/#brlcad merzo (~merzo@93-195-113-92.pool.ukrtel.net)
19:42.16 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)
19:58.08 Notify 03BRL-CAD:starseeker * 69121 (brlcad/trunk/include/nmg.h brlcad/trunk/src/CMakeLists.txt and 14 others): After discussion, we should have enough time to shake down the libnmg move before release and we don't want it to linger to the point where we have to make more changes to make it work. Break out libnmg.
20:01.31 *** join/#brlcad Ch3ck (~Ch3ck@41.205.19.146)
20:15.31 *** join/#brlcad Caterpillar (~caterpill@unaffiliated/caterpillar)
20:58.02 *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee)
22:01.11 Notify 03BRL-CAD:starseeker * 69122 brlcad/trunk/src/libbu/tests/bu_bitv.c: Windows apparently needs an explicit null char at the end of the random string.
22:09.55 Notify 03BRL-CAD:starseeker * 69123 brlcad/trunk/src/libbu/tests/bu_booleanize.c: Only do the bu_log if we have enough args.
22:14.43 Notify 03BRL-CAD:starseeker * 69124 brlcad/trunk/src/libbn/tests/bn_list.c: Fix argc check.
23:33.48 *** join/#brlcad asad_ (~asad00@pool-98-110-112-112.cmdnnj.fios.verizon.net)
23:46.55 *** join/#brlcad asad_ (~asad00@pool-98-110-112-112.cmdnnj.fios.verizon.net)

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