Merge branch 'master' into blender2.8
This commit is contained in:
@@ -247,15 +247,15 @@ static int text_open_exec(bContext *C, wmOperator *op)
|
||||
/* hook into UI */
|
||||
pprop = op->customdata;
|
||||
|
||||
id_us_ensure_real(&text->id);
|
||||
|
||||
if (pprop->prop) {
|
||||
id_us_ensure_real(&text->id);
|
||||
RNA_id_pointer_create(&text->id, &idptr);
|
||||
RNA_property_pointer_set(&pprop->ptr, pprop->prop, idptr);
|
||||
RNA_property_update(C, &pprop->ptr, pprop->prop);
|
||||
}
|
||||
else if (st) {
|
||||
st->text = text;
|
||||
id_us_ensure_real(&text->id);
|
||||
st->left = 0;
|
||||
st->top = 0;
|
||||
st->scroll_accum[0] = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user