Revision: 48314
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48314
Author:   nazgul
Date:     2012-06-26 15:29:22 +0000 (Tue, 26 Jun 2012)
Log Message:
-----------
Merging r48308 through r48313 from trunk into soc-2011-tomato

Revision Links:
--------------
    
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48308
    
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48313

Modified Paths:
--------------
    
branches/soc-2011-tomato/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp
    branches/soc-2011-tomato/source/blender/editors/curve/editcurve.c
    branches/soc-2011-tomato/source/blender/python/mathutils/mathutils_Vector.c

Property Changed:
----------------
    branches/soc-2011-tomato/
    branches/soc-2011-tomato/source/blender/editors/interface/interface.c
    branches/soc-2011-tomato/source/blender/editors/space_outliner/


Property changes on: branches/soc-2011-tomato
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/branches/ge_harmony:42255,42279-42282,42286,42302,42338,42349,42616,42620,42698-42699,42739,42753,42773-42774,42832,44568,44597-44598,44793-44794
/branches/soc-2011-cucumber:37517,38166-38167,38177,38179-38180,38187,38242,38384,38387,38403-38404,38407,38968,38970,38973,39045,40845,42997-42998,43439
/branches/vgroup_modifiers:38694-39989
/trunk/blender:36831-48307
   + 
/branches/ge_harmony:42255,42279-42282,42286,42302,42338,42349,42616,42620,42698-42699,42739,42753,42773-42774,42832,44568,44597-44598,44793-44794
/branches/soc-2011-cucumber:37517,38166-38167,38177,38179-38180,38187,38242,38384,38387,38403-38404,38407,38968,38970,38973,39045,40845,42997-42998,43439
/branches/vgroup_modifiers:38694-39989
/trunk/blender:36831-48313

Modified: 
branches/soc-2011-tomato/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp
===================================================================
--- 
branches/soc-2011-tomato/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp
 2012-06-26 15:26:16 UTC (rev 48313)
+++ 
branches/soc-2011-tomato/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp
 2012-06-26 15:29:22 UTC (rev 48314)
@@ -218,9 +218,13 @@
                unlockMutex();
        }
 
+       triangulation = this->m_cachedTriangulation;
+
+       if (!triangulation)
+               return NULL;
+
        BLI_init_rctf(&rect_float, rect->xmin, rect->xmax, rect->ymin, 
rect->ymax);
 
-       triangulation = this->m_cachedTriangulation;
        tile_data = (TileData *) MEM_callocN(sizeof(TileData), "keying screen 
tile data");
 
        for (i = 0; i < triangulation->triangles_total; i++) {

Modified: branches/soc-2011-tomato/source/blender/editors/curve/editcurve.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/curve/editcurve.c   
2012-06-26 15:26:16 UTC (rev 48313)
+++ branches/soc-2011-tomato/source/blender/editors/curve/editcurve.c   
2012-06-26 15:29:22 UTC (rev 48314)
@@ -1199,8 +1199,6 @@
 
        if (obedit == NULL) return;
 
-       set_actNurb(obedit, NULL);
-
        if (ELEM(obedit->type, OB_CURVE, OB_SURF)) {
                Curve *cu = obedit->data;
                Nurb *nu, *newnu;
@@ -1222,8 +1220,6 @@
 
                BKE_nurbList_free(&oldnurb);
        }
-
-       set_actNurb(obedit, NULL);
 }
 
 /* make copy in cu->editnurb */
@@ -1234,7 +1230,6 @@
        Nurb *nu, *newnu, *nu_act = NULL;
        KeyBlock *actkey;
 
-
        set_actNurb(obedit, NULL);
 
        if (ELEM(obedit->type, OB_CURVE, OB_SURF)) {


Property changes on: 
branches/soc-2011-tomato/source/blender/editors/interface/interface.c
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/ge_candy/source/blender/editors/interface/interface.c:45070-46163
/branches/ge_harmony/source/blender/editors/interface/interface.c:42255,42279-42282,42286,42302,42338,42349,42616,42620,42698-42699,42739,42753,42773-42774,42832,44568,44597-44598,44793-44794
/branches/soc-2011-cucumber/source/blender/editors/interface/interface.c:37517,38166-38167,38177,38179-38180,38187,38242,38384,38387,38403-38404,38407,38968,38970,38973,39045,40845,42997-42998,43439
/branches/vgroup_modifiers/source/blender/editors/interface/interface.c:38694-39989
/trunk/blender/source/blender/editors/interface/interface.c:36831-48307
   + /branches/ge_candy/source/blender/editors/interface/interface.c:45070-46163
/branches/ge_harmony/source/blender/editors/interface/interface.c:42255,42279-42282,42286,42302,42338,42349,42616,42620,42698-42699,42739,42753,42773-42774,42832,44568,44597-44598,44793-44794
/branches/soc-2011-cucumber/source/blender/editors/interface/interface.c:37517,38166-38167,38177,38179-38180,38187,38242,38384,38387,38403-38404,38407,38968,38970,38973,39045,40845,42997-42998,43439
/branches/vgroup_modifiers/source/blender/editors/interface/interface.c:38694-39989
/trunk/blender/source/blender/editors/interface/interface.c:36831-48313


Property changes on: 
branches/soc-2011-tomato/source/blender/editors/space_outliner
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/branches/soc-2011-cucumber/source/blender/editors/space_outliner:38968,38970,38973,39045,40845
/branches/soc-2011-pepper/source/blender/editors/space_outliner:36831-38987
/trunk/blender/source/blender/editors/space_outliner:36831-48307
   + 
/branches/soc-2011-cucumber/source/blender/editors/space_outliner:38968,38970,38973,39045,40845
/branches/soc-2011-pepper/source/blender/editors/space_outliner:36831-38987
/trunk/blender/source/blender/editors/space_outliner:36831-48313

Modified: 
branches/soc-2011-tomato/source/blender/python/mathutils/mathutils_Vector.c
===================================================================
--- branches/soc-2011-tomato/source/blender/python/mathutils/mathutils_Vector.c 
2012-06-26 15:26:16 UTC (rev 48313)
+++ branches/soc-2011-tomato/source/blender/python/mathutils/mathutils_Vector.c 
2012-06-26 15:29:22 UTC (rev 48314)
@@ -54,11 +54,18 @@
 /* Supports 2D, 3D, and 4D vector objects both int and float values
  * accepted. Mixed float and int values accepted. Ints are parsed to float
  */
-static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject 
*UNUSED(kwds))
+static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
 {
        float *vec = NULL;
        int size = 3; /* default to a 3D vector */
 
+       if (kwds && PyDict_Size(kwds)) {
+               PyErr_SetString(PyExc_TypeError,
+                               "Vector(): "
+                               "takes no keyword args");
+               return NULL;
+       }
+
        switch (PyTuple_GET_SIZE(args)) {
                case 0:
                        vec = PyMem_Malloc(size * sizeof(float));

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

Reply via email to