| 00:53.06 | *** join/#brlcad cjdevlin1 (~devlin@d118-75-252-178.try.wideopenwest.com) | |
| 01:02.15 | *** join/#brlcad crazy_imp (~mj@a89-182-203-165.net-htp.de) | |
| 01:06.35 | *** join/#brlcad cjdevlin (~devlin@d118-75-252-178.try.wideopenwest.com) | |
| 01:12.51 | *** join/#brlcad cjdevlin (~devlin@d118-75-252-178.try.wideopenwest.com) | |
| 01:12.52 | *** part/#brlcad cjdevlin (~devlin@d118-75-252-178.try.wideopenwest.com) | |
| 02:04.23 | *** join/#brlcad DX^ (~DX@c-71-59-50-121.hsd1.ga.comcast.net) | |
| 02:04.56 | DX^ | If I want to convert a file from .G to another format, it asks me for a region name in the command line. I tried "top" and "all" and a bunch of other crap but I can't remember what the correct parameter is. | 
| 02:05.18 | DX^ | Also, is there a command line function to list all of the names of the objects in a .G database file? | 
| 02:07.16 | Ralith | I don't know the answers to your questions, but is there a reason you can't just open it in mged and list it there? | 
| 02:18.15 | brlcad | DX^: the command is "tops", not "top" | 
| 02:18.22 | DX^ | ah bah | 
| 02:18.32 | brlcad | top just sets a top-view | 
| 02:18.45 | brlcad | ls would list objects | 
| 02:18.55 | brlcad | tree will list the hierarchy | 
| 02:49.15 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 04:54.33 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 05:38.03 | *** join/#brlcad ntosme2 (~narf@user-105n9h9.cable.mindspring.com) | |
| 05:52.01 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 06:04.13 | ntosme2 | hey guys, I just compiled and installed brl-cad...where's the main executable? | 
| 06:06.29 | ntosme2 | all I see are brlman and brlcad-config | 
| 06:08.04 | ntosme2 | ah /usr/brlcad/bin/mged | 
| 06:08.31 | ntosme2 | why is it not in the path? | 
| 06:23.05 | *** join/#brlcad Stattrav (~Stattrav@122.167.254.119) | |
| 06:23.05 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 06:24.25 | Ralith | Does anyone have jonored's email? | 
| 06:27.30 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 11:06.02 | *** join/#brlcad mafm (~mafm@6.Red-81-37-119.dynamicIP.rima-tde.net) | |
| 11:56.53 | *** join/#brlcad ibot (~ibot@rikers.org) | |
| 11:56.53 | *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release 7.18.0 is posted (20101209) || Happy Open Source Anniversary 2010-12-21 !!! Six years... | |
| 12:11.46 | *** join/#brlcad Stattrav (~Stattrav@122.167.254.119) | |
| 12:11.46 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 13:32.37 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 14:58.25 | *** join/#brlcad mafm (~mafm@6.Red-81-37-119.dynamicIP.rima-tde.net) | |
| 15:51.09 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 16:47.36 | CIA-43 | BRL-CAD: 03starseeker * r42037 10/brlcad/branches/cmake/ (4 files in 4 dirs): Gah - per target defines didn't work so hot, revert to previous approach which special-cases src/adrt | 
| 16:50.24 | starseeker | ntosme2: we don't put things in system paths because it tends to result in conflicts with already installed stuff - simpler just to add /usr/brlcad/bin to your path | 
| 16:52.40 | starseeker | brlcad: is libtie viable as a src lib, or does it belong in a subdir somewhere? (haven't synced trunk yet because I'm waiting for the dust to settle before reworking CMake logic for libtie/librender) | 
| 16:57.50 | CIA-43 | BRL-CAD: 03starseeker * r42038 10/brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt: Shouldn't need the opennurbs-static target with Visual C++, unless I'm missing something. | 
| 17:39.58 | CIA-43 | BRL-CAD: 03starseeker * r42039 10/brlcad/branches/cmake/CMakeLists.txt: | 
| 17:39.59 | CIA-43 | BRL-CAD: Try adding nologo to some more variables, although I'm not sure these will have | 
| 17:39.59 | CIA-43 | BRL-CAD: much/any impact - the most annoying one currently is the Resource Compiler, | 
| 17:40.00 | CIA-43 | BRL-CAD: which cannot be suppressed: | 
| 17:40.00 | CIA-43 | BRL-CAD: http://social.msdn.microsoft.com/Forums/en/windowssdk/thread/88bd1f52-af7d-4aa7-982a-f8798b32288d | 
| 17:46.07 | brlcad | starseeker: not sure what you're asking | 
| 17:46.39 | brlcad | "yes"? | 
| 18:01.39 | starseeker | ``Erik moved libtie to src as a toplevel library | 
| 18:01.48 | starseeker | we weren't sure whether that was "toplevel" worthy | 
| 18:10.11 | CIA-43 | BRL-CAD: 03starseeker * r42040 10/brlcad/branches/cmake/src/other/ (tcl/CMakeLists.txt tk/CMakeLists.txt): Update version to 8.5.9, also don't compile the manifest file for wish (causes errors, not sure what precisely is going on - may need some special foo for user-supplied rc file) | 
| 18:11.39 | starseeker | ``Erik: somewhat to my surprise, I seem to have a build of both libtie and librender here from CMake | 
| 18:12.32 | brlcad | merged as an implementation library for librt, it should either be in src or a subdir under librt | 
| 20:13.53 | *** join/#brlcad juan_man (~quassel@unaffiliated/juanman) | |
| 20:26.31 | CIA-43 | BRL-CAD: 03starseeker * r42041 10/brlcad/branches/cmake/include/CMakeLists.txt: opennurbs_ext.h isn't in include anymore. | 
| 20:27.03 | brlcad | starseeker: the one thing that comes to mind, though, is that tie.h was NOT set up as a public interface header | 
| 20:27.19 | brlcad | if it's going to live in include/ it really should be, especially since it's a new header | 
| 20:28.19 | brlcad | the other headers have heritage excuse, it's a "new" library so it really doesn't have any excuse for having private macros, types, hacks and such in its public header | 
| 20:29.18 | brlcad | maybe separate the private stuff in tie.h out into src/libtie/tieprivate.h |