Cleanup: use bool for poll functions

This commit is contained in:
2018-07-02 11:47:00 +02:00
parent bfbfb1c47e
commit b88e51dd55
187 changed files with 600 additions and 595 deletions

View File

@@ -49,7 +49,7 @@
/********************* add 2d stabilization tracks operator ********************/
static int stabilize_2d_poll(bContext *C)
static bool stabilize_2d_poll(bContext *C)
{
if (ED_space_clip_tracking_poll(C)) {
SpaceClip *sc = CTX_wm_space_clip(C);