Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArystanbek Dyussenov <arystan.d@gmail.com>2010-01-16 18:20:27 +0300
committerArystanbek Dyussenov <arystan.d@gmail.com>2010-01-16 18:20:27 +0300
commit7bea39af62d8e83c7e375b925b5eee2aee851f66 (patch)
treec21d249c9b60fce867b0c495a45af94abb15b257 /source/blender
parent459f55ed9502c435d4f4117b1a053c4c598a016d (diff)
Workaround to fix #20645. Iteration over multidim arrays and slicing of them is broken.
Before fixing this I'd like to clean BPY a bit.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/python/intern/bpy_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_array.c b/source/blender/python/intern/bpy_array.c
index 5f228836b42..76c9a0f6e11 100644
--- a/source/blender/python/intern/bpy_array.c
+++ b/source/blender/python/intern/bpy_array.c
@@ -1,5 +1,5 @@
/**
- *
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*