GPv3: Draw lines between frames
Draws lines between keyframes indicating that they are held. This is similar to legacy grease pencil. Pull Request: https://projects.blender.org/blender/blender/pulls/125813
This commit is contained in:
committed by
Falk David
parent
2042669e23
commit
574fe037a1
@@ -530,6 +530,7 @@ static ActKeyColumn *nalloc_ak_cel(void *data)
|
||||
/* Set as visible block. */
|
||||
ak->totblock = 1;
|
||||
ak->block.sel = ak->sel;
|
||||
ak->block.flag |= ACTKEYBLOCK_FLAG_GPENCIL;
|
||||
|
||||
return ak;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user