<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Rohan, nice report indeed, thanks for those three months of
      development! Hope to see you around. :)<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Le 25/08/2017 à 06:52, Rohan Rathi a
      écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAE7L-23x410p5kVkGKSADNBsfcqcpYhVc0ZqWNMZuMPrHUV4tQ@mail.gmail.com">
      <div dir="ltr">Thank you very much :D</div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Aug 24, 2017 at 9:56 PM, Howard
          Trickey <span dir="ltr"><<a
              href="mailto:howard.trickey@gmail.com" target="_blank"
              moz-do-not-send="true">howard.trickey@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Nice report and nice work on your GSoC
              project, Rohan.</div>
            <div class="HOEnZb">
              <div class="h5"><br>
                <div class="gmail_quote">
                  <div dir="ltr">On Thu, Aug 24, 2017 at 12:06 PM Rohan
                    Rathi <<a href="mailto:rohanrathi08@gmail.com"
                      target="_blank" moz-do-not-send="true">rohanrathi08@gmail.com</a>>
                    wrote:<br>
                  </div>
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    <div dir="ltr">Hey,
                      <div>I've created the final report. Could you have
                        a look at it before I hand it over for final
                        submission?</div>
                      <div>Thank you :)</div>
                      <div><br>
                      </div>
                      <div>Final Report: <a
href="https://wiki.blender.org/index.php/User:RohanRathi/GSoC_2017/Final_Report"
                          target="_blank" moz-do-not-send="true">https://wiki.blender.<wbr>org/index.php/User:RohanRathi/<wbr>GSoC_2017/Final_Report</a><br>
                        <div><br>
                        </div>
                      </div>
                    </div>
                    <div class="gmail_extra"><br>
                      <div class="gmail_quote">On Mon, Aug 14, 2017 at
                        9:26 PM, Rohan Rathi <span dir="ltr"><<a
                            href="mailto:rohanrathi08@gmail.com"
                            target="_blank" moz-do-not-send="true">rohanrathi08@gmail.com</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div dir="ltr">Hey,
                            <div>I've removed the use of the flag
                              (haven't removed the flag yet) and have
                              singled out most of the bugs in the code.
                              Just some small UI changes required and
                              minor changes to the modifier and tools
                              have been suggested, not too hard to
                              handle.</div>
                            <div>I'm beginning work on the user and code
                              documentation on the wiki and prepare for
                              final evaluation.</div>
                          </div>
                          <div
                            class="m_8179178798150814145m_8754388053110602170HOEnZb">
                            <div
                              class="m_8179178798150814145m_8754388053110602170h5">
                              <div class="gmail_extra"><br>
                                <div class="gmail_quote">On Mon, Aug 7,
                                  2017 at 4:21 PM, Bastien Montagne <span
                                    dir="ltr"><<a
                                      href="mailto:montagne29@wanadoo.fr"
                                      target="_blank"
                                      moz-do-not-send="true">montagne29@wanadoo.fr</a>></span>
                                  wrote:<br>
                                  <blockquote class="gmail_quote"
                                    style="margin:0 0 0
                                    .8ex;border-left:1px #ccc
                                    solid;padding-left:1ex">
                                    <div text="#000000"
                                      bgcolor="#FFFFFF">
                                      <p>Hi Rohan,</p>
                                      <p>Agree polishing and bugfixing
                                        should be top priority now. <br>
                                      </p>
                                      <p>Did quick review of code
                                        (nothing in-depth yet), overall
                                        looks very good. Noted the
                                        following points that you are
                                        still using
                                        BMO_OPTYPE_FLAG_INVALIDATE_<wbr>CLNOR_ALL
                                        in addition to
                                        BMO_OPTYPE_FLAG_NORMALS_CALC,
                                        already said it, but imho this
                                        is needlessly verbose - I can’t
                                        imagine any case where you'd
                                        want to invalidate basic
                                        normals, while keeping clnors
                                        one valid? So imho,
                                        BMO_OPTYPE_FLAG_NORMALS_CALC
                                        should be redefined to also
                                        contain
                                        BMO_OPTYPE_FLAG_INVALIDATE_<wbr>CLNOR_ALL,
                                        such that using the former
                                        automatically also triggers the
                                        later, without having to change
                                        any code for that.</p>
                                      <p>Cheers,<br>
                                        Bastien<br>
                                      </p>
                                      <div>
                                        <div
                                          class="m_8179178798150814145m_8754388053110602170m_796048010643638637h5">
                                          <div
class="m_8179178798150814145m_8754388053110602170m_796048010643638637m_-7971469562586869589moz-cite-prefix">Le
                                            04/08/2017 à 20:12, Rohan
                                            Rathi a écrit :<br>
                                          </div>
                                        </div>
                                      </div>
                                      <blockquote type="cite">
                                        <div>
                                          <div
                                            class="m_8179178798150814145m_8754388053110602170m_796048010643638637h5">
                                            <div dir="ltr">
                                              <div><b>Would really
                                                  appreciate feedback on
                                                  the tools added and
                                                  the weighted normal
                                                  modifier. Latest
                                                  Windows release is
                                                  included.</b></div>
                                              <div><br>
                                              </div>
                                              What I did this week:
                                              <div>I've added some
                                                functionality to the
                                                weighted normals
                                                modifier. It had some
                                                serious bugs and
                                                glitches so  I've spent
                                                the majority of my time
                                                to refine and work on
                                                the features I've added.
                                                Most likely, the
                                                modifier will work
                                                completely fine now.</div>
                                              <div><br>
                                              </div>
                                              <div>Added the following:</div>
                                              <div>1) Modifier now
                                                respects sharp edges
                                                similar to sharp edges
                                                with smooth shading.</div>
                                              <div>2) Added vertex group
                                                support. Modifier will
                                                only affect vertex
                                                groups and leave all
                                                other loop data
                                                unchanged.</div>
                                              <div>3) Add smooth/sharp
                                                flags as boolean
                                                weights. A check as well
                                                whether to use this
                                                function.</div>
                                              <div><br>
                                              </div>
                                              <div>What I plan on doing
                                                next week:</div>
                                              <div>With just over 2
                                                weeks left for the
                                                project. I feel adding
                                                more tools is not a good
                                                option, not that I have
                                                anything important left
                                                to add. I'll go on to
                                                maintaining and
                                                documenting the code
                                                from next week onwards
                                                and prepare for final
                                                eval. There are some
                                                bugs and tasks that need
                                                attention so I'll put on
                                                focus on those.</div>
                                              <div><br>
                                              </div>
                                              <div>Latest Windows
                                                Release: <a
