forked from bartvdbraak/blender
style cleanup: nla
This commit is contained in:
parent
855c11ff8c
commit
f605679515
@ -66,7 +66,7 @@
|
||||
#include "UI_view2d.h"
|
||||
|
||||
|
||||
#include "nla_intern.h" // own include
|
||||
#include "nla_intern.h" /* own include */
|
||||
|
||||
|
||||
/* *********************************************** */
|
||||
@ -779,11 +779,13 @@ static void draw_nla_channel_list_gl (bAnimContext *ac, ListBase *anim_data, Vie
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
else {
|
||||
offset = 14;
|
||||
}
|
||||
else
|
||||
}
|
||||
else {
|
||||
offset = 0;
|
||||
}
|
||||
|
||||
/* now, start drawing based on this information */
|
||||
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "RNA_access.h"
|
||||
|
||||
|
||||
#include "nla_intern.h" // own include
|
||||
#include "nla_intern.h" /* own include */
|
||||
|
||||
/* ************************** poll callbacks for operators **********************************/
|
||||
|
||||
@ -318,4 +318,3 @@ void nla_keymap(wmKeyConfig *keyconf)
|
||||
keymap = WM_keymap_find(keyconf, "NLA Editor", SPACE_NLA, 0);
|
||||
nla_keymap_main(keyconf, keymap);
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "UI_resources.h"
|
||||
#include "UI_view2d.h"
|
||||
|
||||
#include "nla_intern.h" // own include
|
||||
#include "nla_intern.h" /* own include */
|
||||
|
||||
/* ******************** manage regions ********************* */
|
||||
|
||||
@ -559,4 +559,3 @@ void ED_spacetype_nla(void)
|
||||
|
||||
BKE_spacetype_register(st);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user