~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/editors/transform/transform.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-05-12 20:02:22 UTC
  • mfrom: (14.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20120512200222-lznjs2cxzaq96wua
Tags: 2.63a-1
* New upstream bugfix release
  + debian/patches/: re-worked since source code changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
4395
4395
        BMVert *v, *v2, *first;
4396
4396
        BMLoop *l, *l1, *l2;
4397
4397
        TransDataSlideVert *sv_array;
4398
 
        BMBVHTree *btree = BMBVH_NewBVH(em, 0, NULL, NULL);
 
4398
        BMBVHTree *btree = BMBVH_NewBVH(em, BMBVH_RESPECT_HIDDEN, NULL, NULL);
4399
4399
        SmallHash table;
4400
4400
        SlideData *sld = MEM_callocN(sizeof(*sld), "sld");
4401
4401
        View3D *v3d = t->sa ? t->sa->spacedata.first : NULL;