Merge branch 'master' into blender2.8

This commit is contained in:
2018-07-02 12:03:56 +02:00
190 changed files with 611 additions and 606 deletions

View File

@@ -395,7 +395,7 @@ static void rna_Curve_bevelObject_set(PointerRNA *ptr, PointerRNA value)
}
}
static int rna_Curve_otherObject_poll(PointerRNA *ptr, PointerRNA value)
static bool rna_Curve_otherObject_poll(PointerRNA *ptr, PointerRNA value)
{
Curve *cu = (Curve *)ptr->id.data;
Object *ob = (Object *)value.data;