Revision: 51294
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51294
Author:   campbellbarton
Date:     2012-10-13 10:41:34 +0000 (Sat, 13 Oct 2012)
Log Message:
-----------
fix for own error, leaving in test code to set the smooth flag.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh_rip.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh_rip.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_rip.c    2012-10-13 
10:33:09 UTC (rev 51293)
+++ trunk/blender/source/blender/editors/mesh/editmesh_rip.c    2012-10-13 
10:41:34 UTC (rev 51294)
@@ -277,7 +277,6 @@
 
                uid_start = uid;
                while ((e = edbm_ripsel_edge_mark_step(v_step, uid))) {
-                       BM_elem_flag_disable(e, BM_ELEM_SMOOTH);
                        v_step = BM_edge_other_vert((e_step = e), v_step);
                        uid++; /* only different line */
                        tot++;
@@ -294,7 +293,6 @@
                v_step = e_first->v1;
 
                while ((e = edbm_ripsel_edge_mark_step(v_step, uid))) {
-                       BM_elem_flag_disable(e, BM_ELEM_SMOOTH);
                        v_step = BM_edge_other_vert((e_step = e), v_step);
                        uid--; /* only different line */
                        tot++;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to