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:
authorThomas Dinges <blender@dingto.org>2013-04-14 03:06:33 +0400
committerThomas Dinges <blender@dingto.org>2013-04-14 03:06:33 +0400
commit7e1352ba7ce7bb7c22c2be2427fa64a3ffeb3609 (patch)
treeb605dfbddeba0473c692ab30205a20d0e15251c4
parent98f78fde23df2da1e78659726ee99e7cecdf2a30 (diff)
Code cleanup:
* Remove obsolete comment from layout file.
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 1ca7bbce90b..073a3f70cca 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1096,15 +1096,6 @@ class VIEW3D_PT_tools_weightpaint_options(Panel, View3DPaintPanel):
self.unified_paint_settings(col, context)
-# Commented out because the Apply button isn't an operator yet, making these settings useless
-#~ col.label(text="Gamma:")
-#~ col.prop(wpaint, "gamma", text="")
-#~ col.label(text="Multiply:")
-#~ col.prop(wpaint, "mul", text="")
-
-# Also missing now:
-# Soft, Vertex-Group, X-Mirror and "Clear" Operator.
-
# ********** default tools for vertex-paint ****************