Revision: 52484
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52484
Author:   nazgul
Date:     2012-11-22 12:03:15 +0000 (Thu, 22 Nov 2012)
Log Message:
-----------
Fix #33264: Array MOD First Last option does nothing

Modified Paths:
--------------
    trunk/blender/source/blender/modifiers/intern/MOD_array.c

Modified: trunk/blender/source/blender/modifiers/intern/MOD_array.c
===================================================================
--- trunk/blender/source/blender/modifiers/intern/MOD_array.c   2012-11-22 
11:50:15 UTC (rev 52483)
+++ trunk/blender/source/blender/modifiers/intern/MOD_array.c   2012-11-22 
12:03:15 UTC (rev 52484)
@@ -316,7 +316,7 @@
        BMO_op_exec(bm, &find_op);
 
        /* add new merge targets to weld operator */
-       slot_targetmap = BMO_slot_get(weld_op->slots_out, "targetmap");
+       slot_targetmap = BMO_slot_get(weld_op->slots_in, "targetmap");
        BMO_ITER (v, &oiter, find_op.slots_out, "targetmap.out", 0) {
                v2 = BMO_iter_map_value_p(&oiter);
                BMO_slot_map_ptr_insert(weld_op, slot_targetmap, v, v2);

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

Reply via email to