IRC log for #brlcad on 20150626

01:56.02 *** join/#brlcad infobot (ibot@rikers.org)
01:56.02 *** topic/#brlcad is BRL-CAD || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || Congrats to all GCI 2014 winners Peter & Marc! || Congratulations to our 12 GSoC students! || Don't ask if someone is here, just ask your questions and wait for a response. ;-)
02:49.13 *** join/#brlcad dracarys983 (dracarys98@nat/iiit/x-tvjduvonunvanxod)
03:46.31 *** join/#brlcad gurwinder (75d6cdec@gateway/web/freenode/ip.117.214.205.236)
03:50.57 gurwinder brlcad: Hi. I have submitted a ptch after some changes. I want to know that is it required to submit patch by making single primitive in single patch or what
03:51.22 gurwinder I submitted ( whole converter ) is Ok?
05:09.38 *** join/#brlcad milinda (~milinda@192.248.8.66)
05:33.56 Notify 03BRL-CAD Wiki:Bhollister * 8802 /wiki/User:Bhollister/Proposal:
05:38.41 Notify 03BRL-CAD Wiki:Bhollister * 8803 /wiki/User:Bhollister/DevLogJune2015:
06:17.03 *** join/#brlcad milinda (~milinda@192.248.8.66)
07:03.05 Notify 03BRL-CAD Wiki:MeShubham99 * 8804 /wiki/User:MeShubham99/GSoc15/log_developmen:
07:56.24 *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua)
08:05.42 *** join/#brlcad teepee-- (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
08:18.17 *** join/#brlcad andrei_il (~andrei@109.100.128.78)
09:58.13 *** join/#brlcad milinda (~milinda@192.248.8.66)
10:30.02 Notify 03BRL-CAD Wiki:MeShubham99 * 8805 /wiki/User:MeShubham99/GSoc15/log_developmen: /* Week 5 */
11:24.26 *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net)
14:07.33 Notify 03BRL-CAD Wiki:Ngassafinjap * 8806 /wiki/User:Amalia/Development_logs: /* Wednesday June 24th */
15:03.59 *** join/#brlcad sofat (~sofat@202.164.45.204)
15:21.41 *** join/#brlcad gurwinder (3b5b77bb@gateway/web/freenode/ip.59.91.119.187)
16:31.03 *** join/#brlcad amalia237 (~amalia237@41.205.22.40)
16:33.42 *** join/#brlcad bradh (~brad@2601:647:cb02:7a00:685e:8e04:ac54:ebf9)
16:36.26 bradh starseeker: we have a mtg today @ 10AM PST. i need to get to my campus office though. i should be available on irc around 10:30.
16:38.21 bradh starseeker: we talked last week about applying a patch for a top-level nmg command like brep. i've stubbed that out.
16:39.10 bradh starseeker: however, because the top-level command calls many functions that may or may not be used, probably best to pick a small functioning subset for application of the patch.
16:39.52 bradh starseeker: in other words, minimal functionality at first, like adding faces to the nmg.
16:40.23 bradh starseeker: but, i started with verts, etc. so, we should be there in a day or so.
16:42.02 bradh starseeker: i also updated my project schedule, but in a general way. since i'm working out the exact specs as i discover more about brlcad, it is purposely vague.
16:42.49 bradh starseeker: i can add detail for maybe a week out if needed. best just to read the dev log for detail instead.
17:27.36 *** join/#brlcad sofat (~sofat@202.164.45.204)
17:39.06 brlcad bradh: have you submitted your stub as a patch?
17:39.34 brlcad it'd be useful to see the nmg api written out on a wiki page or pastebin
17:40.09 amalia237 Hi brlcad
17:40.58 brlcad hi amalia237
17:42.15 amalia237 Howdy brlcad hope you are well
17:43.51 brlcad amalia237: i am well! thanks. crazy busy, but doing well.. how's your project coming along?
17:45.21 amalia237 I'm working on it . Communication and coding improved after my final year project submissions brlcad
17:45.55 brad_h brlcad: no. the top-level command calls functions that manipulate the nmg. but, those are likely considered separate patches. also, some are untested and placeholders.
17:47.47 amalia237 brlcad, it's really geometry-intense,
17:49.04 brad_h brlcad: in other words, the top-level stub does very little other than comparing argument strings to call subcommand routines. without any subcommands as part of the patch, the stub might not be viable as a patch alone.
17:49.20 *** join/#brlcad sofat (~sofat@202.164.45.204)
17:51.37 brad_h brlcad: however, soon as i add the ability to add faces thru the top-level command, i'll submit the patch. later today / weekend.
17:56.43 *** join/#brlcad sofat (~sofat@202.164.45.204)
17:59.02 *** join/#brlcad merzo (~merzo@189-2-133-95.pool.ukrtel.net)
17:59.43 *** join/#brlcad gurwinder (75cf9da2@gateway/web/freenode/ip.117.207.157.162)
18:25.31 *** join/#brlcad sofat (~sofat@202.164.45.212)
18:30.09 brlcad amalia237: yeah, part of me thinks the project would have been scoped quite differently if there had been more interaction and code writing when you were writing up the proposal
18:30.42 brlcad brad_h: if the patch stubs in an empty command that I can run, it's a viable patch
18:31.08 brlcad even if it does nothing ala int ged_whatever(...) { return 0; }
18:31.35 brlcad brad_h: it would be good to see a usage specifier for this new command (before you spend time implementing it)
18:32.18 gurwinder brlcad: hi
18:33.46 gurwinder want to discuss about my mid term evaluation
18:35.30 amalia237 brlcad, I did code writing during the writing of my proposal. Albeit, there wasn't the same level of interaction and coding during the Community Bonding period. However, I intend to stay within the LibreCAD community even after GSoC to complete the project.
18:36.42 brad_h starseeker: alright. that should be easy to do. i just need to pull down the current head of brlcad and merge my appropriate "branch" code. then i'll submit the patch.
18:37.09 brlcad amalia237: that sounds great, the work is never ending and there are so many ways to help
18:37.43 brlcad brad_h: thanks .. do you have other patches pending?
18:39.04 gurwinder brlcad: In evaluation there are some question that are difficult for me to answers. Like, you intrection with mentor and you time period when you started communicationn with your mentor
18:39.49 gurwinder brlcad: As you know I got my answers from you so what to do with it,
18:40.21 brlcad gurwinder: your log is mentor communication in addition to irc
18:40.25 brlcad in addition to mailing list
18:40.51 brad_h brlcad: yes. one from quite awhile back. http://sourceforge.net/p/brlcad/patches/354/
18:40.53 brlcad so for most students, interaction should be listed as daily or more unless they're not reporting their progress ;)
18:41.24 brad_h brlcad: all dev on current project has been submitted to a github branch as sandbox
18:41.39 gurwinder brlcad: Ok, can I answer these questions taking you as my mentor?
18:41.42 brlcad brad_h: ah right! that one I actually applied, but didn't get to testing
18:42.02 brlcad gurwinder: we do group mentoring, so consider all interactions with everyone as being "your mentor"
18:42.32 brlcad gurwinder: but basically "yes"
18:43.33 gurwinder brlcad: Ok, thats great. I have submitted my patch as a single file
18:44.13 gurwinder brlcad: Is it require to be submitted each primitive conversion code as single file?
18:44.24 dracarys983 brlcad: I just uploaded my patch. Have a look when free : https://sourceforge.net/p/brlcad/patches/385/.
18:44.26 dracarys983 <PROTECTED>
18:44.29 *** join/#brlcad Izakey (~Izakey@41.205.22.55)
18:45.57 brlcad hello Izakey
18:53.58 gurwinder brlcad: As my GSOC schedule I have converted all those primitives successfully. You can check it as, BRL-CAD_directory/.build/src/conv/g-pov -D brlcad_database objects > povray_file.pov
18:55.11 *** join/#brlcad Izakey (~Izakey@41.205.22.33)
18:55.40 Izakey Hi brlcad
18:55.52 *** join/#brlcad sofat (~sofat@202.164.45.204)
18:57.30 Izakey Hi gurwinder , Howdy ?
18:57.54 gurwinder Izakey: Good. And You?
18:58.22 Izakey I am fine . Have you written the pre-midterm summary already ? gurwinder
18:59.13 Izakey Paste it on your logs before Friday next week
19:00.25 gurwinder Izakey: Not yet but I will write it in my logs. Just a summary of what I have done in first half?
19:00.54 gurwinder Have you view my patch?
19:07.51 Notify 03BRL-CAD Wiki:Terry.e.wen * 8807 /wiki/User:Terry.e.wen/log:
19:11.48 Izakey yes gurwinder , a summary of what you've done before the Midterm evaluations
19:20.09 gurwinder Izakey: I am getting segmentation fault while I am trying to set -o option for output
19:20.35 Izakey Which debugger are you familiar with gurwinder
19:21.36 gurwinder Izakey: Are you talking about debugger tool?
19:21.54 Izakey Yes gurwinder
19:22.12 gurwinder Izakey: No, I haven't use any
19:22.31 gurwinder Izakey: Which one to use?
19:22.53 Stragus Depends on your platform/compiler, gdb isn't too hard to use and powerful
19:22.57 Izakey I think the best is gdb
19:23.42 Stragus gdb /path/to/executable ; type "r" to run, make it crash then "bt" for a backtrace
19:26.07 gurwinder Izakey: Setting -o option for output is not in my schedule as I have put my time in converting primitives. Is it going to effect my progress report?
19:26.44 gurwinder Stragus: Thanks :)
19:27.28 Stragus If you want to pass arguments to the program, you need to add them to the "r" command
19:27.50 Stragus "r foo -o bar"
19:28.35 gurwinder Stragus: Yes, these are also in man gdb :)
19:29.16 gurwinder *Type it in command line
19:30.55 Stragus Eh cool, the gdb man page wisely only includes the most frequent commands. It would have been monstrous if the whole list had been included
19:32.26 Izakey http://betterexplained.com/articles/debugging-with-gdb/ can help you gurwinder. Also, google is your friend :)
19:46.12 Izakey Hello brlcad
19:48.57 *** join/#brlcad Izakey (~Izakey@41.205.22.6)
20:03.39 sofat starseeker, hello
20:15.11 brlcad you all should know by now that saying hello is nice, but does not imply you will get a response ... if you are really meaning to say "are you here??" then you should just ask a question and stick around for a response ;)
20:15.15 brlcad i.e.,...
20:15.16 brlcad ~ask
20:15.17 infobot Questions in the channel should be specific, informative, complete, concise, and on-topic. Don't ask if you can ask a question first. Don't ask if a person is there; just ask what you intended to ask them. Better questions more frequently yield better answers. We are all here voluntarily or against our will.
20:15.33 brlcad if you really are saying hello, hi! :)
20:15.45 brlcad s/saying/just saying/
20:17.27 sofat brlcad, sorry
20:17.46 sofat starseeker, you checked my work ? please tell me
20:30.20 Notify 03BRL-CAD Wiki:Ngassafinjap * 8808 /wiki/User:Amalia/Development_logs: /* Friday June 26th */
20:37.11 Notify 03BRL-CAD Wiki:MeShubham99 * 8809 /wiki/User:MeShubham99/GSoc15/OGV_production_ready_plan:
21:01.10 Izakey Hello brlcad
21:01.25 Izakey Saw your ping. Internet was a mishap
21:06.58 Notify 03BRL-CAD:starseeker * 65482 brlcad/trunk/src/libbrep/shape_recognition.cpp: One can be valid for an edge trim count. Also, pass along the trim type to the new trims.
21:07.07 starseeker sofat: yes, I checked it
21:07.18 sofat so any error ?
21:07.27 sofat any changes ?
21:07.38 sofat any problem you faced ?
21:07.53 starseeker sofat: mostly interface design questions, which will be worked out over time
21:08.05 sofat ok
21:08.12 sofat tell me
21:08.23 *** join/#brlcad ries_nicked (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
21:09.37 sofat what changes you want in interface ?
21:11.34 sofat starseeker, please tell the changes ?
21:12.21 starseeker hold on
21:13.46 *** join/#brlcad Shubham (6719e766@gateway/web/freenode/ip.103.25.231.102)
21:22.37 starseeker 1) autogenerate menu from BRL-CAD output (no static list of files.)
21:23.07 starseeker 2) "accordian" menu on left side of page listing categories of documentation (autogenerated)
21:24.02 starseeker see https://www.blender.org/manual/
21:24.49 sofat i see this
21:25.42 starseeker sofat: we want both the accordian or "tree" style blender is using, and to preserve the menu on the left as you browse the same way blender's manual does
21:25.54 sofat ok
21:27.25 starseeker also, like with the blender manual, when you select a link from the menu and view it the menu remains present on the left
21:27.38 starseeker (same thing when editing a page)
21:29.54 sofat ok
21:31.44 sofat next
21:33.41 sofat any other changes ? if not, then i have some question
21:38.06 *** join/#brlcad konrado (~konro@41.205.22.62)
21:38.53 sofat starseeker, i want to ask some questions if you allow me
21:43.30 Notify 03BRL-CAD Wiki:Konrado DJ * 8810 /wiki/User:Konrado_DJ/GSoc2015/logs: /* 26 JUNE 2015 */
21:43.30 *** join/#brlcad andrei_il (~andrei@109.100.128.78)
21:49.22 sofat starseeker, I am this in xml but when xml converted into html and php. Then i found the content of page is same means all id's is same so it is difficult to me to apply the jquery on this content
21:50.35 sofat which menu i show you this is made in php using directory read write functions and I provide uniqueness in id or classes so my this content easy to adopt my jquery script.
21:51.30 sofat i am try in xml
22:10.45 Notify 03BRL-CAD Wiki:202.164.45.204 * 8811 /wiki/User:Hiteshsofat/GSoc15/log_developmen:
22:22.48 *** join/#brlcad sofat (~androirc@101.214.107.59)
22:29.26 *** join/#brlcad sofat_ (~sofat@202.164.45.204)

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