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:
authorJoshua Leung <aligorith@gmail.com>2013-01-29 07:04:24 +0400
committerJoshua Leung <aligorith@gmail.com>2013-01-29 07:04:24 +0400
commitcf9e619889fdcdc457e44d4b384cda091de55673 (patch)
tree2259e6a011c66d2bdf94ddc916832185871ee2c4 /release/scripts
parentc16a4ca84afdb358707fc6f0d374e11b5d057f88 (diff)
Skeleton Sketching bugfixes/tweaks
* Disabling Skeleton Sketching now refreshes the view properly, so that strokes don't linger on even after being disabled * Added the delete operator to the panel
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 63dd27e7d3e..ac63dfa7e32 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2713,6 +2713,7 @@ class VIEW3D_PT_etch_a_ton(Panel):
col.separator()
col.operator("sketch.convert", text="Convert to Bones")
+ col.operator("sketch.delete", text="Delete Strokes")
class VIEW3D_PT_context_properties(Panel):