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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-08 21:28:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-08 21:30:29 +0300
commit579c01da600ddc1b2567997d037c43ec472081f4 (patch)
treeebb9e4b009311b7445d1e0384af65bcc2f1e8ecd /source/blender/editors/mesh/editmesh_extrude.c
parentb7b59a72f3f78be61b29aa9fbb7cbe42ea4fa579 (diff)
Extrude Widget: with/without axis constraint
Diffstat (limited to 'source/blender/editors/mesh/editmesh_extrude.c')
-rw-r--r--source/blender/editors/mesh/editmesh_extrude.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/editmesh_extrude.c b/source/blender/editors/mesh/editmesh_extrude.c
index 8c68bb58e7c..6c6283633cd 100644
--- a/source/blender/editors/mesh/editmesh_extrude.c
+++ b/source/blender/editors/mesh/editmesh_extrude.c
@@ -500,12 +500,9 @@ static void manipulator_mesh_extrude_refresh(const bContext *C, wmManipulatorGro
RNA_float_get_array(op_transform->ptr, "value", value);
RNA_float_set_array(&macroptr, "value", value);
- /* Currently has glitch in re-applying. */
-#if 0
int constraint_axis[3];
RNA_boolean_get_array(op_transform->ptr, "constraint_axis", constraint_axis);
RNA_boolean_set_array(&macroptr, "constraint_axis", constraint_axis);
-#endif
}
}