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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-12-06 03:02:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-06 03:02:46 +0400
commit08fab40c57383b08241ad3e2489430dbd0461a1d (patch)
treeaef50abcb6d9daa0098f71f251b23cd0f31d77a0 /paint_palette.py
parent12ce4d0265ccbfb58334b782ef1f7f38eddf6b6c (diff)
add back 3ds import image search option
Diffstat (limited to 'paint_palette.py')
-rw-r--r--paint_palette.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paint_palette.py b/paint_palette.py
index 19d576cd..95ebf228 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -57,7 +57,6 @@ def update_panels():
def sample():
pp = bpy.context.scene.palette_props
- context = bpy.context
current_color = pp.colors[pp.current_color_index]
brush = current_brush()
current_color.color = brush.color