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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-09-02 20:31:03 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-09-02 20:31:03 +0400
commitb787bc2829d9260659650a63dc4ca055b4e69aae (patch)
treee00eb166a26a80f0624dac94f798ed1d32fdd3d2 /source/blender/include/blendef.h
parent1472a7aacd7a47e0490961800506ab2e4741f584 (diff)
Auto-Fgon Feature for subdivide
If Fgon is selected in mesh tools panel, In the following cases Quad - 2 edge Adjacent - Path Quad - 2 edge Adjacent - Innervert Quad - 3 edge 'extra' faces are combined to fgons. to make cleaner subdivides. Please give feedback
Diffstat (limited to 'source/blender/include/blendef.h')
-rw-r--r--source/blender/include/blendef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 61e0bae1668..e4999da8edd 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -377,6 +377,7 @@
#define B_BEAUTY 4
#define B_SMOOTH 8
#define B_BEAUTY_SHORT 16
+#define B_AUTOFGON 32
#define B_KNIFE 0x80
#define B_PERCENTSUBD 0x40