| 00:25.47 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 01:08.42 | *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee) | |
| 13:07.58 | *** join/#brlcad infobot (ibot@rikers.org) | |
| 13:07.58 | *** topic/#brlcad is BRL-CAD || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || GCI winners: Jacob Burroughs and Peter Amidon! || GSoC 2014 selections are announced! Thank you to all we got to work with. Remember that SOCIS is coming up right around the corner and you don't need a summer of code to get involved with open source. | |
| 13:08.15 | Notify | 03BRL-CAD:ejno * 61882 brlcad/trunk/src/conv/3dm/conv3dm-g.cpp: improve numbering code |
| 13:08.51 | Zhao_Anqing | d_rossberg: you mean I should add missing model/nmgregion information when saving a NMG structure in branch? |
| 13:09.48 | Zhao_Anqing | and when read a *.g file, I just skip model/nmgregion information just like I have done. |
| 13:11.01 | Zhao_Anqing | So the old model/nmgregion/shell still need to be remained and an convert between them and new shell is neccessary? |
| 13:37.09 | *** join/#brlcad ries (~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl) | |
| 13:43.06 | d_rossberg | Zhao_Anqing: exactly, no conversion of the database (.g file) is needed, i'll be internally converted during import and export |
| 13:46.17 | Zhao_Anqing | OK. to confirm again, the trunk and the branch will make the SAME *.g file. Is it right? |
| 13:48.00 | Zhao_Anqing | the NMG structure in *.g file made by branch also has right model/nmgregion info, is it right? |
| 13:54.44 | d_rossberg | right |
| 13:56.23 | andrei_ | d_rossberg: why doesn't insertFace have any index? How do I figure where to insert it based on points? |
| 14:00.24 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:00.34 | d_rossberg | so, it looks like you need to add an index argument |
| 14:01.21 | andrei_ | I find it confusing. |
| 14:01.27 | andrei_ | InsertSegment adds a segment without data |
| 14:01.43 | andrei_ | why does InsertFace have the face's three vertices? |
| 14:01.59 | Zhao_Anqing | d_rossberg: I see. Thank you!~ |
| 14:14.54 | d_rossberg | andrei_: in case of a sketch it is hard to describe a NURB or Bezier by a simple parameter set, so it generally doesn't take a parameter |
| 14:15.16 | d_rossberg | in case of a bot it is simple, on the other side |
| 14:15.57 | d_rossberg | the objects in a sketch can be much more compülicated than a simple bot face |
| 14:32.52 | *** join/#brlcad Izakey (~Isaac@195.24.220.16) | |
| 15:32.23 | *** join/#brlcad ishwerdas (~ishwerdas@117.199.99.141) | |
| 15:53.15 | Notify | 03BRL-CAD:carlmoore * 61883 brlcad/trunk/doc/docbook/system/man1/en/fb-fb.xml: the touch-up for man fb-fb involves using <command> ... </command> when I am referencing the command being described on that manpage |
| 15:54.37 | *** join/#brlcad alisha (~alisha@101.58.191.111) | |
| 16:04.14 | *** join/#brlcad Izakey (~Isaac@195.24.220.16) | |
| 16:06.17 | Notify | 03BRL-CAD:carlmoore * 61884 brlcad/trunk/doc/docbook/system/man1/en/fb-bw.xml: touch up fb-bw man page, including removal of -h option |
| 16:20.31 | Notify | 03BRL-CAD:carlmoore * 61885 brlcad/trunk/doc/docbook/system/man1/en/fb-pix.xml: fb-pix manpage; remove special characters around 'crunched'; remove reference to -h option; other touch-up |
| 16:21.04 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 16:35.26 | Notify | 03BRL-CAD:carlmoore * 61886 (brlcad/trunk/doc/docbook/system/man1/en/fb-fb.xml brlcad/trunk/src/fb/fb-fb.c): introduce an 'or' structure in the synopsis; add 'h' to a comment in the program -- all of this for fb-fb |
| 16:47.49 | Notify | 03BRL-CAD:ejno * 61887 (brlcad/trunk/src/conv/3dm/conv3dm-g.cpp brlcad/trunk/src/conv/3dm/conv3dm-g.hpp and 2 others): add a working test for closed meshes |
| 16:52.07 | Notify | 03BRL-CAD:ejno * 61888 brlcad/trunk/src/conv/3dm/solidity.cpp: improve formatting |
| 16:57.05 | Notify | 03BRL-CAD:ejno * 61889 brlcad/trunk/src/conv/3dm/solidity.cpp: use int rather than size_t, like rt_bot_internal |
| 17:06.19 | Notify | 03BRL-CAD:carlmoore * 61890 brlcad/trunk/doc/docbook/system/man1/en/fbcmap.xml: fix up the fbcmap man page; includes removal of -h |
| 17:32.54 | Notify | 03BRL-CAD:carlmoore * 61891 brlcad/trunk/doc/docbook/system/man1/en/fbcmap.xml: more fixes for fbcmap manpage |
| 17:58.10 | *** join/#brlcad vladbogo (~vlad@86.121.109.211) | |
| 17:58.41 | Notify | 03BRL-CAD:ejno * 61892 (brlcad/trunk/src/conv/3dm/solidity.cpp brlcad/trunk/src/conv/3dm/solidity.h): implement bot_is_orientable() |
| 18:03.11 | Notify | 03BRL-CAD:carlmoore * 61893 (brlcad/trunk/doc/docbook/system/man1/en/fbcolor.xml brlcad/trunk/src/fb/fbcolor.c): fbcolor: shorten the Usage, and do various fixes/insertions on the man page |
| 18:14.25 | Notify | 03BRL-CAD:ejno * 61894 brlcad/trunk/src/conv/3dm/solidity.cpp: move macro into function |
| 18:18.28 | Notify | 03BRL-CAD:ejno * 61895 brlcad/trunk/src/conv/3dm/solidity.cpp: remove extra parentheses |
| 18:25.46 | Notify | 03BRL-CAD:n_reed * 61896 brlcad/branches/bullet/src/libtclcad/tclcad_obj.c: redraw just the RP1 reference path when doing a joint mouse edit |
| 18:41.35 | Notify | 03BRL-CAD:carlmoore * 61897 brlcad/trunk/doc/docbook/system/man1/en/brlcad.xml: for brlcad manpage, minor touchup (fixed erroneous use of 'where' where 'were' should have been used) |
| 18:51.00 | *** join/#brlcad albertcoder (~albertcod@101.216.100.173) | |
| 18:52.29 | Notify | 03BRL-CAD:ejno * 61898 (brlcad/trunk/src/conv/3dm/solidity.cpp brlcad/trunk/src/conv/3dm/solidity.h): implement bot_is_manifold() |
| 18:57.20 | Notify | 03BRL-CAD:n_reed * 61899 brlcad/branches/bullet/src/libtclcad/tclcad_obj.c: Simple redraw of RP1 won't recalculate its vlist separately from an already drawn higher-level path. Manually erase and draw RP1 to split the vlist so only the RP1 vlist is recalculated. |
| 18:57.48 | Notify | 03BRL-CAD:ejno * 61900 brlcad/trunk/src/conv/3dm/solidity.cpp: move vertex-face mapping out of macro |
| 19:04.12 | Notify | 03BRL-CAD:carlmoore * 61901 brlcad/trunk/doc/docbook/system/man1/en/fbline.xml: touch up fbline manpage; it wasn't referring yet to options s,w,n; the example was still using -h, so I change -h to -s 1024 |
| 19:16.01 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 19:18.42 | *** join/#brlcad LordOfBikes (~armin@dslb-092-074-227-165.092.074.pools.vodafone-ip.de) | |
| 19:28.29 | *** join/#brlcad clock (~clock@77-58-143-135.dclient.hispeed.ch) | |
| 19:32.06 | Notify | 03BRL-CAD:ejno * 61902 brlcad/trunk/src/conv/3dm/solidity.cpp: add function to create Edges |
| 19:32.19 | *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14) | |
| 19:33.39 | Notify | 03BRL-CAD Wiki:Ankeshanand * 7561 /wiki/User:Ankeshanand/GSoC14/logs: /* Week 10 */ |
| 19:55.46 | Notify | 03BRL-CAD:ejno * 61903 brlcad/trunk/src/conv/3dm/solidity.cpp: use a 'constant-sized' vector for vertex_face_map |
| 20:24.56 | Notify | 03BRL-CAD Wiki:Inderpreet * 7562 /wiki/User:Inderpreet/GSoC14/logs: /* Week 10 */ |
| 20:45.51 | Notify | 03BRL-CAD:ejno * 61904 (brlcad/trunk/src/conv/3dm/solidity.cpp brlcad/trunk/src/conv/3dm/solidity.h): add bot_is_solid() |
| 21:14.19 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 21:14.53 | Notify | 03BRL-CAD Wiki:Albertcoder * 7563 /wiki/User:Albertcoder/GSoC2014/logs: /* Week 10 */ |
| 21:43.45 | Notify | 03BRL-CAD:starseeker * 61905 (brlcad/trunk/doc/docbook/system/man1/en/fb-fb.xml brlcad/trunk/doc/docbook/system/man1/en/fbcmap.xml brlcad/trunk/doc/docbook/system/man1/en/fbcolor.xml): Fix docbook validation errors. |
| 21:55.35 | Notify | 03BRL-CAD:carlmoore * 61906 brlcad/trunk/doc/docbook/system/man1/en/fb-cmap.xml: touchup work on fb-cmap man page |
| 23:02.43 | Notify | 03BRL-CAD Wiki:Popescu.andrei1991 * 7564 /wiki/User:Popescu.andrei1991/devlogs2014: /* Week 10 */ |
| 23:08.26 | *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14) | |