projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sketch Retargetting:
[blender-staging.git]
/
source
/
blender
/
src
/
editarmature_sketch.c
diff --git
a/source/blender/src/editarmature_sketch.c
b/source/blender/src/editarmature_sketch.c
index 22173e469cfcd07432defa40d4517c0deabffc5f..f1ca1bd03878f8ee1613702c91a1b16039e17fb3 100644
(file)
--- a/
source/blender/src/editarmature_sketch.c
+++ b/
source/blender/src/editarmature_sketch.c
@@
-380,6
+380,7
@@
ReebArc *strokeToArc(SK_Stroke *stk)
for (i = 0; i < arc->bcount; i++)
{
VECCOPY(arc->buckets[i].p, stk->points[i + 1].p);
+ arc->buckets[i].no = stk->points[i + 1].no;
}
return arc;