<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/python-ogre/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/python-ogre/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/python-ogre/feature-requests/</id><updated>2008-08-19T07:34:14Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Vector3 (and other list-type converted) Quirks</title><link href="https://sourceforge.net/p/python-ogre/feature-requests/2/" rel="alternate"/><published>2008-08-19T07:34:14Z</published><updated>2008-08-19T07:34:14Z</updated><author><name>Brad Smithee</name><uri>https://sourceforge.net/u/bradsmithee/</uri></author><id>https://sourceforge.net738ea18da18ea4873fddef92e79a2ff15c228229</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I realize this is dead simple to work-around at this point by just manually retrieving values by logical index, so I'm not sure if I'd call this a bug as much as a quirk,  but...&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
simple = ogre.Vector3(2,5,6)&lt;br /&gt;
print simple[0]&lt;br /&gt;
print simple[1]&lt;br /&gt;
print simple[2]&lt;br /&gt;
# As you'd expect so far, however you don't have to stop there strangely.&lt;br /&gt;
print simple[3]&lt;br /&gt;
print simple[4]&lt;br /&gt;
print simple[78]&lt;br /&gt;
print simple[12893]&lt;br /&gt;
------------------&lt;/p&gt;
&lt;p&gt;Is the jargon generated beyond the vector's three values intended?&lt;/p&gt;
&lt;p&gt;Additionally,  iterating the vector as a list will give you a nigh endless stream of results due to the above.  Attempting to typecast the vector to a list/tuple will crash the program (at least on my simple setup).  Lack of methods also prevents you from doing simple[0:2] to get just the first 3 values.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add source code download</title><link href="https://sourceforge.net/p/python-ogre/feature-requests/1/" rel="alternate"/><published>2007-08-27T22:09:42Z</published><updated>2007-08-27T22:09:42Z</updated><author><name>dino</name><uri>https://sourceforge.net/u/dino4k/</uri></author><id>https://sourceforge.net346abb2c7dbbdd3e5a43ea4c83dbfbf2b286016b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please add source code tars to the download sections for every release.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>