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:
authorCody Winchester <CodyWinch>2020-02-12 12:34:35 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-12 12:34:35 +0300
commite32457952b45e5df7c3fc7d3e948e1403c7452da (patch)
treed6b8bbf09bab31a3d43ae8be4a67b0cf1bdc422e /source/blender/makesdna
parent1f28af6a79994154a66a341baea6b43441e3c395 (diff)
Modifiers: Hook Modifier add invert vgroup option
Adds the invert group optin to the hook modifier. Differential Revision: https://developer.blender.org/D6817
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 2c0d34fdccf..474e9107bc4 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -703,6 +703,7 @@ typedef struct ArmatureModifierData {
enum {
MOD_HOOK_UNIFORM_SPACE = (1 << 0),
+ MOD_HOOK_INVERT_VGROUP = (1 << 1)
};
/* same as WarpModifierFalloff */