href="https://drive.google.com/file/d/0B9gCAchc4CLIV0lISFU5ZWptNXM/view?usp=sharing"
                                                  target="_blank"
                                                  moz-do-not-send="true">https://drive.google.<wbr>com/file/d/<wbr>0B9gCAchc4CLIV0lISFU5ZWptNXM/<wbr>view?usp=sharing</a></div>
                                              <div><br>
                                              </div>
                                              <div>
                                                <div
                                                  style="font-size:12.8px">Links:</div>
                                                <div
                                                  style="font-size:12.8px">
                                                  <div
                                                    style="font-size:12.8px">My
                                                    proposal: <a
href="https://wiki.blender.org/index.php/User:RohanRathi/GSoC_2017/Proposal"
                                                      target="_blank"
                                                      moz-do-not-send="true">https://wiki.<wbr>blender.org/index.php/User:<wbr>RohanRathi/GSoC_2017/Proposal</a></div>
                                                  <div
                                                    style="font-size:12.8px">Documentation: <a
href="https://docs.google.com/document/d/1YXOLuiYjUgaoxawtXqcRkET-G2M3MbASVop88lKaKbg/edit"
                                                      target="_blank"
                                                      moz-do-not-send="true">https://docs.<wbr>google.com/document/d/<wbr>1YXOLuiYjUgaoxawtXqcRkET-<wbr>G2M3MbASVop88lKaKbg/edit</a></div>
                                                  <div
                                                    style="font-size:12.8px">Git
                                                    branch: <a
