<div dir="ltr">Fixed, thanks for reporting!<div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">-- Mike Erwin<br></div></div><div class="gmail_signature" data-smartmail="gmail_signature"><br></div><div class="gmail_quote">On Mon, Oct 3, 2016 at 9:42 AM, Dalai Felinto <span dir="ltr">&lt;<a href="mailto:dfelinto@gmail.com" target="_blank">dfelinto@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:&quot;courier new&quot;,monospace">Hi,</div><div style="font-family:&quot;courier new&quot;,monospace"><br></div><div style="font-family:&quot;courier new&quot;,monospace">You can create regular bug reports in the tracker, and set the Tag to &quot;Blender 2.8&quot; (as oppose to Blender, as it is the default).</div><div style="font-family:&quot;courier new&quot;,monospace"><br></div><div style="font-family:&quot;courier new&quot;,monospace">Apart from that you can mention the task: <a href="https://developer.blender.org/T49043" target="_blank">https://developer.blender.org/<wbr>T49043</a> to make sure your bug report (or patch) is looked at.</div><div style="font-family:&quot;courier new&quot;,monospace"><br></div><div style="font-family:&quot;courier new&quot;,monospace">As to your particular issue, yes I believe it should be multiplied as well.<br></div><div style="font-family:&quot;courier new&quot;,monospace"><br></div><div style="font-family:&quot;courier new&quot;,monospace">Thanks,</div><div style="font-family:&quot;courier new&quot;,monospace">Dalai</div></div><div class="gmail_extra"><br clear="all"><div><div class="m_546391979048386824gmail_signature" data-smartmail="gmail_signature">--<br><a href="http://blendernetwork.org/dalai-felinto" target="_blank">blendernetwork.org/dalai-<wbr>felinto</a><br><a href="http://www.dalaifelinto.com" target="_blank">www.dalaifelinto.com</a></div></div>
<br><div class="gmail_quote"><div><div class="h5">2016-10-02 20:05 GMT-03:00 geof kgeo <span dir="ltr">&lt;<a href="mailto:kgeogeo@hotmail.com" target="_blank">kgeogeo@hotmail.com</a>&gt;</span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">




<div dir="ltr">
<div id="m_546391979048386824m_1621778257564795683divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<p><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">I I would like to have a small contribution in this project, so I look into the 2.8 branches and try to</span></p>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
make some change with the new immediate API.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
I would like to now how to report bugs.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
For eg I find one small I think.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
In immediate.c</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,128,0)">void</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">immUniformColor4ubv</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(128,128,0)">const</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,128,0)">unsigned</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,128,0)">char</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">rgba</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">4</span><span style="color:rgb(0,0,0)">])</span></pre>
<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(0,0,0)">{</span></pre>
<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(128,128,0)">const</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,128,0)">float</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">scale</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">=</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,128)">1.0f</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">/</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,128)">255.0f</span><span style="color:rgb(0,0,0)">;</span></pre>
<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(0,0,0)">immUniform4f</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(0,128,0)">&quot;color&quot;</span><span style="color:rgb(0,0,0)">,</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">scale</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">*</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">rgba</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">0</span><span style="color:rgb(0,0,0)">],</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">scale</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">*</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">rgba</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">1</span><span style="color:rgb(0,0,0)">],</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">scale</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">*</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">rgba</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">2</span><span style="color:rgb(0,0,0)">],</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">rgba</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">3</span><span style="color:rgb(0,0,0)">]);</span></pre>
<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(0,0,0)">}</span></pre>
</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
the alpha channel have to be scaled too. no?</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
<br>
</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
So I don&#39;t want to disturbe this mailing list more whith this report or question, should I contact directly the developper or there is another way?</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px">
Thanks and sorry again for the noise.</div>
</div></div></div></div></blockquote></div></div></blockquote></div><br></div></div>