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:
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