Note: Since grease pencil had its own subversion, and this merge brings 2.80 subversion 2 as well, the files should be saved BEFORE this commit, to be sure that all the doversion happened.
Add Only Render and Lock Camera View options to bottom toolbar because use the options in panels break the drawing workflow and use a lot of space in the drawing area.
Fix: Crash when moving GP frame so that it replaces the one before it
This crash only occurred in a particular file, when onion skinning was enabled. For some reason, the fact that this function was clearing the layer's actframe (when the frame being deleted wasn't currently active) was causing problems. I'm guessing that the GP draw engine code currently assumes that gpl->actframe will always be set/valid?