Blender Git Commit Log
Git Commits -> Revision 95002a9
Revision 95002a9 by Campbell Barton (master) September 25, 2012, 23:41 (GMT) |
fix for very bad bug with python list slicing which - in bmesh and bpy api for all? 2.5x + releases. negative stop values when slicing was broken. eg. bpy.data.objects[0:-2] != list(bpy.data.objects)[0:-2] |
Commit Details:
Full Hash: 95002a98bfab3ccad94134fc8bbedab19cd0289f
SVN Revision: 50896
Parent Commit: d08abbe
Lines Changed: +5, -5