<div dir="ltr"><div>Thanks for the explaination!<br></div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-22 3:50 GMT-02:00 CoDEmanX <span dir="ltr">&lt;<a href="mailto:codemanx@gmx.de" target="_blank">codemanx@gmx.de</a>&gt;</span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There&#39;s on this one operator:<br>
<br>
<br>
static void UV_OT_select_border(wmOperatorType *ot)<br>
{<br>
        /* identifiers */<br>
        ot-&gt;name = &quot;Border Select&quot;;<br>
        ot-&gt;description = &quot;Select UV vertices using border selection&quot;;<br>
        ot-&gt;idname = &quot;UV_OT_select_border&quot;;<br>
...<br>
        /* properties */<br>
        RNA_def_boolean(ot-&gt;srna, &quot;pinned&quot;, 0, &quot;Pinned&quot;, &quot;Border select pinned<br>
UVs only&quot;);<br>
...<br>
<br>
and its tooltip text (description) describes the default behavior (or<br>
rather generic what it does).<br>
<br>
It&#39;s added twice to the menu with different parameters:<br>
<br>
         layout.operator(&quot;uv.select_border&quot;).pinned = False<br>
         layout.operator(&quot;uv.select_border&quot;, text=&quot;Border Select<br>
Pinned&quot;).pinned = True<br>
<br>
The pinned-property has a description, but it is not used in operator<br>
tooltip. It could actually be used in this case, not sure if it would<br>
work in other cases just as well (I worry not).<br>
<br>
Dynamic tooltips (python callbacks) would be huge, but definately not a<br>
priority for the devs.<br>
<br>
<br>
Am <a href="tel:22.02.2014" value="+59822022014">22.02.2014</a> 05:52, schrieb Gabriel Gazzán:<br>
<div class="">&gt; It shows the same one as &quot;Border Select&quot;.<br>
&gt; Thanks for the explanation!<br>
&gt;<br>
&gt; But, then, why is that there is one string for the tooltip of &quot;Border<br>
&gt; Select Pinned&quot;?<br>
&gt; It is there...<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2014-02-21 23:25 GMT-02:00 CoDEmanX &lt;<a href="mailto:codemanx@gmx.de">codemanx@gmx.de</a><br>
</div>&gt; &lt;mailto:<a href="mailto:codemanx@gmx.de">codemanx@gmx.de</a>&gt;&gt;:<br>
<div class="">&gt;<br>
&gt;     Do you mean there&#39;s no tooltip at all for the Border Select Pinned<br>
&gt;     operator, or that it shows the same message as Border Select?<br>
&gt;<br>
&gt;     The latter is a known limitation, it&#39;s the same operator, and an<br>
&gt;     operator can only have one tooltip.<br>
&gt;<br>
&gt;<br>
</div>&gt;     Am <a href="tel:22.02.2014" value="+59822022014">22.02.2014</a> &lt;tel:<a href="tel:22.02.2014" value="+59822022014">22.02.2014</a>&gt; 01:08, schrieb Gabriel Gazzán:<br>
<div class="">&gt;      &gt; Hi,<br>
&gt;      &gt; Tooltip &quot;Border select pinned UVs only&quot; (Image Editor &gt; Select menu)<br>
&gt;      &gt; isn&#39;t showing, even in English.<br>
&gt;      &gt;<br>
&gt;      &gt; Thanks!<br>
&gt;      &gt; g<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt; _______________________________________________<br>
&gt;      &gt; Remember to *NEVER* commit to our svn&#39;s /trunk, but *ALWAYS* to<br>
&gt;     relevant language po file under /branches!<br>
&gt;      &gt;<br>
&gt;      &gt; Found a missing msgid? Edit this doc: <a href="http://goo.gl/XcWcr" target="_blank">http://goo.gl/XcWcr</a><br>
&gt;      &gt;<br>
&gt;      &gt; Have some disambiguation issue (i.e. same english word that<br>
&gt;     should be translated in more than one way, depending on the<br>
&gt;     context)? Edit this doc: <a href="http://goo.gl/VzppJ" target="_blank">http://goo.gl/VzppJ</a><br>
&gt;      &gt; _______________________________________________<br>
&gt;      &gt; Bf-translations-dev mailing list<br>
&gt;      &gt; <a href="mailto:Bf-translations-dev@blender.org">Bf-translations-dev@blender.org</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:Bf-translations-dev@blender.org">Bf-translations-dev@blender.org</a>&gt;<br>
<div class="">&gt;      &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-translations-dev" target="_blank">http://lists.blender.org/mailman/listinfo/bf-translations-dev</a><br>
&gt;      &gt;<br>
&gt;     _______________________________________________<br>
&gt;     Remember to *NEVER* commit to our svn&#39;s /trunk, but *ALWAYS* to<br>
&gt;     relevant language po file under /branches!<br>
&gt;<br>
&gt;     Found a missing msgid? Edit this doc: <a href="http://goo.gl/XcWcr" target="_blank">http://goo.gl/XcWcr</a><br>
&gt;<br>
&gt;     Have some disambiguation issue (i.e. same english word that should<br>
&gt;     be translated in more than one way, depending on the context)? Edit<br>
&gt;     this doc: <a href="http://goo.gl/VzppJ" target="_blank">http://goo.gl/VzppJ</a><br>
&gt;     _______________________________________________<br>
&gt;     Bf-translations-dev mailing list<br>
</div>&gt;     <a href="mailto:Bf-translations-dev@blender.org">Bf-translations-dev@blender.org</a> &lt;mailto:<a href="mailto:Bf-translations-dev@blender.org">Bf-translations-dev@blender.org</a>&gt;<br>
<div class="HOEnZb"><div class="h5">&gt;     <a href="http://lists.blender.org/mailman/listinfo/bf-translations-dev" target="_blank">http://lists.blender.org/mailman/listinfo/bf-translations-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Remember to *NEVER* commit to our svn&#39;s /trunk, but *ALWAYS* to relevant language po file under /branches!<br>
&gt;<br>
&gt; Found a missing msgid? Edit this doc: <a href="http://goo.gl/XcWcr" target="_blank">http://goo.gl/XcWcr</a><br>
&gt;<br>
&gt; Have some disambiguation issue (i.e. same english word that should be translated in more than one way, depending on the context)? Edit this doc: <a href="http://goo.gl/VzppJ" target="_blank">http://goo.gl/VzppJ</a><br>


&gt; _______________________________________________<br>
&gt; Bf-translations-dev mailing list<br>
&gt; <a href="mailto:Bf-translations-dev@blender.org">Bf-translations-dev@blender.org</a><br>
&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-translations-dev" target="_blank">http://lists.blender.org/mailman/listinfo/bf-translations-dev</a><br>
&gt;<br>
_______________________________________________<br>
Remember to *NEVER* commit to our svn&#39;s /trunk, but *ALWAYS* to relevant language po file under /branches!<br>
<br>
Found a missing msgid? Edit this doc: <a href="http://goo.gl/XcWcr" target="_blank">http://goo.gl/XcWcr</a><br>
<br>
Have some disambiguation issue (i.e. same english word that should be translated in more than one way, depending on the context)? Edit this doc: <a href="http://goo.gl/VzppJ" target="_blank">http://goo.gl/VzppJ</a><br>
_______________________________________________<br>
Bf-translations-dev mailing list<br>
<a href="mailto:Bf-translations-dev@blender.org">Bf-translations-dev@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-translations-dev" target="_blank">http://lists.blender.org/mailman/listinfo/bf-translations-dev</a><br>
</div></div></blockquote></div><br></div>