Hi, Sebastian,<br><br>I&#39;m Arystan, Chingiz&#39;s elder brother. I&#39;m helping him a bit with OpenCollada studying. Recently we&#39;ve stumbled upon a bug in OpenCollada.<br><br>The following code resulted in an empty URL on his Intel Celeron:<br>
<br>COLLADABU::URI(COLLADABU::Utils::EMPTY_STRING, &quot;#id&quot;)<br><br>On my AMD Athlon 64 however it worked ok. We&#39;re both using Linux. Debugging revealed that regexp matcher didn&#39;t accept a correct URI (&quot;#something&quot;) on his computer. The problem turned out to be in compiled regexps.<br>
<br>I&#39;m attaching the diff of the fix, regexps are now compiled on runtime only once on demand. Although correctness of regexps needs to be checked.<br><br>Arystan<br><br><div class="gmail_quote">On Sun, May 24, 2009 at 10:40 PM, Sebastian <span dir="ltr">&lt;<a href="mailto:sebastian@opencollada.org">sebastian@opencollada.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Great to hear about that! The most complete examples are the 3ds Max and<br>
Maya converters itself, though they might be difficult in some areas as<br>
they use the specific max/maya APIs, too.<br>
<br>
I already started (in my spare time) a native c++ Importer/Exporter for<br>
Blender. I liked the performance of the native VRML/STL/DXF<br>
importer/exporter that are available at<br>
<a href="https://svn.blender.org/svnroot/bf-blender/trunk/blender/source/blender/blenkernel/intern/exotic.c" target="_blank">https://svn.blender.org/svnroot/bf-blender/trunk/blender/source/blender/blenkernel/intern/exotic.c</a><br>

<br>
They fit in perfectly while implementing a sax based importer or a<br>
stream based exporter.<br>
<br>
If you have any specific questions don&#39;t hesitate to contact me, i&#39;m<br>
happy to support you.<br>
<font color="#888888"><br>
Sebastian<br>
</font><div><div></div><div class="h5"><br>
<br>
Chingiz Dyussenov wrote:<br>
&gt; Thanks, Sebastian.<br>
&gt;<br>
&gt; I am interested. I was just going to start coding, so switching to<br>
&gt; OpenCollada is ok. I&#39;ll use Ogre example to learn how to do things with<br>
&gt; OpenCollada. If there are other free examples, please share.<br>
&gt;<br>
&gt; Chingiz<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Soc-2009-dev mailing list<br>
&gt; <a href="mailto:Soc-2009-dev@blender.org">Soc-2009-dev@blender.org</a><br>
&gt; <a href="http://lists.blender.org/mailman/listinfo/soc-2009-dev" target="_blank">http://lists.blender.org/mailman/listinfo/soc-2009-dev</a><br>
_______________________________________________<br>
Soc-2009-dev mailing list<br>
<a href="mailto:Soc-2009-dev@blender.org">Soc-2009-dev@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/soc-2009-dev" target="_blank">http://lists.blender.org/mailman/listinfo/soc-2009-dev</a><br>
</div></div></blockquote></div><br>