Difference between revisions of "User:Bhollister/DevLogJuly2015"

From BRL-CAD
(Thurs, July 9, 2015)
(Thurs, July 9, 2015)
Line 66: Line 66:
 
= Thurs, July 9, 2015 =
 
= Thurs, July 9, 2015 =
  
* need to follow the code from this sequence of calls using 'put' CLI:
+
* investigated get / put nmg object creation...
** ged_put()  
+
** need to follow the code from this sequence of calls using 'put' CLI:
** rt_nmg_make()
+
*** ged_put()  
** rt_nmg_adjust()
+
*** rt_nmg_make()
* above sequence of calls creates an nmg object and adds verts / faces
+
*** rt_nmg_adjust()
* revamp *ged_cmface* using preceding process.  
+
** above sequence of calls creates an nmg object and adds verts / faces
 +
* todo: revamp *ged_cmface* using preceding process.  
 
* note: apparently using nmgmodel.c was not the best example of manifold nmg object creation!
 
* note: apparently using nmgmodel.c was not the best example of manifold nmg object creation!
 
* todo: once ged_cmface() properly impl and submitted as patch, can move on the spec for high-level subcommand list; perhaps vert / face removal subcommand CLI routines are the easy to start with??
 
* todo: once ged_cmface() properly impl and submitted as patch, can move on the spec for high-level subcommand list; perhaps vert / face removal subcommand CLI routines are the easy to start with??

Revision as of 20:17, 9 July 2015



Wed, July 1, 2015: Week 6 (of 14)

  • commit #1: filling out vertex info with structures to avoid errors with incomplete data structures
  • getting crash in nmg_mvu on line 365: BU_LIST_APPEND(...); need to investigate.
  • use case for above: 'make modelname nmg', then 'nmg cmface modelname coords'
  • rechecked patch https://sourceforge.net/p/brlcad/patches/387/
  • verified by compiling with STRICT enabled. posted build.log to sourceforge.
  • problems with compilation apparently not associated with changes. builds fine with STRICT disabled.

Thurs, July 2, 2015

  • Appointment with retinal specialist from 9:30am to Noon PST.
  • Not be able to work today due to pupil dilation.

Fri, July 3, 2015

  • Midterm summary located at link
  • still investigating nmg_mvu issue for ged_nmg_cmface subcommand:
    • likely that the vertexuse is being improperly treated for loop creation.
    • should there be a vertexuse present in the model for the new loop (prior to nmg_mvu call from nmg_cmface)??

Sat, July 4, 2015

  • n/a

Sun, July 5, 2015

  • n/a

Mon, July 6, 2015: Start of Week 7 (of 14)

  • commit #1 fixed issue with missing bu_list in vertex struct
    • while commit #1 provides a "working" call to nmg_cface with three verts, the face is not visible in the render window??
    • ged_nmg_cface appears to make the proper calls...
    • once problem is found with rendered model, need to extend for n verts (should be trivial)
  • commit #2 attempt to fix issue with ged_nmg_cmface crash in nmg_info/nmg_findeu(); in loop

Tues, July 7, 2015

non-brlcad time expenditures...

  • spent some time applying for positions

Wed, July 8, 2015

  • investigated put / get database commands.
    • should illuminate sequence of calls needed by subcommands for nmg api calls
    • posted related questions in irc
  • todo: use info from above to fix mged calls implemented in libged/ged_nmg_cmface.c
  • commit #1: null commit to synchronize to github from nonlocal repos

non-brlcad time expenditures...

  • oil changed for car; 3 hour wait!
  • wrote essay, etc. for instructor position application

Thurs, July 9, 2015

  • investigated get / put nmg object creation...
    • need to follow the code from this sequence of calls using 'put' CLI:
      • ged_put()
      • rt_nmg_make()
      • rt_nmg_adjust()
    • above sequence of calls creates an nmg object and adds verts / faces
  • todo: revamp *ged_cmface* using preceding process.
  • note: apparently using nmgmodel.c was not the best example of manifold nmg object creation!
  • todo: once ged_cmface() properly impl and submitted as patch, can move on the spec for high-level subcommand list; perhaps vert / face removal subcommand CLI routines are the easy to start with??

non-brlcad time expenditures...

  • VDA 2016 template and reformat of paper for submission
  • 10 job applications submitted

Fri, July 10, 2015

Sat, July 11, 2015

Sun, July 12, 2015

Mon, July 13, 2015: Start of Week 8 (of 14)

Tues, July 14, 2015

Wed, July 15, 2015

Thurs, July 16, 2015

Fri, July 17, 2015

Sat, July 18, 2015

Sun, July 19, 2015

Mon, July 20, 2015: Start of Week 9 (of 14)

Tues, July 21, 2015

Wed, July 22, 2015

Thurs, July 23, 2015

Fri, July 24, 2015

Sat, July 25, 2015

Sun, July 26, 2015

Mon, July 27, 2015: Start of Week 10 (of 14)

Tues, July 28, 2015

Wed, July 29, 2015

Thurs, July 30, 2015

Fri, July 31, 2015