IRC log for #brlcad on 20120815

00:46.05 CIA-55 BRL-CAD: 03Cprecup 07http://brlcad.org * r4329 10/wiki/User:Cprecup/GSoC2012_progress: 14/08/2012 - group top-level commands under a single "graph" command
02:02.31 *** join/#brlcad merzo (~merzo@171-86-132-95.pool.ukrtel.net)
04:14.48 brlcad waves back to DarkCalf
05:11.45 CIA-55 BRL-CAD: 03phoenixyjll * r52019 10/brlcad/trunk/src/librt/primitives/cline/cline_brep.cpp: free the pipe internal.
05:12.48 *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol)
05:13.01 CIA-55 BRL-CAD: 03phoenixyjll * r52020 10/brlcad/trunk/src/librt/primitives/ehy/ehy_brep.cpp: Eliminate memory leak.
05:13.38 CIA-55 BRL-CAD: 03phoenixyjll * r52021 10/brlcad/trunk/src/librt/primitives/epa/epa_brep.cpp: Eliminate memory leak.
05:14.20 CIA-55 BRL-CAD: 03phoenixyjll * r52022 10/brlcad/trunk/src/librt/primitives/eto/eto_brep.cpp: Eliminate memory leak.
05:15.27 CIA-55 BRL-CAD: 03phoenixyjll * r52023 10/brlcad/trunk/src/librt/primitives/extrude/extrude_brep.cpp: free the memory of extrudepath.
05:20.59 CIA-55 BRL-CAD: 03phoenixyjll * r52024 10/brlcad/trunk/src/libnurbs/opennurbs_ext.cpp: The SSI function is quite reasonable now. Remove the "WIP" comment.
05:28.07 brlcad jordisayol: yes, still pre-alpha
05:28.28 jordisayol brlcad: ok, thanks
05:28.44 brlcad ran some user testing a few weeks ago and uncovered a handful of issues that need to be addressed
05:29.32 jordisayol aha
05:30.56 jordisayol and how developed is the new packaging system for Linux?
05:31.15 brlcad no idea
05:31.26 jordisayol ok :-)
05:32.22 jordisayol any claim for current deb/rpm packages?
05:34.42 brlcad isn't that your area? :)
05:36.23 jordisayol I didn't receive any claim ever, but I do not stay on chat all the time
05:54.39 brlcad jordisayol: not sure what you mean by claim
05:55.01 brlcad your rpm and debs get tons of hits
05:55.42 brlcad that makes you the defacto release manager for rpm and debs :)
05:55.55 brlcad s/rpm and debs/linux/
05:57.54 jordisayol thanks
09:26.30 CIA-55 BRL-CAD: 03anrgmrty * r52025 10/brlcad/trunk/src/tclscripts/mged/help.tcl: help for voxelize
09:32.29 *** part/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol)
10:13.22 *** join/#brlcad ksuzee (~ksu@193.151.105.83)
11:22.51 *** join/#brlcad stas (~stas@82.208.133.12)
12:13.07 *** join/#brlcad MagnusPathtracer (~magnus@host109-154-241-55.range109-154.btcentralplus.com)
12:13.12 MagnusPathtracer hi. :)
12:15.09 MagnusPathtracer i'm new to brl-cad, but would i be right in thinking that iso step can be used to move work between brl-cad and other solid modelling packages?
12:31.44 brlcad MagnusPathtracer: that's the idea and the approach we're working towards, though right now we only have a step importer (for brep/nurbs entities)
12:32.10 MagnusPathtracer ok
12:32.16 brlcad should be very easy to write an exporter, but nobody has done that yet
12:33.32 MagnusPathtracer i'm getting the "can't read "TREE_MODE_LIST":no such variable" pretty much every time i try and add a shape. is that normal?
12:34.18 brlcad you're not getting ignored andrei, I just didn't see your most recent question (because I was in the middle of talking to somoene else)
12:35.29 brlcad andrei: setting a valid magic doesn't mean it shouldn't crash -- it really depends on why it's crashing and whether it's preventable
12:35.51 brlcad if it's dereferencing a null pointer in the pkg_conn, for example, that's easily preventable regardless of the magic
12:36.37 andrei ah, so I need to fix those cases
12:36.38 andrei aswell.
12:36.45 brlcad if it has an index into an array and it's not a negative number or some other obviously "wrong" value, that's probably not avoidable
12:37.26 brlcad MagnusPathtracer: sounds like you're using archer?
12:37.46 MagnusPathtracer brlcad: yes. is that not what i should be using? :)
12:37.46 brlcad no, it's not normal -- and you might want to start with mged instead of archer
12:37.51 MagnusPathtracer ah
12:37.56 brlcad archer is pre-alpha
12:37.59 MagnusPathtracer ah
12:38.11 MagnusPathtracer it did seem worryingly buggy. :)
12:38.14 brlcad you can use it, and feel free to and to report issues like that, but you'll probably run into other issues as well
12:38.50 brlcad we were about to announce alpha status recently and pushed those plans back
12:39.20 MagnusPathtracer so mged is a more basic, command line tool?
12:39.28 brlcad not really
12:39.54 brlcad everything you can do in archer you can do in mged, the GUI is just rather different
12:39.59 MagnusPathtracer gotcha.
12:40.11 brlcad mged also has a command-line mode, but gui is the default
12:40.41 MagnusPathtracer ok. i'll have a tinker with mged.
12:41.22 brlcad extensive tutorials and helper materials on the website
12:41.31 MagnusPathtracer thankyou.
12:41.31 brlcad http://brlcad.org/wiki/Documentation
12:41.49 brlcad or just ask folks here ;)
12:42.09 brlcad we might not answer quick, but we do usually respond if you're here when the question is read
12:43.05 brlcad svn 1.7 is released
12:50.22 andrei brlcad : right, then off to work. There are quite some modifications I need to make.
12:51.54 MagnusPathtracer brlcad: if there isn't a steps exporter is there any other way of getting something made in brl-cad to other solid modelling programs?
12:53.42 brlcad andrei: fixes for any individual crash are a good isolated patch
12:54.14 brlcad MagnusPathtracer: sure, we have over a dozen exporters for other common formats
12:54.47 brlcad http://brlcad.org/tmp/converters_page23.jpg
12:55.14 brlcad dxf, obj, and stl are commonly used
12:55.18 MagnusPathtracer awesome. :)
12:57.51 CIA-55 BRL-CAD: 03bob1961 * r52026 10/brlcad/trunk/ (9 files in 5 dirs): This is the initial installment of code to support bot editing in Archer. Also a few tweaks for editing pipes in Archer.
13:17.48 ksuzee brlcad: hello, Sean! I've already reducted the names of util and util1. If these patches must go together (have the same build system), shall I put build settings to both patch files or one is enough?
13:21.45 brlcad patches should be independently applyable
13:22.10 brlcad so we can grab either, apply it, commit, apply the other, commit
13:22.26 brlcad same changes get skipped, so it's okay if it's duplicating the build logic
13:22.44 brlcad more important that it applies cleanly and works, regardless of which one is applied first
13:26.10 ksuzee ok, so i'll manually delete unused files from makefiles just for independent apply, and it will be more clear
14:04.15 CIA-55 BRL-CAD: 03bob1961 * r52027 10/brlcad/trunk/src/tclscripts/lib/TkTable.tcl: Added code to cadwidgets::TkTable::handleKey to enforce a single selection mode if the -singleSelectCallback option is set.
14:55.08 CIA-55 BRL-CAD: 03Phoenix 07http://brlcad.org * r4330 10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 13 */
14:55.34 CIA-55 BRL-CAD: 03Phoenix 07http://brlcad.org * r4331 10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 13 */
15:16.20 ksuzee brlcad: I've updated 3533010 and 3534958 patches and will wait for your checking
15:23.55 *** join/#brlcad phoenixyjll (0e7129b1@gateway/web/freenode/ip.14.113.41.177)
16:47.21 CIA-55 BRL-CAD: 03carlmoore * r52028 10/brlcad/trunk/CMakeLists.txt: remove trailing blanks/tabs and fix spelling
17:06.37 *** join/#brlcad andrei (~andrei@86.123.127.119)
17:37.05 CIA-55 BRL-CAD: 03carlmoore * r52029 10/brlcad/trunk/INSTALL: fix spelling of 'utility'
17:41.31 CIA-55 BRL-CAD: 03carlmoore * r52030 10/brlcad/trunk/regress/nirt.sh: remove trailing blanks/tabs
17:44.52 CIA-55 BRL-CAD: 03carlmoore * r52031 10/brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake: remove trailing blanks/tabs, and fix a spelling
17:46.47 CIA-55 BRL-CAD: 03carlmoore * r52032 10/brlcad/trunk/doc/docbook/CMakeLists.txt: remove trailing blanks/tabs
17:48.33 CIA-55 BRL-CAD: 03carlmoore * r52033 10/brlcad/trunk/doc/docbook/README.DB_authors_notes: fix a spelling and remove trailing blanks/tabs
17:50.04 CIA-55 BRL-CAD: 03carlmoore * r52034 10/brlcad/trunk/misc/CMake/BRLCAD_Util.cmake: remove trailing blanks/tabs
17:54.27 CIA-55 BRL-CAD: 03carlmoore * r52035 10/brlcad/trunk/misc/CMake/CheckCSourceRuns.cmake: fix spelling and remove trailing blanks/tabs
17:55.59 CIA-55 BRL-CAD: 03carlmoore * r52036 10/brlcad/trunk/misc/CMake/CompilerFlags.cmake: fix spelling and remove trailing blanks/tabs
17:58.18 CIA-55 BRL-CAD: 03carlmoore * r52037 10/brlcad/trunk/misc/CMake/DocBook.cmake: remove trailing blanks/tabs
17:58.23 *** join/#brlcad andrei (andrei@86.123.127.119)
17:59.23 CIA-55 BRL-CAD: 03carlmoore * r52038 10/brlcad/trunk/misc/CMake/FindFontconfig.cmake: remove trailing blanks/tabs
18:00.48 CIA-55 BRL-CAD: 03carlmoore * r52039 10/brlcad/trunk/misc/CMake/FindGL.cmake: remove trailing blanks/tabs
18:02.30 CIA-55 BRL-CAD: 03carlmoore * r52040 10/brlcad/trunk/misc/CMake/FindLEMON.cmake: remove trailing blanks/tabs
18:06.16 CIA-55 BRL-CAD: 03carlmoore * r52041 10/brlcad/trunk/src/util/rle-pix.c: remove a trailing blank or tab
18:07.42 CIA-55 BRL-CAD: 03carlmoore * r52042 10/brlcad/trunk/src/util/pix-rle.c: remove trailing blank or tab
18:10.35 CIA-55 BRL-CAD: 03carlmoore * r52043 10/brlcad/trunk/misc/CMake/FindLEX.cmake: remove trailing blanks/tabs, fix spelling, and change a word
18:11.36 CIA-55 BRL-CAD: 03carlmoore * r52044 10/brlcad/trunk/misc/CMake/FindOSL.cmake: remove trailing blanks/tabs
18:12.43 CIA-55 BRL-CAD: 03carlmoore * r52045 10/brlcad/trunk/src/util/pix-orle.c: remove trailing blanks/tabs
18:22.42 CIA-55 BRL-CAD: 03carlmoore * r52046 10/brlcad/trunk/misc/CMake/FindPERPLEX.cmake: remove trailing blanks/tabs
18:23.40 CIA-55 BRL-CAD: 03carlmoore * r52047 10/brlcad/trunk/misc/CMake/FindPkgMacros.cmake: remove a trailing blank or tab
18:24.51 CIA-55 BRL-CAD: 03carlmoore * r52048 10/brlcad/trunk/misc/CMake/FindREGEX.cmake: remove trailing blanks/tabs
18:26.08 CIA-55 BRL-CAD: 03carlmoore * r52049 10/brlcad/trunk/misc/CMake/FindSTL.cmake: remove a trailing blank or tab
18:28.50 CIA-55 BRL-CAD: 0314.139.128.11 07http://brlcad.org * r4332 10/wiki/MGED_Commands: /* V */
18:34.43 CIA-55 BRL-CAD: 03Anuragmurty 07http://brlcad.org * r4333 10/wiki/MGED_CMD_voxelize: New page: ==Syntax== :voxelize [-s "%s %s %s"] [-d n] [-t f] new_object old_object
18:39.24 CIA-55 BRL-CAD: 03Anuragmurty 07http://brlcad.org * r4334 10/wiki/MGED_CMD_voxelize: /* Syntax */
18:57.37 *** part/#brlcad MagnusPathtracer (~magnus@host109-154-241-55.range109-154.btcentralplus.com)
18:59.47 CIA-55 BRL-CAD: 03Anuragmurty 07http://brlcad.org * r4335 10/wiki/MGED_CMD_voxelize: /* Syntax */
19:01.28 CIA-55 BRL-CAD: 03starseeker * r52050 10/brlcad/trunk/regress/nirt.sh: Whitespace changes should not be made to the regression data in nirt.sh without also updating the NIRT output itself to also not generate eol spaces
19:07.18 CIA-55 BRL-CAD: 03carlmoore * r52051 10/brlcad/trunk/misc/CMake/FindShellDeps.cmake: remove a trailing blank or tab
19:11.29 CIA-55 BRL-CAD: 03Anuragmurty 07http://brlcad.org * r4336 10/wiki/MGED_CMD_voxelize: /* voxelize */
19:23.23 *** join/#brlcad stas (~stas@188.24.33.151)
19:37.15 CIA-55 BRL-CAD: 03carlmoore * r52052 10/brlcad/trunk/misc/CMake/FindTERMLIB.cmake: remove trailing blanks/tabs
19:37.30 *** join/#brlcad archivist (~archivist@host81-149-189-98.in-addr.btopenworld.com)
19:39.41 CIA-55 BRL-CAD: 03carlmoore * r52053 10/brlcad/trunk/misc/CMake/FindX11.cmake: fix a spelling and remove trailing blanks/tabs
19:39.44 *** join/#brlcad andrei (~andrei@86.123.127.119)
19:44.36 CIA-55 BRL-CAD: 03carlmoore * r52054 10/brlcad/trunk/misc/CMake/FindXMLLINT.cmake: remove a trailing blank or tab
19:58.13 *** join/#brlcad archivist (~archivist@host81-149-189-98.in-addr.btopenworld.com)
20:35.35 andrei hello
20:36.23 andrei how can I figure out what is causing : http://pastebin.ca/2180662
20:36.46 andrei I m getting it in pkg_close but pkg_close doesn't even use pkc_len and pkc_type fields
20:44.04 andrei found the issue. Nevermind.
21:04.00 CIA-55 BRL-CAD: 03crdueck * r52055 10/brlcad/trunk/src/librt/primitives/ars/ars.c: fixed typo
21:06.33 CIA-55 BRL-CAD: 03crdueck * r52056 10/brlcad/trunk/src/librt/primitives/arbn/arbn.c: use the more descriptive DIST_PT_PT_SQ macro
21:10.41 CIA-55 BRL-CAD: 03crdueck * r52057 10/brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c: use appropriate VUNITIZE_RET macro
21:29.40 CIA-55 BRL-CAD: 03carlmoore * r52058 10/brlcad/trunk/misc/CMake/FindXSLTPROC.cmake: remove trailing blank or tab
22:56.37 *** join/#brlcad louipc (~louipc@archlinux/fellow/louipc)

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