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:
authorTon Roosendaal <ton@blender.org>2009-01-14 15:26:45 +0300
committerTon Roosendaal <ton@blender.org>2009-01-14 15:26:45 +0300
commitea2d6fe0d082b9069adfd72b704560937df3d855 (patch)
treedf06dc078d4852c91b988e2d91c2e2808fb86491 /source/blender/blenloader
parent07e85b265de672a4018cdefe14082576d92a763c (diff)
2.5
Another one back: editcurve.c - removed global editNurb everywhere (cu->editnurb now has listbase with edit data) - also added 'active bpoint' and 'active nurb' in Curve struct - editmode in/out works, mouse/border select works
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 766386e54b0..10cdb218585 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2490,6 +2490,7 @@ static void direct_link_curve(FileData *fd, Curve *cu)
cu->bev.first=cu->bev.last= NULL;
cu->disp.first=cu->disp.last= NULL;
cu->editnurb= NULL;
+ cu->lastselbp= NULL;
cu->path= NULL;
cu->editstr= NULL;