Merge branch 'master' into 28
This commit is contained in:
@@ -53,7 +53,7 @@ Here are some characteristics ID Data-Blocks share.
|
|||||||
Simple Data Access
|
Simple Data Access
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Lets start with a simple case, say you wan't a python script to adjust the objects location.
|
Lets start with a simple case, say you want a python script to adjust the objects location.
|
||||||
|
|
||||||
Start by finding this setting in the interface ``Properties Window -> Object -> Transform -> Location``
|
Start by finding this setting in the interface ``Properties Window -> Object -> Transform -> Location``
|
||||||
|
|
||||||
|
|||||||
@@ -1981,7 +1981,7 @@ static void UV_OT_select_all(wmOperatorType *ot)
|
|||||||
|
|
||||||
/* ******************** mouse select operator **************** */
|
/* ******************** mouse select operator **************** */
|
||||||
|
|
||||||
static bool uv_sticky_select(float *limit, int hitv[4], int v, float *hituv[4], float *uv, int sticky, int hitlen)
|
static bool uv_sticky_select(float *limit, int hitv[], int v, float *hituv[], float *uv, int sticky, int hitlen)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user