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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-07-07 11:43:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-07-07 11:44:24 +0400
commitf4cf84507b4653c317f7df581f600175566cabcf (patch)
tree7b91868ffcc7810d850e6f1d69a706fd19024ab9 /source/blender
parent7915d7277ac8c605f016f30f943080556244fb59 (diff)
Fix T40877: Bezier Hook to New Object does not work properly
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/object/object_hook.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_hook.c b/source/blender/editors/object/object_hook.c
index 6407d2eb8b8..afff367b939 100644
--- a/source/blender/editors/object/object_hook.c
+++ b/source/blender/editors/object/object_hook.c
@@ -331,6 +331,8 @@ static bool object_hook_index_array(Scene *scene, Object *obedit,
}
case OB_CURVE:
case OB_SURF:
+ load_editNurb(obedit);
+ make_editNurb(obedit);
return return_editcurve_indexar(obedit, r_tot, r_indexar, r_cent);
case OB_LATTICE:
{