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

@@ -56,7 +56,7 @@
/** \name Make Regular Operator
* \{ */
static int make_regular_poll(bContext *C)
static bool make_regular_poll(bContext *C)
{
Object *ob;