Hello, Eugenio,<div><br></div><div>That&#39;s not first time you&#39;re doing commit with writing commit message. It&#39;s a good practice to always write commit message even if changes are super-trivial -- it always helps a lot figuring out possible issues, regressions and so on.</div>
<div><br></div><div>Please find out how to write commit messages in operation system and SVN client you&#39;re using and start writing commit messages. If you&#39;ve got some questions about this process feel free to contact me or other developers in mailing list or IRC.</div>
<div><br></div><div>Thanks,<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 10:01 PM, Eugenio Pignataro <span dir="ltr">&lt;<a href="mailto:info@oscurart.com.ar">info@oscurart.com.ar</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Revision: 3004<br>
          <a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;root=bf-extensions&amp;revision=3004" target="_blank">http://projects.blender.org/scm/viewvc.php?view=rev&amp;root=bf-extensions&amp;revision=3004</a><br>

Author:   oscurart<br>
Date:     2012-02-20 16:01:31 +0000 (Mon, 20 Feb 2012)<br>
Log Message:<br>
-----------<br>
<br>
<br>
Modified Paths:<br>
--------------<br>
    contrib/py/scripts/addons/oscurart_tools.py<br>
<br>
Modified: contrib/py/scripts/addons/oscurart_tools.py<br>
===================================================================<br>
--- contrib/py/scripts/addons/oscurart_tools.py 2012-02-20 13:59:50 UTC (rev 3003)<br>
+++ contrib/py/scripts/addons/oscurart_tools.py 2012-02-20 16:01:31 UTC (rev 3004)<br>
@@ -19,8 +19,8 @@<br>
 bl_info = {<br>
     &quot;name&quot;: &quot;Oscurart Tools&quot;,<br>
     &quot;author&quot;: &quot;Oscurart&quot;,<br>
-    &quot;version&quot;: (2,8),<br>
-    &quot;blender&quot;: (2, 6, 0),<br>
+    &quot;version&quot;: (2,9),<br>
+    &quot;blender&quot;: (2, 6, 2),<br>
     &quot;api&quot;: 3900,<br>
     &quot;location&quot;: &quot;View3D &gt; Tools &gt; Oscurart Tools&quot;,<br>
     &quot;description&quot;: &quot;Tools for objects, render, shapes, and files.&quot;,<br>
@@ -2387,4 +2387,4 @@<br>
 bpy.utils.register_class(renderCurrent)<br>
 bpy.utils.register_class(renderCurrentCF)<br>
 bpy.utils.register_class(renderSelected)<br>
-bpy.utils.register_class(renderSelectedCF)<br>
\ No newline at end of file<br>
+bpy.utils.register_class(renderSelectedCF)<br>
<br>
_______________________________________________<br>
Bf-extensions-cvs mailing list<br>
<a href="mailto:Bf-extensions-cvs@blender.org">Bf-extensions-cvs@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-extensions-cvs" target="_blank">http://lists.blender.org/mailman/listinfo/bf-extensions-cvs</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><span style="color:rgb(102,102,102)">With best regards, Sergey Sharybin</span></div><br>
</div>