replace macros for bli math functions in editors

This commit is contained in:
2011-11-06 16:34:44 +00:00
parent 3d1e45c414
commit 7c88bc5952
13 changed files with 97 additions and 97 deletions

View File

@@ -2126,7 +2126,7 @@ uiBlock *ui_block_func_COL(bContext *C, uiPopupBlockHandle *handle, void *arg_bu
uiBlockSetFlag(block, UI_BLOCK_MOVEMOUSE_QUIT);
VECCOPY(handle->retvec, but->editvec);
copy_v3_v3(handle->retvec, but->editvec);
uiBlockPicker(block, handle->retvec, &but->rnapoin, but->rnaprop);