<?xml version="1.0"?>
<rss version="2.0"><channel><title>Blender</title><link>http://www.blender.org/</link><description>Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.</description><image><url>/images/db/17/41-t128.png</url><title>Blender</title><link>http://www.blender.org/</link></image><cloud path="/RPC2" domain="cia.vc" protocol="xml-rpc" port="80" registerProcedure="stats.subscribe.rss2" /><item><pubDate>Thu, 09 Jun 2011 08:58:27 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f380e0</guid><link>http://cia.vc/stats/project/Blender/.message/3f380e0</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37330&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/makesrna/intern/ (3 files):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37330"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;p&gt;RNA properties - expose values as radians rather then degrees&lt;/p&gt;&lt;ul&gt;&lt;li&gt;sequencer wipe angle&lt;/li&gt;&lt;li&gt;mesh autosmooth&lt;/li&gt;&lt;li&gt;bevel modifier angle&lt;/li&gt;&lt;li&gt;edge split angle&lt;/li&gt;&lt;/ul&gt;         &lt;/div&gt;     </description><title>RNA properties - expose values as radians rather then degrees - sequencer wipe...</title></item><item><pubDate>Thu, 09 Jun 2011 07:40:30 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f37ede</guid><link>http://cia.vc/stats/project/Blender/.message/3f37ede</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37329&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/interface/interface.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37329"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             use a better method for finding the precision to use for float buttons, about 4x faster to calculate and will show for eg, 0.0108 rather than 0.01, but 0.0100001 still displays as 0.01.         &lt;/div&gt;     </description><title>use a better method for finding the precision to use for float buttons, about 4x...</title></item><item><pubDate>Thu, 09 Jun 2011 04:28:53 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f37cb8</guid><link>http://cia.vc/stats/project/Blender/.message/3f37cb8</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37328&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/blenloader/intern/readfile.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37328"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;p&gt;fix [#27616] Appending an object from a file brings all existing group links to scene&lt;br /&gt;When appending from a blend file which had an object already linked, _but_ was not in any scenes.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;the linked object would be instanced.&lt;/li&gt;&lt;/ul&gt;         &lt;/div&gt;     </description><title>fix [#27616] Appending an object from a file brings all existing group links to...</title></item><item><pubDate>Thu, 09 Jun 2011 03:56:32 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f3776d</guid><link>http://cia.vc/stats/project/Blender/.message/3f3776d</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37327&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/ (4 files in 2 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37327"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             [#27615] Box select of mesh object disabled or translated due to curve object&lt;br /&gt;&lt;br /&gt;ED_view3d_init_mats_rv3d was calling glMultMatrixf() which was mostly harmless but could also lead to confusing bugs (2 reported previously).&lt;br /&gt;Looked into this and every call to ED_view3d_init_mats_rv3d except for object drawing, doesn't need this so made a second version of ED_view3d_init_mats_rv3d - ED_view3d_init_mats_rv3d_gl which does the matrix multiplication, remove confusing checks in selection code.         &lt;/div&gt;     </description><title>[#27615] Box select of mesh object disabled or translated due to curve object...</title></item><item><pubDate>Thu, 09 Jun 2011 02:47:22 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f37527</guid><link>http://cia.vc/stats/project/Blender/.message/3f37527</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37326&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/ (2 files in 2 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37326"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             add foreachIDLink function for cloth, remove cloth specific newlibadr calls in readfile.         &lt;/div&gt;     </description><title>add foreachIDLink function for cloth, remove cloth specific newlibadr calls in...</title></item><item><pubDate>Wed, 08 Jun 2011 23:36:56 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f37390</guid><link>http://cia.vc/stats/project/Blender/.message/3f37390</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;blendix&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37325&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/branches/cycles/source/blender/editors/interface/interface_widgets.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37325"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Cycles UI: bring default theme colors in line with startup.blend.         &lt;/div&gt;     </description><title>Cycles UI: bring default theme colors in line with startup.blend.</title></item><item><pubDate>Wed, 08 Jun 2011 23:36:06 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f3507c</guid><link>http://cia.vc/stats/project/Blender/.message/3f3507c</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;blendix&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37324&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/branches/cycles/ (49 files in 10 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37324"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Cycles: texture tab in properties editor now shows dropdown for selecting&lt;br /&gt;texture users in the context. It's only useful for modifiers and brushes&lt;br /&gt;at the moment, not for shading nodes as using texture datablocks there is&lt;br /&gt;not yet supported.         &lt;/div&gt;     </description><title>Cycles: texture tab in properties editor now shows dropdown for selecting...</title></item><item><pubDate>Tue, 07 Jun 2011 18:48:22 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f34f1c</guid><link>http://cia.vc/stats/project/Blender/.message/3f34f1c</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37304&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/object/object_vgroup.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37304"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             mistake in last commit         &lt;/div&gt;     </description><title>mistake in last commit</title></item><item><pubDate>Tue, 07 Jun 2011 18:34:33 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f34c08</guid><link>http://cia.vc/stats/project/Blender/.message/3f34c08</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37303&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/ (3 files in 3 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37303"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             draw sequences with invalid effect frame ranges pink to highlight they are invalid and wont render.         &lt;/div&gt;     </description><title>draw sequences with invalid effect frame ranges pink to highlight they are...</title></item><item><pubDate>Tue, 07 Jun 2011 18:04:03 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f3483c</guid><link>http://cia.vc/stats/project/Blender/.message/3f3483c</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37302&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/ (3 files in 3 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37302"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;p&gt;fix for vertex group copy to selected&lt;/p&gt;&lt;ul&gt;&lt;li&gt;was using un-initialized stack memory if the source / target object had no vertex group.&lt;/li&gt;&lt;li&gt;if the target object had no vertex groups it would fails silently (not a bug but not very good functionality)&lt;/li&gt;&lt;li&gt;added an error message if any copying fails.&lt;/li&gt;&lt;/ul&gt;         &lt;/div&gt;     </description><title>fix for vertex group copy to selected - was using un-initialized stack memory if...</title></item><item><pubDate>Tue, 07 Jun 2011 17:59:38 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f343da</guid><link>http://cia.vc/stats/project/Blender/.message/3f343da</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;jason_hays22&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37301&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/branches/soc-2011-radish/source/blender/editors/ (2 files in 2 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37301"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             editarmature.c and paint_vertex.c&lt;br /&gt;I added the first version of multi-bone selection for faster, temporary locking/unlocking; right now, if multiple bones are selected, the selection is considered unlocked, despite any vgroup checkbox status.&lt;br /&gt;Every other group is considered locked.&lt;br /&gt;&lt;br /&gt;paint_vertex.c&lt;br /&gt;A modified Auto Normalize was inserted to normalize the active group normally instead of locking the values: it was causing the active group to steal weights from locked groups if the active group had a weight of 1.0, and that destroyed the locked groups deformations.         &lt;/div&gt;     </description><title>editarmature.c and paint_vertex.c I added the first version of multi-bone...</title></item><item><pubDate>Tue, 07 Jun 2011 17:21:56 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f33ba7</guid><link>http://cia.vc/stats/project/Blender/.message/3f33ba7</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;elubie&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37300&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/branches/soc-2011-avocado/blender/ (8 files in 4 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37300"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Code Review and mentoring commit:&lt;br /&gt;1. We shouldn't change the Eigen3 library, otherwise we will have to redo all the changes each time we want to update to a newer version.&lt;br /&gt;2. Added GPL headers&lt;br /&gt;3. Removed code that was commented out. We usually don't leave commented code in, it clutters the code and the code is in svn anyway&lt;br /&gt;4. Made a few suggestions for better naming and small things, search for TODO_SHUVRO in the files         &lt;/div&gt;     </description><title>Code Review and mentoring commit: 1. We shouldn't change the Eigen3 library,...</title></item><item><pubDate>Tue, 07 Jun 2011 16:47:25 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f33991</guid><link>http://cia.vc/stats/project/Blender/.message/3f33991</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37299&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/transform/transform_conversions.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37299"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             fix for sequencer transform with effects strips where the effects could be moved to invalid times to avoid overlap but would immediately refresh back to overlapping locations after.         &lt;/div&gt;     </description><title>fix for sequencer transform with effects strips where the effects could be moved...</title></item><item><pubDate>Tue, 07 Jun 2011 16:08:49 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f336da</guid><link>http://cia.vc/stats/project/Blender/.message/3f336da</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37298&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/python/intern/ (bpy_rna.c bpy_props.c bpy_rna.h):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37298"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             disable the readonly state while rna property callbacks run.         &lt;/div&gt;     </description><title>disable the readonly state while rna property callbacks run.</title></item><item><pubDate>Tue, 07 Jun 2011 15:45:54 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f332bc</guid><link>http://cia.vc/stats/project/Blender/.message/3f332bc</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;jwilkins&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37297&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/branches/soc-2011-onion/source/blender/editors/ (3 files in 2 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37297"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             == Pivot Last ==&lt;br /&gt;Pivot last now works in vertex paint mode.&lt;br /&gt;&lt;br /&gt;Generalized so that it works for any mode that uses paint stroke with a 'get_location' function, which is sculpt and vertex paint.  Other paint modes should follow as things are generalized, but I'll make it work with the other modes if I can for now.         &lt;/div&gt;     </description><title>== Pivot Last == Pivot last now works in vertex paint mode. Generalized so that...</title></item><item><pubDate>Tue, 07 Jun 2011 15:33:01 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f3313e</guid><link>http://cia.vc/stats/project/Blender/.message/3f3313e</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;ton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37296&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/space_file/filesel.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37296"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Fix: correct spacing for file select items, using font size + dpi.         &lt;/div&gt;     </description><title>Fix: correct spacing for file select items, using font size + dpi.</title></item><item><pubDate>Tue, 07 Jun 2011 10:54:57 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f32db1</guid><link>http://cia.vc/stats/project/Blender/.message/3f32db1</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37295&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/ (4 files in 4 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37295"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             rna option not to save certain properties for redoing later, currently only used by operator presets.         &lt;/div&gt;     </description><title>rna option not to save certain properties for redoing later, currently only used...</title></item><item><pubDate>Tue, 07 Jun 2011 09:35:20 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f32bb7</guid><link>http://cia.vc/stats/project/Blender/.message/3f32bb7</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37294&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/editors/transform/transform.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37294"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             fix for edge slide snapping values being incorrect (reported by Nether Hound).&lt;br /&gt;Also dont call the value a 'Percent' and clamp the range displayed in the header.&lt;br /&gt;snap range being         &lt;/div&gt;     </description><title>fix for edge slide snapping values being incorrect (reported by Nether Hound)....</title></item><item><pubDate>Tue, 07 Jun 2011 08:47:33 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f32976</guid><link>http://cia.vc/stats/project/Blender/.message/3f32976</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37293&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/ (2 files in 2 dirs):             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37293"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             update ctest md5sums for import/export to match changes to the scripts, also some minor formatting change for bpy_props.c         &lt;/div&gt;     </description><title>update ctest md5sums for import/export to match changes to the scripts, also...</title></item><item><pubDate>Tue, 07 Jun 2011 08:16:42 +0000</pubDate><guid>http://cia.vc/stats/project/Blender/.message/3f3278a</guid><link>http://cia.vc/stats/project/Blender/.message/3f3278a</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;campbellbarton&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;37292&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/blender/source/blender/nodes/intern/CMP_nodes/CMP_math.c:             (&lt;a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;amp;root=bf-blender&amp;amp;revision=37292"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             getting useful results out of the round compo node was tricky, use the second value to determine how much to round by (can be used like a posterize filter)         &lt;/div&gt;     </description><title>getting useful results out of the round compo node was tricky, use the second...</title></item></channel></rss>
