Fixed various errors with Blender allowing editing Library linked data.

CTRL+V on buttons
NKEY Panels
join mesh
join curve
editing buttons
boolean
vpaint
faceselect
Manipulator

Also; Transform() got in useless loop when you entered without anything
selected. Not sure why Martin recoded it this way... maybe as a first
step to handlerify it? For evil Python Aussie Bosses? :P
This commit is contained in:
2005-05-12 19:17:12 +00:00
parent 2579d377a3
commit a7bbf8245a
10 changed files with 46 additions and 28 deletions

View File

@@ -431,9 +431,10 @@ static int ui_but_copy_paste(uiBut *but, char mode)
static float rgb[3];
void *poin;
if(mode=='v' && but->lock) return;
poin= but->poin;
if ELEM3(but->type, NUM, NUMSLI, HSVSLI) {
if(mode=='c') {