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:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-11-07 19:31:13 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2004-11-07 19:31:13 +0300
commitc702b237d5f9a542c1d327e1c87a5b7e7ec81590 (patch)
tree99347ced1b1260843aff9c6f70670a2a9d45f7f8 /release/scripts/sel_same.py
parent23e8b982288699258c4bf4d7f5464f968b98d5cf (diff)
Scripts:
-- adding help_browser.py to show help for installed scripts; -- updated scripts to include basic doc info to be shown with above script: script authors can / will / should update with more info, of course; -- updated some scripts to newer versions: disp_paint, fixfromarmature, hotkeys, etc.
Diffstat (limited to 'release/scripts/sel_same.py')
-rw-r--r--release/scripts/sel_same.py32
1 files changed, 32 insertions, 0 deletions
diff --git a/release/scripts/sel_same.py b/release/scripts/sel_same.py
index ff489c1ebae..f37d1083c48 100644
--- a/release/scripts/sel_same.py
+++ b/release/scripts/sel_same.py
@@ -7,6 +7,38 @@ Group: 'UV'
Tooltip: 'Select faces if attributes match the active'
"""
+__author__ = "Campbell Barton"
+__url__ = ["blender", "elysiun"]
+__version__ = "1.0"
+
+__bpydoc__ = """\
+This script selects faces matching a given attribute of the currently
+active face.
+
+Usage:
+
+Enter "UV Face Select" mode and make the desired face active. Then run this
+script and choose the selection rule: by same (or similar for some itens):
+
+- material;<br>
+- texture image;<br>
+- mode;<br>
+- vertex colors;<br>
+- uv coordinates;<br>
+- area;<br>
+- proportions;<br>
+- normal vector;<br>
+- co-planar.
+
+Another menu will ask if the script should add, subtract, overwrite or
+overwrite inverse of current current selection. For some choices like vcolors,
+area, etc., a pop-up will ask for a maximum threshold value.
+
+Notes:<br>
+ Again, to select / deselect faces, enter "UV Face Select" mode. This is not
+the same as selecting faces in edit mode (new feature in Blender 2.35).
+"""
+
# $Id$
#
#===============================================#