href="https://developer.blender.org/diffusion/B/browse/soc-2017-normal-tools/"
                                                      target="_blank"
                                                      moz-do-not-send="true">https://developer.<wbr>blender.org/diffusion/B/<wbr>browse/soc-2017-normal-tools/</a></div>
                                                </div>
                                                <div
                                                  style="font-size:12.8px">Blender
                                                  Artists Thread: <a
href="https://blenderartists.org/forum/showthread.php?427746-GSoC-2017-Normal-Editing-Tools"
                                                    target="_blank"
                                                    moz-do-not-send="true">https://<wbr>blenderartists.org/forum/<wbr>showthread.php?427746-GSoC-<wbr>2017-Normal-Editing-Tools</a></div>
                                                <div
                                                  style="font-size:12.8px"><br>
                                                </div>
                                                <div
                                                  style="font-size:12.8px">
                                                  <div
                                                    style="font-size:12.8px">Thank
                                                    You,</div>
                                                  <div
                                                    style="font-size:12.8px">Rohan
                                                    Rathi</div>
                                                </div>
                                              </div>
                                            </div>
                                            <br>
                                            <fieldset
class="m_8179178798150814145m_8754388053110602170m_796048010643638637m_-7971469562586869589mimeAttachmentHeader"></fieldset>
                                            <br>
                                          </div>
                                        </div>
                                        <pre>______________________________<wbr>_________________
Soc-2017-dev mailing list
<a class="m_8179178798150814145m_8754388053110602170m_796048010643638637m_-7971469562586869589moz-txt-link-abbreviated" href="mailto:Soc-2017-dev@blender.org" target="_blank" moz-do-not-send="true">Soc-2017-dev@blender.org</a>
<a class="m_8179178798150814145m_8754388053110602170m_796048010643638637m_-7971469562586869589moz-txt-link-freetext" href="https://lists.blender.org/mailman/listinfo/soc-2017-dev" target="_blank" moz-do-not-send="true">https://lists.blender.org/<wbr>mailman/listinfo/soc-2017-dev</a>
</pre>
                                      </blockquote>
                                      <br>
                                    </div>
                                    <br>
                                    ______________________________<wbr>_________________<br>
                                    Soc-2017-dev mailing list<br>
                                    <a
                                      href="mailto:Soc-2017-dev@blender.org"
                                      target="_blank"
                                      moz-do-not-send="true">Soc-2017-dev@blender.org</a><br>
                                    <a
                                      href="https://lists.blender.org/mailman/listinfo/soc-2017-dev"
                                      rel="noreferrer" target="_blank"
                                      moz-do-not-send="true">https://lists.blender.org/<wbr>mailman/listinfo/soc-2017-dev</a><br>
                                    <br>
                                  </blockquote>
                                </div>
                                <br>
                              </div>
                            </div>
                          </div>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                    ______________________________<wbr>_________________<br>
                    Soc-2017-dev mailing list<br>
                    <a href="mailto:Soc-2017-dev@blender.org"
                      target="_blank" moz-do-not-send="true">Soc-2017-dev@blender.org</a><br>
                    <a
                      href="https://lists.blender.org/mailman/listinfo/soc-2017-dev"
                      rel="noreferrer" target="_blank"
                      moz-do-not-send="true">https://lists.blender.org/<wbr>mailman/listinfo/soc-2017-dev</a><br>
                  </blockquote>
                </div>
              </div>
            </div>
            <br>
            ______________________________<wbr>_________________<br>
            Soc-2017-dev mailing list<br>
            <a href="mailto:Soc-2017-dev@blender.org"
              moz-do-not-send="true">Soc-2017-dev@blender.org</a><br>
            <a
              href="https://lists.blender.org/mailman/listinfo/soc-2017-dev"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.blender.org/<wbr>mailman/listinfo/soc-2017-dev</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Soc-2017-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Soc-2017-dev@blender.org">Soc-2017-dev@blender.org</a>
<a class="moz-txt-link-freetext" href="https://lists.blender.org/mailman/listinfo/soc-2017-dev">https://lists.blender.org/mailman/listinfo/soc-2017-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>